v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBconfig
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
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
}
}