Skip to main content
BluINFO

Access Level

Overview

API methods for lookup operations on Access Levels
API Description
GET api/AccessLevel/GetAllAccessLevels

Returns a list of RoleViewModels that the API token has rights to view

GET api/AccessLevel/GetAllAccessLevelsBySystemId/{ACSystemId}

Returns a list of RoleViewModels that the API token has rights to view

GET api/AccessLevel/GetAllAccessLevelsByCompanyId/{CompanyId}

Returns a list of RoleViewModels that the API token has rights to view

GET api/AccessLevel/GetAccessLevelById/{AccessLevelId}

Returns a single AccessLevelViewModel that the API token has rights to view based on a parameterized PK.

  • Was this article helpful?