Get Data Product
Retrieves a single data product. Acessible to users with the provider and admin role
Path parameters
Query parameters
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
{
"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
}Changes
Changed in 10 of the 56 revisions of this API.815
- ○
added the required property
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 theflowCoderesponse property for the response status200response-property-enum-value-added
- ●
added the new
UNBOUND_UID_BASED_POST_VALIDATIONenum value to theflowCoderesponse property for the response status200response-property-enum-value-added
- ○
removed the
UNBOUND_POST_VALIDATIONenum value from theflowCoderesponse property for the response status200response-property-enum-value-removed
- ○
added the required property
dataSourceSystem/legalBasisto the response with the200statusresponse-required-property-added
- ●
- ●
removed the optional property
technicalDescriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
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
extendedDescriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
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
technicalDescriptionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
extendedDescriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
restClient/displayNameto the response with the200statusresponse-optional-property-added
- ●
- ○
added the optional property
linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
technicalDescriptionto the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
linksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
restClient/displayNamefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
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
linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
restClient/displayNameto the response with the200statusresponse-optional-property-added
- ○
added the optional property
restClient/urlto the response with the200statusresponse-optional-property-added
- ○
added the optional property
technicalDescriptionto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
restClientChangeDetectionPathTemplateto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○