Query policies with filtering, sorting and pagination
Policy
Query policies with filtering, sorting and pagination
Query policies with filtering, sorting and pagination
POST
Query policies with filtering, sorting and pagination
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
If empty - will return all fields, if passed will only return selected fields
Available options:
id, name, description, createdAt, updatedAt Optional sorting options, if not passed will sort by creation date in ascending order
Base64 token for pagination
Number of items to return per page
Required range:
1 <= x <= 1000