v1
latestOpenAPI 3.0.12026-07-24110189356.6 KBconfig
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
Example response
{
"subsetsFingerprint": "hash",
"subsets": [
"deu",
"afg"
],
"areas": [
"deu",
"afg",
"bra"
],
"areaScheme": {
"hrn": "hrn:here:areascheme::olp-here:default-countries",
"version": 1
}
}