Public Data Products
Get Public Data Products Paginated
Retrieves a paginated list of all publicly available data products. Publicly accessible.
get/public/api/products/v2
Query parameters
languagestring
language code for multilingual fields. Must be supported by application.
pageinteger
page number
searchTermstring
string to search for in the resource
sizeinteger
page size
sortByobject
List of field names to sort by. Default is ascending prefix with - for descending
Response
OK
Example response
{
"items": [
{
"dataSourceSystem": {
"code": "AGIS",
"dataProvider": {
"code": "BLW",
"uid": "CHE123456789"
}
},
"deprecatedSince": "2022-03-10T12:15:50"
}
],
"totalItems": 42,
"totalPages": 5,
"currentPage": 1,
"pageSize": 10
}Changes
Changed in 1 of the 56 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○