Tag Values

List all tag values matching the given value, if value is empty it will return all tag values

get
Authorizations
Query parameters
keystringOptionalDefault: ""
Responses
200
OK
*/*
get
GET /itcare/compute/tag-values HTTP/1.1
Host: api.cegedim.cloud
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
[
  {
    "tagKey": "text",
    "tagValue": "text"
  }
]

Last updated