get https://api.alocity.com/v1/integration-management/devices
This endpoint is used to get all devices on the account.
Response Payload Object
The response's payload will contain an array of objects containing the following values.
Property | Type | Description |
---|---|---|
firmwareVersion | string | The current firmware version of that device. |
name | string | The name of that device. |
serialNumber | string | The serial number of that device. |
DeviceType | enum | The type of the device |
Status | enum | The status of the device. 1: Active 0:Inactive |
Model | string | The model of the device |
Any fields returned in the response's payload that are not listed here are "empty" fields that should be ignored as they will always be the same value or will not be filled in.
Note that if an error was found, then the payload will be null, however if no values were found and no error occurred, then an empty list will be returned instead.
Any status codes returned that are not provided here are generic status codes that can be found here.