cURL
curl --request GET \ --url https://ctechnology.io/api/v2.2/notification/rule \ --header 'Authorization: <api-key>'
{ "header": { "num_results": 123, "api_version": "<string>", "status": "<string>", "message": "<string>", "permission_via": [ { "permission": "<string>", "via": "me", "organization_id": "<string>" } ], "offset": 123, "limit": 123 }, "data": [ { "id": "<string>", "user_id": "<string>", "vehicle_id": "<string>", "operator": "NOTIF_OP_LT", "priority": "NOTIF_LOW", "property_indicator": "<string>", "value": 123, "value_key": "<string>", "tw_start": "<string>", "tw_end": "<string>", "tw_timezone": "<string>" } ] }
Gets all notification rules for the currently logged in user.
Note that the API key has to be sent as Token 123 where 123 is the key you received after logging in or by creating on the developer dashboard.
Token 123
123
Successful retrieval of the notification rules.
Default header sent along with multi-resource responses (lists of resources).
Show child attributes