Skip to main content
BluINFO

Access Level Group

Overview

API methods for lookup operations on Access Level Groups.
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.

  • Was this article helpful?