GET Device
GET/workspaces/:workspaceId/devices/:deviceId
GET Device
Request
Path Parameters
workspaceId uuidrequired
deviceId stringrequired
Responses
- 200
- 404
- 423
Devices.
- application/json
- Schema
- Example (from schema)
- example-1
Schema
deviceId string
timeZone
object
ianaTimeZone stringnullable
windowsTimeZone stringnullable
parentDataGatewayDeviceId stringnullable
deviceCategory string
{
"deviceId": "string",
"timeZone": {
"ianaTimeZone": "string",
"windowsTimeZone": "string"
},
"parentDataGatewayDeviceId": "string",
"deviceCategory": "string"
}
{
"deviceId": "device-abc-1",
"deviceCategory": "DataGatewayConnectedDevice",
"parentDataGatewayDeviceId": "data-gateway-a",
"timeZone": {
"ianaTimeZone": "Europe/Amsterdam",
"windowsTimeZone": "W. Europe Standard Time/NL"
}
}
Device or Workspace not found.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Workspace is disabled.
- application/problem+json
- Schema
- Example (from schema)
Schema
type stringnullable
title stringnullable
status int32nullable
detail stringnullable
instance stringnullable
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Loading...