{ "opencollection": "1.0.0", "info": { "name": "Tessell APIs activity-center ticketControllerDeprecated API", "version": "1.0" }, "items": [ { "info": { "name": "ticketControllerDeprecated", "type": "folder" }, "items": [ { "info": { "name": "Get tickets", "type": "http" }, "http": { "method": "GET", "url": "{server}/tickets", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get tickets for the current user." }, { "info": { "name": "Create ticket", "type": "http" }, "http": { "method": "POST", "url": "{server}/tickets", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates jira and freshdesk tickets for the user" }, { "info": { "name": "Get ticket by id", "type": "http" }, "http": { "method": "GET", "url": "{server}/tickets/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the ticket" } ] }, "docs": "returns ticket corresponding to an id" }, { "info": { "name": "Update ticket", "type": "http" }, "http": { "method": "PUT", "url": "{server}/tickets/:id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the ticket" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates ticket with the given id" }, { "info": { "name": "Open/Close a ticket", "type": "http" }, "http": { "method": "PUT", "url": "{server}/tickets/:id/status", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the ticket" } ], "body": { "type": "json", "data": "{}" } }, "docs": "updates ticket status" }, { "info": { "name": "Update watchers list for a ticket", "type": "http" }, "http": { "method": "PATCH", "url": "{server}/tickets/:id/watchers", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Id of the ticket" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update watchers list for a ticket" }, { "info": { "name": "Get global watchers list", "type": "http" }, "http": { "method": "GET", "url": "{server}/tickets/global-watchers", "headers": [ { "name": "Authorization", "value": "" } ] }, "docs": "Get global watchers list for a tenant" }, { "info": { "name": "Create global watchers list", "type": "http" }, "http": { "method": "POST", "url": "{server}/tickets/global-watchers", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create global watchers list for a tenant" }, { "info": { "name": "Update global watchers list", "type": "http" }, "http": { "method": "PUT", "url": "{server}/tickets/global-watchers", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update global watchers list for a tenant" } ] } ], "bundled": true }