v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
config

Get Data Subsets Fingerprint

Retrieve a fingerprint that represents the accessible data subset configuration of the calling user.

get/catalogs/{catalogHrn}/dataSubsetsFingerprint

Path parameters

catalogHrnstring required

HERE Resource Name (HRN) of the catalog.

Response

OK

dataSubsetsFingerprintstring required

Fingerprint as a hash of data subsets.

dataSubsetsstring[] required

All data subsets the calling identity has access to, including the referenced Area IDs or Layer IDs.

areasstring[]

Combined areas from all subsets of this result.

layersstring[]

Combined layers from all subsets of this result.

Example response

{
  "dataSubsetsFingerprint": "hash",
  "dataSubsets": [
    "deu",
    "afg",
    "core-layer-group"
  ],
  "areas": [
    "deu",
    "afg",
    "bra"
  ],
  "layers": [
    "topology",
    "roadnetwork"
  ],
  "areaScheme": {
    "hrn": "hrn:here:areascheme::olp-here:default-countries",
    "version": 1
  }
}