Returns list of alarm rules
Security
apiKey
- Mock serverhttps://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/alarmrules/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v1/enterprise/{enterprise_id}/alarmrules/
curl -i -X GET \
'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/alarmrules/?name=string&description=string&is_active=true&created_on_gt=string&created_on_lt=string&limit=20&offset=0' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'Response
{ "count": 0, "next": "string", "previous": "string", "results": [ { … } ] }