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