Get Data Products Paginated
Retrieves a paginated list of all available data products. Accessible to users with the producer, and admin. Supports pagination.
Query parameters
language code for multilingual fields. Must be supported by application.
page number
string to search for in the resource
page size
List of field names to sort by. Default is ascending prefix with - for descending
Selects the role in which the authenticated user acts for this request. Optional: if the authenticated user holds exactly one of the allowed roles, the value is auto-resolved. Returns 400 if the value is unknown, not allowed for this endpoint, or omitted while the user holds multiple matching roles. Returns 403 if the user does not hold the role specified in the parameter.
Response
OK
Example response
{
"items": [
{
"dataSourceSystemCode": "AGIS",
"dataSourceSystem": {
"code": "AGIS",
"dataProvider": {
"code": "BLW",
"uid": "CHE123456789"
}
},
"restClient": {
"code": "AGIS_API",
"displayName": "Agis",
"url": "http://example.com/agis"
},
"deprecatedSince": "2022-03-10T12:15:50",
"restClientChangeDetectionPathTemplate": "v1/animal-updates/{{uid}}?since={{LAST_CHANGED_SINCE}}",
"consentRequired": true
}
],
"totalItems": 42,
"totalPages": 5,
"currentPage": 1,
"pageSize": 10
}Changes
Changed in 14 of the 56 revisions of this API.1225
- ○
added the required property
items/items/consentRequiredto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
UNBOUND_BUR_BASED_POST_VALIDATIONenum value to theitems/items/flowCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
UNBOUND_UID_BASED_POST_VALIDATIONenum value to theitems/items/flowCoderesponse property for the response status200response-property-enum-value-added
- ○
removed the
UNBOUND_POST_VALIDATIONenum value from theitems/items/flowCoderesponse property for the response status200response-property-enum-value-removed
- ○
added the required property
items/items/dataSourceSystem/legalBasisto the response with the200statusresponse-required-property-added
- ●
- ○
added the new optional
queryrequest parameterlanguagenew-optional-request-parameter
- ○
- ●
removed the optional property
items/items/technicalDescriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/items/extendedDescriptionto the response with the200statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
items/items/extendedDescriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/items/technicalDescriptionto the response with the200statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ●
removed the optional property
items/items/technicalDescriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
items/items/extendedDescriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/restClient/displayNameto the response with the200statusresponse-optional-property-added
- ●
- ○
added the optional property
items/items/linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/technicalDescriptionto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
items/items/linksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/items/restClient/displayNamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/items/technicalDescriptionfrom the response with the200statusresponse-optional-property-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the optional property
items/items/linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/restClient/displayNameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/restClient/urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/items/technicalDescriptionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
items/items/restClientChangeDetectionPathTemplateto the response with the200statusresponse-optional-property-added
- ○