{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Elevator stops API", "version": "1.0.0" }, "items": [ { "info": { "name": "Elevator stops", "type": "folder" }, "items": [ { "info": { "name": "Fetch elevator stops", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/elevator_stops", "params": [ { "name": "place_id", "value": "", "type": "query", "description": "The ID of the place to scope by" }, { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "name": "elevator_id", "value": "", "type": "query", "description": "Filter by elevator ID" }, { "name": "floor_id", "value": "", "type": "query", "description": "Filter by floor 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" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch elevator stops" }, { "info": { "name": "Create elevator stop", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/elevator_stops", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create elevator stop" }, { "info": { "name": "Fetch elevator stop", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/elevator_stops/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch elevator stop" }, { "info": { "name": "Update elevator stop", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.kisi.io/elevator_stops/: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 elevator stop" }, { "info": { "name": "Delete elevator stop", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/elevator_stops/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete elevator stop" }, { "info": { "name": "Lock down elevator stop", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/elevator_stops/:id/lock_down", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Lock down elevator stop" }, { "info": { "name": "Cancel lockdown of elevator stop", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/elevator_stops/:id/cancel_lockdown", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Cancel lockdown of elevator stop" } ] } ], "bundled": true }