Tag
List all Tags
Fetch Tags associated to a company
GET
Introduction
A tag can only be attached to one type of object, so a Tag with a kind: "request_tag"
will only be usable on Requests, while a Tag with a kind: "request_inbox"
cannot appear in a Request#tag_uids[]
field.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by Tag's kind.
Available options:
team
, request_inbox
, request_tag
, legal_entity
, office_location
, department
Filter Tags created after a DateTime (ISO 8601).
Filter Tags created before a DateTime (ISO 8601).
Filter Tags updated after a DateTime (ISO 8601).
Filter Tags updated before a DateTime (ISO 8601).
The current page
Number of results retrieved per page.