List support channels
Returns a paginated list of support channels for a specific company, with optional filtering by resolution status and custom sorting.
Required permissions:
- support_chat:read
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
The perspective to filter support channels by.
Whether to filter by open or resolved support channels. Set to true to only return channels awaiting a response, or false for resolved channels.
The direction of the sort.
Sort options for message channels
The unique identifier of the company to list support channels for. Includes channels of child companies. When omitted, returns support channels across all companies the user has access to.
Response
A successful response
Example response
{
"data": [
{
"custom_name": "Project Alpha Team",
"customer_user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"last_message_at": "2023-12-01T05:00:00.401Z",
"resolved_at": "2023-12-01T05:00:00.401Z"
}
]
}Changes
Changed in 3 of the 74 revisions of this API.4113
- ○
added the required property
//to the response with the statusresponse-required-property-added
- ○
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ●
deleted the
queryrequest parametercompany_idrequest-parameter-removed
- ○
added the new optional
queryrequest parameteraccount_idnew-optional-request-parameter
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
queryrequest parameterdirectionwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the
queryrequest parameterorderwas restricted to a list of enum valuesrequest-parameter-became-enum
- ▲
the
queryrequest parameterviewwas restricted to a list of enum valuesrequest-parameter-became-enum
- ○
added the new enum value
adminto thequeryrequest parameterviewrequest-parameter-enum-value-added
- ○
added the new enum value
allto thequeryrequest parameterviewrequest-parameter-enum-value-added
- ○
added the new enum value
ascto thequeryrequest parameterdirectionrequest-parameter-enum-value-added
- ○
added the new enum value
created_atto thequeryrequest parameterorderrequest-parameter-enum-value-added
- ○
added the new enum value
customerto thequeryrequest parameterviewrequest-parameter-enum-value-added
- ○
added the new enum value
descto thequeryrequest parameterdirectionrequest-parameter-enum-value-added
- ○
added the new enum value
last_post_sent_atto thequeryrequest parameterorderrequest-parameter-enum-value-added
- ○
for the
queryrequest parameterdirection, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○
for the
queryrequest parameterorder, the type was generalized from no type tostringrequest-parameter-type-generalized
- ○
for the
queryrequest parameterview, the type was generalized from no type tostringrequest-parameter-type-generalized
- ▲
Of the 74 revisions, 1 has no diff computed.