{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device Conversation API", "version": "v1" }, "items": [ { "info": { "name": "Conversation", "type": "folder" }, "items": [ { "info": { "name": "Get all Conversations", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Conversation", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." } ] }, "docs": "Returns the collection of conversations associated with the specified list." }, { "info": { "name": "Get a Conversation", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Conversation/:conversationId", "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." } ] }, "docs": "Returns the specified conversation." } ] } ], "bundled": true }