Returns a list of all conversations matching the search criteria along with the sort and filter options selected.
Request
Provide your bearer token in the Authorization header when making requests to protected resources.
Query Parameters
User IDs that conversations are assigned to. Multiple IDs can be provided as comma-separated values. Use "unassigned" to fetch conversations not assigned to any user.
Contact Id
User IDs of followers to filter conversations by. Multiple IDs can be provided as comma-separated values.
Id of the conversation
Action of the last outbound message in the conversation as string.
Direction of the last message in the conversation as string.
Type of the last message in the conversation as a string
Limit of conversations - Default is 20
User Id of the mention. Multiple values are comma separated.
Search paramater as a string
Id of score profile on which conversations should get filtered out, works with scoreProfileMin & scoreProfileMax
Maximum value for score
Minimum value for score
Sort paramater - asc or desc
The sorting of the conversation to be filtered as - manual messages or all messages
Id of score profile on which sortBy.ScoreProfile should sort on
Search to begin after the specified date - should contain the sort value of the last document
The status of the conversation to be filtered - all, read, unread, starred
Location Id
Headers
Access Token
API Version
Responses
200
Successful response
Body
The list of all conversations found for the given query
Conversation Id
Contact Id
Location Id
Content of the most recent message in the conversation
Channel/type of the most recent message (SMS, Email, Call, etc)
Primary channel/type of the conversation (Phone, Email, etc)
Number of unread messages in this conversation
Complete name of the contact (first and last name)
Alternative display name for the contact - used when full name is not available
Primary email address of the contact
Primary phone number of the contact
Total Number of results found for the given query
422
Unprocessable Entity
Body
401
Unauthorized
Body
400
Bad Request