GuidesAPI Reference
API Reference

Retrieves the details of all accessible data subsets.

Retrieves the details of all accessible data subsets which could contain the given areaId, areaIds, layerId or layerIds.

Path Params
string
required

HERE Resource Name (HRN) of the catalog.

Query Params
int64
≥ 1
Defaults to 100

Determines pagination by limiting the number of requested items per page, as there can be thousands of data subsets. The actual number of items may differ from the requested limit on the last page.

string

Used for pagination requests when there are more pages than can be determined from the response of the request. The value is determined from the nextPageToken field in the response of the previous request, if it is not the last.

areas
array of strings

Filters results to data subsets which contain the given areaId or areaIds, if provided. Only the areaId from the Area Scheme assigned to the catalog can be used. This parameter is optional.

areas
layers
array of strings

Filters results to data subsets which contain the given layerId or layerIds, if provided. Only the layerId from the catalog can be used. This parameter is optional.

layers
Responses

401

Unauthorized

403

Forbidden - A catalog with the specified HRN doesn't exist or access to this catalog is forbidden.

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json