Skip to main content

Access Level

Overview

API methods for lookup operations on Access Levels

Methods

APIDescription
GET api/AccessLevel/GetAllAccessLevelsReturns 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.