GET datasets/feed?skip={skip}&take={take}&fromdate={fromdate}&todate={todate}&systemname={systemname}&createdby={createdby}&updatedby={updatedby}

Use this method to retrieve an ATOM Feed of information about Datasets 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.

updatedby
Filters the entries by returning only those that were last updated by the user with the specified name.

Define this parameter in the request URI.