{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device MessageLink API", "version": "v1" }, "items": [ { "info": { "name": "MessageLink", "type": "folder" }, "items": [ { "info": { "name": "Get all Message Links", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Message/:messageId/Link", "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." }, { "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`." } ] }, "docs": "Returns the collection of links for the specified message." }, { "info": { "name": "Get a Message Link", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Message/:messageId/Link/:messageLinkId", "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." }, { "name": "messageLinkId", "value": "", "type": "path", "description": "Identifier used to locate the link." } ] }, "docs": "Returns the specified message link." } ] } ], "bundled": true }