v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Rules

Gets all rules

Gets all rules definitions.

get/rules/v4

Query parameters

pageTokenstring

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

limitinteger

The number of items to return per page

Response

Response body contains an array of rule objects, count indicates the number of returned rules, and pageToken is the next page token if available.

If no rules are found, an object with an empty data array is returned.

countinteger required

Number of items returned in the response

limitinteger required

Maximum number of items as specified in request

nextPageTokenstring

Token to fetch the next page (if exists)