This type defines the response payload of the getConversations method.
Types that use GetAllMyConversationsResponse
Not used by any types.
Call that uses GetAllMyConversationsResponse
Fields
conversations
array of ConversationDetail
This array returns the conversations that match the filter criteria.
Each conversation is returned with information such as its ID, status, title, type, and creation date, as well as the latest message in the conversation.
Each conversation is returned with information such as its ID, status, title, type, and creation date, as well as the latest message in the conversation.
next
The URI for the next page of results.
This value is returned if there is an additional page of results in the result set.
This value is returned if there is an additional page of results in the result set.
prev
The URI for the previous page of results.
This is retuned if there is a previous page of results in the result set.
This is retuned if there is a previous page of results in the result set.