v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBRetrieves the details of all accessible subsets.
This endpoint is deprecated. Use /catalogs/{catalogHrn}/dataSubsets instead. BETA Retrieves the details of all accessible subsets which contain the given areaId or areaIds.
Path parameters
HERE Resource Name (HRN) of the catalog.
Query parameters
Determines pagination by limiting the number of requested items per page, as there can be thousands of subsets. The actual number of items may differ from the requested limit on the last page.
Used for pagination requests when there are more pages than can be determined from the response of the request. The value is determined from the nextPageToken field in the response of the previous request, if it is not the last.
Filters results to subsets which contain the given areaId or areaIds, if provided. Only the areaId from the Area Scheme assigned to the catalog can be used. This parameter is optional.
Response
OK
Example response
{
"total": 2,
"limit": 1,
"count": 1,
"items": [
{
"items": [
{
"id": "deu",
"hrn": "hrn:here:data::olp-here:countries::deu",
"name": "Germany",
"areas": [
"afg",
"bra",
"deu"
],
"created": "2021-12-16T18:20:18.950358Z"
}
]
}
],
"nextPageToken": "MS84"
}