GET api/v2/objects/permission
PermissionObject
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ObjectIds | Collection of universally unique identifier |
Required |
|
| Actions | Collection of ObjectEntityActionKind |
Required |
Body Parameters
None.
Response Information
Resource Description
PermissionObjectQueryResult
PermissionObjectQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Objects | Dictionary of ObjectEntityActionKind [key] and Dictionary of universally unique identifier [key] and boolean [value] [value] |
Required |
Response Formats
application/json
Sample:
{
"Objects": {
"AssignToRflowObjectLink": {
"00000000-0000-0000-0000-000000000000": true
}
}
}