{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device ConversationMessageActivity API", "version": "v1" }, "items": [ { "info": { "name": "ConversationMessageActivity", "type": "folder" }, "items": [ { "info": { "name": "Get all Conversation Message Activity", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Conversation/:conversationId/Message/:conversationMessageId/Activity", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "conversationId", "value": "", "type": "path", "description": "Identifier used to locate the message." }, { "name": "conversationMessageId", "value": "", "type": "path", "description": "Identifier used to locate the message." }, { "name": "activityType", "value": "", "type": "query", "description": "The type of activity performed by the contact." }, { "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": "startDate", "value": "", "type": "query", "description": "Start date that's being used to filter the data members." }, { "name": "endDate", "value": "", "type": "query", "description": "End date that's being used to filter the data members." } ] }, "docs": "Returns the collection of activity associated with the specified conversation message." } ] } ], "bundled": true }