v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
config

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

idstring required

Immutable ID that refers to the subset.

hrnstring required

HERE Resource Name (HRN) for the subset.

namestring required

Short name for the subset.

areasstring[] required

Various areas covered in the subset.

createdstring required

Creation date and time.

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"
}