Permissions
Operations related to permissions
All endpoints require a JWT Bearer token in the Authorization header.
GET /v1/permissions
Get a list of permissions with pagination
Parameters
Name | In | Type | Required | Description |
|---|---|---|---|---|
| query |
| Yes | Maximum number of records to return. Starts from 1 to 1000. |
| query |
| Yes | Page number to retrieve, starting from 0. |
| query |
| No | Choose specific fields to include in the response (comma-separated). If provided, excludeFields will be ignored. |
| query |
| No | Exclude specific fields from the response (comma-separated). |
| query |
| No | Filter criteria in MongoDB Query Language (MQL) format. |
| query |
| No | Sort criteria in MongoDB Query Language (MQL) format. |
Responses
Status | Description |
|---|---|
| Successfully retrieved a paginated list of permissions. |