v1
latestOpenAPI 3.0.12026-07-1714724311.1 KBPermissions
Retrieve a Permission
Retrieve a single permissions object by unique identifier.
get/permissions/{id}
Path parameters
idinteger required
Index
Query parameters
fieldsstring[]
Control what fields are being returned in the object.
metastring
What metadata to return in the response.
Response
Successful request
Example response
{
"data": {
"id": 1,
"collection": "customers",
"action": "create"
}
}