GET Device Twin Tags
GET/workspaces/:workspaceId/devices/:deviceId/tags
GET Device Twin Tags
Request
Path Parameters
workspaceId uuidrequired
deviceId stringrequired
Responses
- 200
- 404
- 423
List of device twin tags.
- application/json
- Schema
- Example (from schema)
- example-1
Schema
tags
object
required
tagOrigins
object
required
property name* stringnullable
{
"tags": {},
"tagOrigins": {}
}
{
"tags": {
"tag1": "value",
"tag2": 0,
"tag3": true
},
"tagOrigins": {
"tag1": "device-management",
"tag2": "device-management",
"tag3": "device-registration"
}
}
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...