{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device ConversationMessage API", "version": "v1" }, "items": [ { "info": { "name": "ConversationMessage", "type": "folder" }, "items": [ { "info": { "name": "Get all Conversation Messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Conversation/:conversationId/Message", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "conversationId", "value": "", "type": "path", "description": "Identifier used to locate the conversation." }, { "name": "cursor", "value": "", "type": "query", "description": "Value indicating the page of data that's being retrieved. The default value is `Start`." }, { "name": "count", "value": "", "type": "query", "description": "Number of data members to be displayed per page. The default value is `1000` and the maximum value is `5000`." }, { "name": "includePreviousVersions", "value": "", "type": "query", "description": "Whether messages from previous versions of the conversation should be should be included in the collection. The default value is `false`." } ] }, "docs": "Returns the collection of messages for the specified conversation." }, { "info": { "name": "Get a Conversation Message", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Conversation/:conversationId/Message/:conversationMessageId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "conversationId", "value": "", "type": "path", "description": "Identifier used to locate the conversation." }, { "name": "conversationMessageId", "value": "", "type": "path", "description": "Identifier used to locate the message." } ] }, "docs": "Returns the specified message." } ] } ], "bundled": true }