{ "opencollection": "1.0.0", "info": { "name": "Mist Admins MSPs Tickets API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "MSPs Tickets", "type": "folder" }, "items": [ { "info": { "name": "listMspTickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/msps/:msp_id/tickets", "params": [ { "name": "msp_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 a MSP" }, { "info": { "name": "countMspTickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/msps/:msp_id/tickets/count", "params": [ { "name": "msp_id", "value": "", "type": "path" }, { "name": "distinct", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Count by Distinct Attributes of tickets" } ] } ], "bundled": true }