Description
Returns an array of access rights for entities.
Parameters
Name | Description |
---|---|
count |
Location: query Type: integer (int32) The maximum number of access right child objects to return.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
entityId |
Location: query Type: integer (int64) The object ID of the entity whose access rights are returned.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
start |
Location: query Type: integer (int32) Indicates where in the list of child access right objects to start returning objects. The list begins at an index of 0.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
Responses
Code | Description |
---|---|
200 |
Type: Array of APIAccessRight Returns an array of access right objects. |