{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device Message API", "version": "v1" }, "items": [ { "info": { "name": "Message", "type": "folder" }, "items": [ { "info": { "name": "Get all Messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Message", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "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": "The start of the date range used for filtering." }, { "name": "endDate", "value": "", "type": "query", "description": "The end of the date range used for filtering." }, { "name": "includeTestMessages", "value": "", "type": "query", "description": "Whether test messages should be included in the collection. The default value is `false`." } ] }, "docs": "Returns a collection of messages for the specified list." }, { "info": { "name": "Send a Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Message", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "sendDate", "value": "", "type": "query", "description": "The send date for the message." }, { "name": "sendTestMessage", "value": "", "type": "query", "description": "Whether a test message should be sent. The default value is `false`." }, { "name": "sendReviewMessage", "value": "", "type": "query", "description": "Whether a review message should be sent. The default value is `false`." }, { "name": "testEmailAddress", "value": "", "type": "query", "description": "Test email address that will be used to preview the scheduled message." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sends a new message on the specified list." }, { "info": { "name": "Get a Message", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Message/:messageId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "messageId", "value": "", "type": "path", "description": "Identifier used to locate the message." } ] }, "docs": "Returns the specified message." } ] } ], "bundled": true }