Description
Retrieves an access right for a specified object.
Parameters
| Name | Description |
|---|---|
| entityId |
Location: query Type: integer (int64) The object ID of the entity to which the access right is assigned.
|
| userId |
Location: query Type: integer (int64) The object ID of the user to whom the access right is applied.
|
Responses
| Code | Description |
|---|---|
| 200 |
Type: APIAccessRight Returns the access right for the specified object.
|