{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device SplitTest API", "version": "v1" }, "items": [ { "info": { "name": "SplitTest", "type": "folder" }, "items": [ { "info": { "name": "Get all Split Tests", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SplitTest", "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." } ] }, "docs": "Returns a collection of split tests for the specified list." }, { "info": { "name": "Get a Split Test", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SplitTest/:splitTestId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "splitTestId", "value": "", "type": "path", "description": "Identifier used to locate the split test." } ] }, "docs": "Returns the specified split test." }, { "info": { "name": "Get all Split Test Messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/SplitTest/:splitTestId/Message", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "splitTestId", "value": "", "type": "path", "description": "Identifier used to locate the split test." } ] }, "docs": "Returns a collection of messages for the specified split test." } ] } ], "bundled": true }