Tag
List all Tags
Fetch Tags associated to a company
GET
/
v1
/
tags
Introduction
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.
Query Parameters
kind_in[]
enum<string>[]
Filter by Tag's kind.
Available options:
request
, team_inbox
created_after
string
Filter Tags created after a date.
created_before
string
Filter Tags created before a date.
updated_after
string
Filter Tags updated after a date.
updated_before
string
Filter Tags updated before a date.
page
integer
The current page
per_page
integer
Number of results retrieved per page.
Response
200 - application/json
meta
object
results
object[]