Getting Devices
Get information about a registered device or all devices.
GET /v1/smart-capture/device/:deviceId
DESCRIPTION: Get information about a registered device or all devices.
URL parameters:
| Parameter Name | Required | Description |
|---|---|---|
| deviceId | Optional | ID of the device to get information about. If omitted, information about all devices will be returned. |
Response Values (JSON)
List containing below values for the specified device if deviceId is provided, or for all devices if deviceId is omitted.
| Parameter Name | Description |
|---|---|
| date_created | Date time of the date the device was registered |
| name | Descriptive name of the device |
| device_id | Assigned unique ID of the device |
| trigger_ids | List of triggers ids active on this device |
Updated 10 months ago
Did this page help you?