---
title: "Get Subsets Fingerprint"
method: GET
path: "/catalogs/{catalogHrn}/subsetsFingerprint"
tags: ["config"]
deprecated: true
---

# Get Subsets Fingerprint

`GET /catalogs/{catalogHrn}/subsetsFingerprint`

> **Deprecated.**

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

## Path parameters

- `catalogHrn` string, required

## Response `200`

OK

- SubsetsFingerprint — **BETA** If subsetRestrictions is not enabled, the subsetsFingerprint, subsets, and areas will be empty.
  - `subsetsFingerprint` string, required — Fingerprint as a hash of subsets and the areaScheme version.
  - `subsets` string[], required — All subsets the calling identity has access to, including the referenced Area IDs.
  - `areas` string[], required — Combined areas from all subsets of this result.
  - `areaScheme` AreaSchemeFingerprint
    - `hrn` string, required — HERE Resource Name (HRN) of the areaScheme in the catalog.
    - `version` integer, required — Version of the scheme, which increments with any change.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - A catalog with the specified HRN doesn't exist or access to this catalog is forbidden.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
