List all cohorts belonging to a campaign with pagination, sorting, and search.
Number of records to skip
x >= 0Number of records to return (max 100)
1 <= x <= 100Field to sort by
Sort order (asc or desc)
Search query string
Successful Response
Paginated list of cohorts.
List of cohorts on this page
Total number of cohorts matching the query
Maximum number of items per page
Number of items skipped
URI to fetch the next page, or null if this is the last page
URI to fetch the previous page, or null if this is the first page