per_page | null | | Page size for conversations paging (between 20 and 50 , defaults to 20 ) |
search_query | null | | Search query in all conversations (text if type is text or segment , filter if type is filter ) |
search_type | null | | Search type (either text , segment or filter ) |
search_operator | null | | Search operator if search type is filter (or or and respectful to boolean algebra, defaults to and if not set) |
include_empty | null | | Whether to include conversations without any message (1 or 0 , defaults to 0 ) |
filter_inbox_id | null | | Whether to return only conversations categorized under provided inbox identifier |
filter_unread | null | | Whether to return only conversations with unread messages (1 or 0 , defaults to 0 ) |
filter_resolved | null | | Whether to return only conversations that are resolved (1 or 0 , defaults to 0 ) |
filter_not_resolved | null | | Whether to return only conversations that are not resolved (1 or 0 , defaults to 0 ) |
filter_mention | null | | Whether to return only conversations where user is mentioned (1 or 0 , defaults to 0 ) |
filter_assigned | null | | Whether to return only conversations that are assigned to user identifier |
filter_unassigned | null | | Whether to return only conversations that are not assigned to any user (1 or 0 , defaults to 0 ) |
filter_date_start | null | | When to start relative to conversation update date (date, ISO 8601, eg. 2018-03-01T17:00:00.000Z ) |
filter_date_end | null | | When to end relative to conversation update date (date, ISO 8601, eg. 2018-04-01T10:30:00.000Z ) |
order_date_created | null | | Whether to order conversations by date created instead of default order (1 or 0 , defaults to 0 ) |
order_date_updated | null | | Whether to order conversations by date updated instead of default order (1 or 0 , defaults to 0 ) |
order_date_waiting | null | | Whether to order conversations by longest date waiting instead of default order, this also filters out non-waiting conversations (1 or 0 , defaults to 0 ) |