GuidesAPI Reference
API Reference

Gets all labels of a resource type

Gets all labels of the resource type resourceType within a project.

The fields parameter specifies which fields should be added to the response body (for example, resourceId).

The labels query parameter is specified as a label filter, and only the matching results will be returned:

"?labels[priority]=high&labels[group]=group1&fields=resourceId,labels" "?labels[group]=*"

Path Params
string
enum
required

The resource type, for example "device", "geofence".

Allowed:
Query Params
labels
object

A filter containing label key-value pairs.

string

A token from the previously returned response to retrieve the specified page.

integer
1 to 100
Defaults to 100

The number of items to return per page

fields
array of strings

Field names to filter a result object.

fields
string
length between 1 and 50

Project ID. Any HERE Tracking user must be a member of a Tracking project. The project ID can be implicitly resolved if the user calling the API is a member of a single project. If the user is a member of multiple projects, the projectId query parameter needs to be specified explicitly.

Headers
uuid

ID used for correlating requests within HERE Tracking. Used for logging and error reporting.

Must be a valid UUIDv4.

Responses

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