{ "opencollection": "1.0.0", "info": { "name": "Unified.to account issue API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "issue", "type": "folder" }, "items": [ { "info": { "name": "List Support Issues", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/unified/issue", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "updated_gte", "value": "", "type": "query", "description": "Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)" }, { "name": "sort", "value": "", "type": "query" }, { "name": "order", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "List Support Issues" }, { "info": { "name": "Retrieve Support Issue", "type": "http" }, "http": { "method": "GET", "url": "https://api.unified.to/unified/issue/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Issue" } ], "auth": { "type": "apikey", "key": "authorization", "value": "{{authorization}}", "placement": "header" } }, "docs": "Retrieve Support Issue" } ] } ], "bundled": true }