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