{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device ListImport API", "version": "v1" }, "items": [ { "info": { "name": "ListImport", "type": "folder" }, "items": [ { "info": { "name": "Get all List Imports", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/ListImport", "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": "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": "Retrieves the collection of list imports associated with the specified list." }, { "info": { "name": "Start a List Import", "type": "http" }, "http": { "method": "POST", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/ListImport", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates and starts a new import for the specified list. HTTP request body lengths of up to 250 MB are permitted. Because the `fileStream` field must be encoded in Base64, and because the remainder of the JSON payload is counted against the 250 MB limit, the effective maximum import file size is approximately 185 MB (195,000,000 bytes); therefore, only attempt to import files up to 185 MB (195,000,000 bytes) in size." }, { "info": { "name": "Get a List Import", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/ListImport/:importFileId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "importFileId", "value": "", "type": "path", "description": "Identifier used to locate the import file." } ] }, "docs": "Retrieves the specified list import." } ] } ], "bundled": true }