Get Permissions
info
All JSON array responses have been shortened for readability.
GET/<ApplicationID>/collections/<CollectionID>/permissions
Endpoint Requires Authentication
warning
Currently only supports Authorization Code authentication.
Client Credentials authentication support will be added.
Example
https://api.weightron.cloud/641c1177ebc8b2f3c195b02c/collections/641c1177ebc8b2f3c195b033/keys
Description
Returns an object containing basic, API-related permissions that the current principal entity has.
Returns
{
"timestamp": "2023-03-23T10:14:19.536Z",
"data": [
{
"read": true,
"insert": true,
"update": true,
"delete": false
}
]
}