Gets a single ruleget https://tracking.hereapi.com/rules/v4/{ruleId}Gets details of a single rule identified by the ruleId.Path ParamsruleIduuidrequiredID of the ruleHeadersX-Request-IduuidID used for correlating requests within HERE Tracking. Used for logging and error reporting. Must be a valid UUIDv4.Responses 200Response body contains a single rule object. 400Bad request The request object is in an incorrect format or has values that are invalid or out of range. If available, further error details are provided in the response body. 401Unauthorized The request did not provide correct authentication details 403Forbidden The account does not have the correct privileges 404No rules with the provided ruleId were foundUpdated 2 months ago