Get all Permission Groups of an Entity
GET/api/workspaces/:workspace_id/entities/:id/permission_groups/
Get all permission groups of an entity by entity id.
Request
Path Parameters
A unique integer value identifying this entity.
Query Parameters
Entity type id.
Responses
- 200
- 401
- 403
- application/json
- Schema
- Example (from schema)
Schema
Inherited group ids for the user in the specified entity level
Available group ids for the user in the specified entity level
{
"inherited": [
0
],
"available": [
0
]
}
No authentication found or authentication is not correct.
Specified path is not allowed
Permission evaluation:
(Is Authenticated Organization Admin OR Workspace Context Permission) AND Is Not App AND Is Not Editor App Workspace Context
Descriptions:
Is Authenticated Organization Admin
: User must be an Organization Admin.
Is Not Editor App Workspace Context
: Not available for editor
type apps.
Workspace Context Permission
: Workspace must be available to the User.
Is Not App
: Client must not be a VIKTOR app.