Access Level Group
Overview
API methods for lookup operations on Access Level Groups.
Methods
API | Description |
---|---|
GET api/AccessLevelGroup/GetAllAccessLevelGroups |
Returns a list of RoleViewModels that the API token has rights to view |
GET api/AccessLevelGroup/GetAllAccessLevelGroupsBySystemId/{ACSystemId} |
Returns a list of RoleViewModels that the API token has rights to view |
GET api/AccessLevelGroup/GetAllAccessLevelGroupsByOccupantId/{OccupantId} |
Returns a list of RoleViewModels that the API token has rights to view |
GET api/AccessLevelGroup/GetAccessLevelGroupById/{AccessLevelGroupId} |
Returns a single AccessLevelGroupViewModel that the API token has rights to view based on a parameterized PK. |