Exceptions
List All Policy Exceptions
Get all existing exceptions by invoking the following endpoint:
GET /api/v2/Exceptions
Get all existing exceptions of a specific policy by invoking the following endpoint:
GET /api/v2/Exceptions?policyId={policyId}
Replace {policyId} with the policyId value returned for an LQL policy in the response when invoking the following endpoint:
GET /api/v2/Policies
get/api/v2/Exceptions
Query parameters
policyIdstring
Policy ID
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Response
No Error (List of Policy Exceptions)