Get a tag by ID
Tags
Get a tag by ID
Get information about a tag with the given ID.
GET
Get a tag by ID
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The ID of the entity that owns the requested resource.
Example:
"9d2b4c8f-2087-4738-ba91-7359683c49a4"
Path Parameters
Response
Successful Response
Represents a user-defined tag that can be assigned to resources to filter them.
A unique ID of this tag.
Example:
"ea837e28-509b-4b6a-a600-d54b6aa0b1f5"
The tag name.
Example:
"Marketing"
The tag category.
Available options:
document_type, department, project, cost_center, vendor_type, payment_method, approval_status Example:
"department"
ID of the user who created the tag.
Example:
"ea837e28-509b-4b6a-a600-d54b6aa0b1f5"
The tag description.
Required string length:
1 - 255Example:
"Tag for the Marketing Department"