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