Get list of values for given tagId
Gives list of values for given tagId
Path Parameters
- tagId int32 required
Id of the tag name whose value is requested
Responses
- 200
- 400
- 503
OK
- application/json
- Schema
- Example (from schema)
Schema
tagValues object[]
Array of tag values
id int32name string
{
"tagValues": [
{
"id": 0,
"name": "string"
}
]
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Service Unavailable
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Loading...