{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Group terminals API", "version": "1.0.0" }, "items": [ { "info": { "name": "Group terminals", "type": "folder" }, "items": [ { "info": { "name": "Fetch group terminals", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/group_terminals", "params": [ { "name": "group_id", "value": "", "type": "query", "description": "The ID of the group to scope by" }, { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "name": "terminal_id", "value": "", "type": "query", "description": "Filter by terminal ID" }, { "name": "query", "value": "", "type": "query", "description": "Filter by a freetext string. Properties searched: `name`\n" }, { "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 group terminals" }, { "info": { "name": "Create group terminal", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/group_terminals", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create group terminal" }, { "info": { "name": "Fetch group terminal", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/group_terminals/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch group terminal" }, { "info": { "name": "Delete group terminal", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/group_terminals/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete group terminal" } ] } ], "bundled": true }