Tag
Retrieve a Tag
GET
/
v1
/
tags
/
{uid}
Note
A tag can only be attached to one type object, so a Tag with a kind: "request"
will only be usable on Requests, while a Tag with a kind: "team_inbox"
cannot appear in a Request#tags_uids[]
field.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
uid
string
requiredThe UID of the Tag
Response
200 - application/json
uid
string
The UID of the Tag.
value
string
The Tag name.
kind
enum<string>
The type of tag.
Available options:
request
, team_inbox
updated_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")
created_at
string
datetime formatted as ISO 8601 (e.g. "2020-12-15T03:34:13.000Z")