GET api/Authorization/{entityTypeId}/{entityId}
Get User permissions for an EntityTypeId/EntityID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| entityTypeId | integer |
Required |
|
| entityId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ApiDataResultOfPermissionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PermissionDto |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Errors | Collection of CustomError |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.