{ "opencollection": "1.0.0", "info": { "name": "Listrak Cross Channel REST app-push-mobile-client-device Campaign API", "version": "v1" }, "items": [ { "info": { "name": "Campaign", "type": "folder" }, "items": [ { "info": { "name": "Get all Campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Campaign", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." } ] }, "docs": "Returns the campaigns associated with the specified list." }, { "info": { "name": "Create a Campaign", "type": "http" }, "http": { "method": "POST", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Campaign", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new campaign on the specified list." }, { "info": { "name": "Get a Campaign", "type": "http" }, "http": { "method": "GET", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Campaign/:campaignId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "campaignId", "value": "", "type": "path", "description": "Identifier used to locate the campaign." } ] }, "docs": "Returns the specified campaign on the specified list." }, { "info": { "name": "Update a Campaign", "type": "http" }, "http": { "method": "PUT", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Campaign/:campaignId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "campaignId", "value": "", "type": "path", "description": "Identifier used to locate the campaign." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing campaign." }, { "info": { "name": "Delete a Campaign", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.listrak.com/crosschannel/v1/v1/List/:listId/Campaign/:campaignId", "params": [ { "name": "listId", "value": "", "type": "path", "description": "Identifier used to locate the list." }, { "name": "campaignId", "value": "", "type": "path", "description": "Identifier used to locate the campaign." } ] }, "docs": "Deletes the specified campaign." } ] } ], "bundled": true }