GET /v3/action-sets/{actionSetId}/actions/{actionId}/rules
Retrieve all rules for a specific action set and action
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/action-sets/{actionSetId}/actions/{actionId}/rules' \
-H 'Authorization: YOUR_API_KEY_HERE'Successfully retrieved rules
Response
[ { "id": 0, "name": "string", "accountId": 0, "createdBy": 0, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "recipients": [ … ], "checkTimes": 0, "matchAllFilters": true, "pageFilters": [ … ], "tags": [ … ], "labels": [ … ], "fromTemplate": true } ]