{ "opencollection": "1.0.0", "info": { "name": "Ticket Tailor Check-ins Event Series API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Event Series", "type": "folder" }, "items": [ { "info": { "name": "List all event series", "type": "http" }, "http": { "method": "GET", "url": "https://api.tickettailor.com/v1/event_series", "params": [ { "name": "starting_after", "value": "", "type": "query", "description": "Cursor - return results that come after this object ID." }, { "name": "ending_before", "value": "", "type": "query", "description": "Cursor - return results that come before this object ID." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results per page (max 100)." } ] }, "docs": "Returns a paginated list of event series in the box office." }, { "info": { "name": "Create an event series", "type": "http" }, "http": { "method": "POST", "url": "https://api.tickettailor.com/v1/event_series" }, "docs": "Creates a new event series." }, { "info": { "name": "Retrieve an event series", "type": "http" }, "http": { "method": "GET", "url": "https://api.tickettailor.com/v1/event_series/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the object." } ] }, "docs": "Retrieves a single event series by its ID." }, { "info": { "name": "Update an event series", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tickettailor.com/v1/event_series/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the object." } ] }, "docs": "Updates an existing event series." }, { "info": { "name": "Delete an event series", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tickettailor.com/v1/event_series/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the object." } ] }, "docs": "Deletes an event series." }, { "info": { "name": "Change event series status", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.tickettailor.com/v1/event_series/:id/status", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the object." } ] }, "docs": "Publishes or unpublishes an event series by changing its status." } ] } ], "bundled": true }