Permissions
Queryable, Introduced in version 22.3
GET https://localhost:8001/sv/001.1/api/v1/Common/Permissions
Represents a permission node.
GUID
1CCC4273-1533-40BE-8478-496F5D10DFD3
Required permission
Show user
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the permission. |
|
PermissionId | Guid | The programmatic identifier of the permission node. |
|
IsDenied | Boolean | Whether or not the permission is denied. |
|
ParentClass | Guid | The GUID identifier of the type of entity that the permission belongs to. |
|
ParentId | Int64 | The business key identifier of the parent that the permission belongs to. |
Example
{
"Id": 0,
"PermissionId": "00000000-0000-0000-0000-000000000000",
"IsDenied": false,
"ParentClass": "00000000-0000-0000-0000-000000000000",
"ParentId": 0
}