GET api/v1/Readers/BluPOINTReaders?FacilityId={FacilityId}
Returns a list of BluPOINTReaderViewModel for a given Facility that the API token has rights to view
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
FacilityId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BluPOINTReaderViewModelName | Description | Type | Additional information |
---|---|---|---|
ReaderId |
Represents the PK of the BluPOINT Reader |
integer |
None. |
Name |
Represents the name of the BluPOINT Reader |
string |
None. |
BluetoothMACAddress |
Represents the MAC address of the attached BluPOINT reader |
string |
None. |
ReaderTag |
Represents the Tag that is assigned to the reader when it got configured |
string |
None. |
ACSystemId |
Represents the AcSystem of the BluPOINT reader |
globally unique identifier |
None. |
ACSystemName |
Represents the AcSystem Name of the BluPOINT reader |
string |
None. |
FacilityId |
Represents the Facility Id of the BluPOINT reader |
globally unique identifier |
None. |
FacilityName |
Represents the Facility Name of the BluPOINT reader |
string |
None. |
KeySetName |
Represents the Key set of the BluPOINT reader, Blank if does not exist |
string |
None. |
FirmwareVersion |
Represents the Firmware version that was installed in the BluPOINT reader, Blank if does not exist |
string |
None. |
Response Formats
application/json, text/json
[ { "ReaderId": 1, "Name": "sample string 2", "BluetoothMACAddress": "sample string 3", "ReaderTag": "sample string 4", "ACSystemId": "51cc35dc-f555-4adc-a213-aa18da47c46c", "ACSystemName": "sample string 6", "FacilityId": "86e9edfa-6abe-4309-a563-7b53c11d3f1d", "FacilityName": "sample string 8", "KeySetName": "sample string 9", "FirmwareVersion": "sample string 10" }, { "ReaderId": 1, "Name": "sample string 2", "BluetoothMACAddress": "sample string 3", "ReaderTag": "sample string 4", "ACSystemId": "51cc35dc-f555-4adc-a213-aa18da47c46c", "ACSystemName": "sample string 6", "FacilityId": "86e9edfa-6abe-4309-a563-7b53c11d3f1d", "FacilityName": "sample string 8", "KeySetName": "sample string 9", "FirmwareVersion": "sample string 10" } ]
application/xml, text/xml
<ArrayOfBluPOINTReaderViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIWebRole.Controllers"> <BluPOINTReaderViewModel> <ACSystemId>51cc35dc-f555-4adc-a213-aa18da47c46c</ACSystemId> <ACSystemName>sample string 6</ACSystemName> <BluetoothMACAddress>sample string 3</BluetoothMACAddress> <FacilityId>86e9edfa-6abe-4309-a563-7b53c11d3f1d</FacilityId> <FacilityName>sample string 8</FacilityName> <FirmwareVersion>sample string 10</FirmwareVersion> <KeySetName>sample string 9</KeySetName> <Name>sample string 2</Name> <ReaderId>1</ReaderId> <ReaderTag>sample string 4</ReaderTag> </BluPOINTReaderViewModel> <BluPOINTReaderViewModel> <ACSystemId>51cc35dc-f555-4adc-a213-aa18da47c46c</ACSystemId> <ACSystemName>sample string 6</ACSystemName> <BluetoothMACAddress>sample string 3</BluetoothMACAddress> <FacilityId>86e9edfa-6abe-4309-a563-7b53c11d3f1d</FacilityId> <FacilityName>sample string 8</FacilityName> <FirmwareVersion>sample string 10</FirmwareVersion> <KeySetName>sample string 9</KeySetName> <Name>sample string 2</Name> <ReaderId>1</ReaderId> <ReaderTag>sample string 4</ReaderTag> </BluPOINTReaderViewModel> </ArrayOfBluPOINTReaderViewModel>