GET resources/files/feed?skip={skip}&take={take}&fromdate={fromdate}&todate={todate}&systemname={systemname}&createdby={createdby}&filetype={filetype}&dataset={dataset}&includedeletedrdf={includedeletedrdf}

Use this method to retrieve an ATOM Feed of information about Resource Files published within Data.Parliament.

Request Information

Parameters

NameDescriptionAdditional information
skip
Accepts a number and skips that many entries. Default is 0.

Define this parameter in the request URI.

take
Accepts either a number or ‘all’ and determines how many entries to return. The default is 20, with ‘all’ returning the full set and any numeric value returning that number of entries.

Define this parameter in the request URI.

fromdate
Filters the entries by returning only those that were last updated on or after the specified date. Accepts both date and datetime values.

Define this parameter in the request URI.

todate
Filters the entries by returning only those that were last updated on or before the specified date. Accepts both date and datetime values.

Define this parameter in the request URI.

systemname
Filters the entries by returning only those that originated from the System with the specified name.

Define this parameter in the request URI.

createdby
Filters the entries by returning only those that were created by the user with the specified name.

Define this parameter in the request URI.

filetype
Filters the entries by returning only those with the specified suffix.

Define this parameter in the request URI.

dataset
Filters the entries by returning only those that are a part of the Dataset with the specified ID.

Define this parameter in the request URI.

includedeletedrdf
This parameter was developed for use by a specific Parliamentary application. It has no effect when called by public users.

Define this parameter in the request URI.