Reader
Overview
API methods for lookup operations on Readers
Methods
API | Description |
---|---|
GET api/Reader/GetAllReaders |
Returns a list of RoleViewModels that the API token has rights to view |
GET api/Reader/GetAllReadersByBuildingId/{FacilityId} |
Returns a list of RoleViewModels that the API token has rights to view |
GET api/Reader/GetReaderById/{ReaderId} |
Returns a single ReaderViewModel that the API token has rights to view based on a parameterized PK. |