{ "opencollection": "1.0.0", "info": { "name": "Charter Communications Bryte IQ Devices Tickets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tickets", "type": "folder" }, "items": [ { "info": { "name": "Get Service Tickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.charter.com/tickets" }, "docs": "Retrieve a list of service tickets." }, { "info": { "name": "Create Service Ticket", "type": "http" }, "http": { "method": "POST", "url": "https://api.charter.com/tickets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new service ticket." }, { "info": { "name": "Get Ticket by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.charter.com/tickets/:ticketId", "params": [ { "name": "ticketId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific service ticket." } ] } ], "bundled": true }