cURL
curl --request GET \ --url https://api.example.com/derogations
{ "data": [ { "id": "<string>", "status": "PENDING", "policyId": "<string>", "branchId": "<string>", "createdAt": "<string>" } ], "pageInfo": { "first": true, "last": true }, "totalCount": 123, "currentPage": 123, "totalPages": 123 }
the number of items to return
the page to retrieve
Id of the policy
List of policy Ids
the list of items in the page
Show child attributes
the page info
the total number of items
the current page
the total number of pages
Was this page helpful?