{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Groups", "type": "folder" }, "items": [ { "info": { "name": "Fetch groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/groups", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "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" }, { "name": "scope", "value": "", "type": "query", "description": "Filter by scope" }, { "name": "place_id", "value": "", "type": "query", "description": "Filter by place ID" }, { "name": "elevator_stop_id", "value": "", "type": "query", "description": "Filter by elevator stop ID" }, { "name": "lock_id", "value": "", "type": "query", "description": "Filter by lock ID" }, { "name": "sort", "value": "", "type": "query", "description": "Sort the results. Prepend `-` to sort in reverse order.\n\n`name` - sort by group name, alphabetically\n" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch groups" }, { "info": { "name": "Create group", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/groups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create group" }, { "info": { "name": "Fetch group", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/groups/: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" }, { "info": { "name": "Update group", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.kisi.io/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Update group" }, { "info": { "name": "Delete group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/groups/: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" } ] } ], "bundled": true }