v1

latestOpenAPI 3.0.12026-07-24110189356.6 KB
config

Get Subsets Fingerprint

This endpoint is deprecated. Use /catalogs/{catalogHrn}/dataSubsetsFingerprint instead. BETA Retrieve a fingerprint that represents the accessible subset configuration of the calling user.

get/catalogs/{catalogHrn}/subsetsFingerprint

Path parameters

catalogHrnstring required

HERE Resource Name (HRN) of the catalog.

Response

OK

subsetsFingerprintstring required

Fingerprint as a hash of subsets and the areaScheme version.

subsetsstring[] required

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

areasstring[] required

Combined areas from all subsets of this result.

Example response

{
  "subsetsFingerprint": "hash",
  "subsets": [
    "deu",
    "afg"
  ],
  "areas": [
    "deu",
    "afg",
    "bra"
  ],
  "areaScheme": {
    "hrn": "hrn:here:areascheme::olp-here:default-countries",
    "version": 1
  }
}