Skip to main content

This type defines the response payload of the getConversation method.

Types that use GetMessagesByConversationIdResponse

Not used by any types.

Call that uses GetMessagesByConversationIdResponse

Fields

Field
Type
Description
conversationStatus
The current status of the conversation, such as ACTIVE or ARCHIVE.
conversationTitle
The title of the conversation.
conversationType
The type of the conversation, such as FROM_EBAY or FROM_MEMBERS.
href
The URI to the current page of results.
limit
The value of the limit parameter submitted in the request.
messages
array of MessageDetail
This array returns a list of messages from the specified conversation.
next
The URI for the next page of results.

This value is only returned if there is an additional page of results in the result set.
offset
The value of the offset parameter submitted in the request.
prev
The URI for the previous page of results.

This is only retuned if there is a previous page of results in the result set.
total
The total number of entries returned in the result set.