Returns an array of access rights for entities.
Output / Response
Returns an array of access right objects.
API Call:
APIAccessRight[] getAccessRightsForEntity( long
entityId,int start, int count
)
Parameter | Description |
---|---|
entityId | The object ID of the entity whose access rights are returned. |
start | Indicates where in the list of child access right objects to start returning objects. The list begins at an index of 0. |
count | The maximum number of access right child objects to return. |