Retrieve device details

Retrieve details for the specified device

SecurityApiKeyAuth
Request
path Parameters
deviceId
required
string

ID of the device to retrieve

Responses
200

OK

400

Bad Request

401

Unauthorized access

403

Access forbidden

404

Resource was not found

409

Conflict.

429

Too Many Requests

get/devices/{deviceId}
Request samples
Response samples
{
  • "batchName": "Batch-101A",
  • "device": {
    },
  • "deviceGroup": {
    },
  • "userDefined": [
    ],
  • "echo": "Hello World!"
}
Copyright © Pace Software 2021–2023. All rights reserved.