v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBconfig
Retrieve the details of a specific data subset.
Retrieve the details of a specific data subset.
get/catalogs/{catalogHrn}/dataSubsets/{dataSubsetId}
Path parameters
catalogHrnstring required
HERE Resource Name (HRN) of the catalog.
dataSubsetIdstring required
Immutable ID used to refer to the subset.
Response
OK
Example response
{
"id": "deu",
"name": "Germany",
"created": "2021-12-16T18:20:18.950358Z",
"areaScheme": "hrn:here:areascheme::olp-here:default-countries",
"areas": [
"afg",
"bra",
"deu"
]
}