{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs Tickets API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs Tickets", "type": "folder" }, "items": [ { "info": { "name": "listOrgTickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" } ] }, "docs": "Get List of Tickets of an Org" }, { "info": { "name": "createOrgTicket", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a support ticket" }, { "info": { "name": "countOrgTickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets/count", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "distinct", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Count by Distinct Attributes of Org Tickets" }, { "info": { "name": "getOrgTicket", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets/:ticket_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "ticket_id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" } ] }, "docs": "Get support ticket details" }, { "info": { "name": "updateOrgTicket", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets/:ticket_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "ticket_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update support ticket" }, { "info": { "name": "UploadOrgTicketAttachment", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets/:ticket_id/attachments", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "ticket_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Get Org ticket Attachment" }, { "info": { "name": "GetOrgTicketAttachment", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets/:ticket_id/attachments/:attachment_id", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "ticket_id", "value": "", "type": "path" }, { "name": "attachment_id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query", "description": "Start time (epoch timestamp in seconds, or relative string like \"-1d\", \"-1w\")" }, { "name": "end", "value": "", "type": "query", "description": "End time (epoch timestamp in seconds, or relative string like \"-1d\", \"-2h\", \"now\")" }, { "name": "duration", "value": "", "type": "query", "description": "Duration like 7d, 2w" } ] }, "docs": "Get Org ticket Attachment" }, { "info": { "name": "addOrgTicketComment", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/tickets/:ticket_id/comments", "params": [ { "name": "org_id", "value": "", "type": "path" }, { "name": "ticket_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Comment to support ticket" } ] } ], "bundled": true }