Skip to main content

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

OK


Schema
  • tagValues object[]

    Array of tag values

  • id int32
  • name string
GET /v4/tags/:tagid/values    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
tagId — path required
curl -L -X GET 'https://localhost/webconsole/api/V4/Tags/:tagId/Values' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'