Skip to content

List Tags ​

Endpoint ​

http
GET /unified/ticketing/tags
Integrations supported
  • Asana
  • ClickUp
  • Gorgias
  • Help Scout
  • Jira
  • Linear
  • Trello

Query parameters ​

integrated_account_id
string · uuid
REQUIRED · The ID of the integrated account to use for the request.
Example: 62f44730-dd91-461e-bd6a-aedd9e0ad79d
name
string
The name of the tag
Supported in
  • Gorgias
workspace_id
string
The unique identifier for the workspace
Required in
  • Trello
Supported in
  • Asana
space_id
string
The ClickUp Space ID. Refer https://clickup.com/api/clickupreference/operation/GetSpaceTags for more details
Required in
  • ClickUp

Response Body ​

result
object[]
List of Tags
id
string
The unique identifier for a tag
Supported in
  • Asana
  • ClickUp
  • Gorgias
  • Help Scout
  • Jira
  • Linear
  • Trello
name
string
The name of the tag
Supported in
  • Asana
  • ClickUp
  • Gorgias
  • Help Scout
  • Jira
  • Linear
  • Trello
created_at
string · date-time
The date the tag was created
Supported in
  • Asana
  • Gorgias
  • Help Scout
  • Linear
updated_at
string · date-time
The date the tag was last updated
Supported in
  • Help Scout
  • Linear
remote_data
object
Raw data returned from the remote API call.
next_cursor
string
The cursor to use for the next page of results. Pass this value as `next_cursor` in the query parameter in the next request to get the next page of results.