GET Reported Properties
GET/workspaces/:workspaceId/devices/:deviceId/reported-properties
Get device reported properties.
Request
Path Parameters
workspaceId uuidrequired
deviceId stringrequired
Responses
- 200
- 404
- 423
Reported properties of the particular device.
- application/json
- Schema
- Example (from schema)
- example-1
Schema
object
{}
{
"property1": "value1",
"property2": {
"nestedProperty1": "value2"
}
}
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 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...