{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Cameras API", "version": "1.0.0" }, "items": [ { "info": { "name": "Cameras", "type": "folder" }, "items": [ { "info": { "name": "Fetch cameras", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/cameras", "params": [ { "name": "ids", "value": "", "type": "query", "description": "Filter by object IDs" }, { "name": "place_id", "value": "", "type": "query", "description": "Filter by place 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 camera name, alphabetically\n`-name` sort by camera name in reverse order\n" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch cameras" }, { "info": { "name": "Create camera", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/cameras", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create camera" }, { "info": { "name": "Fetch a camera", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/cameras/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch a camera" }, { "info": { "name": "Update a camera", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.kisi.io/cameras/: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 a camera" }, { "info": { "name": "Delete a camera", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/cameras/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete a camera" }, { "info": { "name": "Fetch a camera video link", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/cameras/:id/video_link", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" }, { "name": "timestamp", "value": "", "type": "query", "description": "The timestamp of when the stream should start." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch a camera video link" } ] } ], "bundled": true }