{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Controllers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Controllers", "type": "folder" }, "items": [ { "info": { "name": "Fetch controllers", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/controllers", "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`, `device_id`, `token`\n" }, { "name": "place_id", "value": "", "type": "query", "description": "Filter by place ID" }, { "name": "lock_id", "value": "", "type": "query", "description": "Filter by lock ID" }, { "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": "status", "value": "", "type": "query", "description": "Filter by status" }, { "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 controllers" }, { "info": { "name": "Assign a controller by token", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/controllers/:token/assign", "params": [ { "name": "token", "value": "", "type": "path", "description": "The token of the controller." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Assign a controller by token" }, { "info": { "name": "Deassign a controller", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/controllers/:id/deassign", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Deassign a controller" }, { "info": { "name": "Reboot a controller", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/controllers/:id/reboot", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Reboot a controller" }, { "info": { "name": "Fetch controller", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/controllers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch controller" }, { "info": { "name": "Update controller", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.kisi.io/controllers/: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 controller" } ] } ], "bundled": true }