GET /labels/v4/{resourceType}
Operation ID: —
Auth: unknown
Description
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]=*"
Parameters (7)
(string, header, optional)
ID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.
(array, query, optional)
Field names to filter a result object.
(object, query, optional)
A filter containing label key-value pairs.
(integer, query, optional, default: 100)
The number of items to return per page
Constraints: {'minimum': 1, 'maximum': 100}
(string, query, optional)
A token from the previously returned response to retrieve the specified page.
(string, query, optional)
Constraints: {'minLength': 1, 'maxLength': 50}
(string, path, required)
The resource type, for example "device", "geofence".
Constraints: {'enum': ['device', 'geofence', 'location', 'rule', 'sensorRule', 'shipment']}
No probe data for this endpoint yet.