{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Reports API", "version": "1.0.0" }, "items": [ { "info": { "name": "Reports", "type": "folder" }, "items": [ { "info": { "name": "Fetch reports", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/reports", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "name": "limit", "value": "", "type": "query", "description": "The number of objects to return" }, { "name": "offset", "value": "", "type": "query", "description": "The number of objects to offset" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch reports" }, { "info": { "name": "Create report", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/reports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create report" }, { "info": { "name": "Fetch report", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch report" }, { "info": { "name": "Delete report", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/reports/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete report" }, { "info": { "name": "Retrieves a download url for the report.", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/reports/:id/download", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Retrieves a download url for the report." } ] } ], "bundled": true }