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 NameRequiredDescription
deviceIdOptionalID 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 NameDescription
date_createdDate time of the date the device was registered
nameDescriptive name of the device
device_idAssigned unique ID of the device
trigger_idsList of triggers ids active on this device

Did this page help you?