Skip to main content

Access Level Group

Overview

API methods for lookup operations on Access Level Groups.

Methods

APIDescription
GET api/AccessLevelGroup/GetAllAccessLevelGroupsReturns 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.