Retrieve Tag by ID
GET {{baseUrl}}/api/v3/tags/:uniqueId?fields=<string>&fields=<string>&count=<string>
Returns a single Tag corresponding to provided uniqueId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fields | string | Tag subentity fields to include in response (See OPTIONS endpoint for valid values) | |
fields | string | Tag subentity fields to include in response (See OPTIONS endpoint for valid values) | |
count | string | Boolean that detnotes whether counts should be returned in the resultset |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"name":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003clong\u003e","lastUsed":"\u003cdateTime\u003e","owner":"\u003cstring\u003e"}