Get Conversation Messages

This use case describes a REST API request and response for retrieving the messages from a Collaboration conversation.

Request Details

GET

social/api/v1/conversations/conversation-id/messages?offset=0&count=25

Headers

Cookie: cookie-value

Response Details

Data

{ "items" : [...]}

Description

This request gets the first 25 messages, returning them with the newest message first. You can send additional requests to get incrementally older posts in the conversation.