Use this method to retrieve an ATOM Feed of information about Resouces published within Data.Parliament.
Name | Description | Additional 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. |
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. |