Skip to main content
List Disposition Groups

Overview

Retrieve a paginated list of all disposition groups in your organization with optional filtering.

Headers

string
required
Bearer token for authentication (e.g., Bearer <your_token>).

Query Parameters

integer
default:"1"
Page number for pagination
Search term to filter by name and description
boolean
default:"false"
If true, includes full disposition details for each group

Response

boolean
Indicates if the request was successful
array
Array of disposition group objects
object
Pagination information

Error Codes

Using the Expand Parameter

When expand=true, each group includes a dispositionDetails array with full information about each disposition in the group. This is useful when you need to display disposition names and properties without making additional API calls.
Using expand=true may increase response time for groups with many dispositions. Use it only when you need the full disposition details.