Skip to content

List Collections ​

Endpoint ​

http
GET /unified/ticketing/collections
Integrations supported
  • Airtable
  • Asana
  • Basecamp
  • Help Scout
  • Jira
  • Linear
  • Monday.com

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
workspace_id
string
The unique identifier for the workspace
Required in
  • Airtable
  • Basecamp
Supported in
  • Asana

Response Body ​

result
object[]
List of Collections
id
string
REQUIRED · The unique identifier for a collection
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Help Scout
  • Jira
  • Linear
  • Monday.com
name
string
The name of the collection
Supported in
  • Airtable
  • Asana
  • Basecamp
  • Help Scout
  • Jira
  • Linear
  • Monday.com
description
string
The description of the collection
Supported in
  • Asana
  • Basecamp
  • Jira
  • Linear
  • Monday.com
collection_type
string
The type of the collection
Supported in
  • Asana
  • Basecamp
  • Help Scout
  • Linear
  • Monday.com
parent_collection_id
string
The parent collection id
Supported in
  • Basecamp
urls
object[]
The URLs of the collection
Supported in
  • Jira
url
string
The URL of the collection
created_at
string
The date and time when the collection was created
Supported in
  • Basecamp
  • Linear
updated_at
string
The date and time when the collection was updated
Supported in
  • Basecamp
  • Linear
  • Monday.com
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.