{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Places API", "version": "1.0.0" }, "items": [ { "info": { "name": "Places", "type": "folder" }, "items": [ { "info": { "name": "Fetch places", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/places", "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": "favorite", "value": "", "type": "query", "description": "Include favorite status in response and/or filter by it.\n\n`*` - include `favorite` field in response
\n`true` - include `favorite` field in response and return favorites
\n`false` - include `favorite` field in response and return non-favorites
\n" }, { "name": "sort", "value": "", "type": "query", "description": "Sort the results" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch places" }, { "info": { "name": "Create place", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/places", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create place" }, { "info": { "name": "Fetch place", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/places/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" }, { "name": "favorite", "value": "", "type": "query", "description": "Include favorite status in response" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch place" }, { "info": { "name": "Update place", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.kisi.io/places/: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 place" }, { "info": { "name": "Delete place", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.kisi.io/places/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete place" }, { "info": { "name": "Lock down place", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/places/: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 place" }, { "info": { "name": "Cancel lockdown of place", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/places/: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 place" }, { "info": { "name": "Favorite a place", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/places/:id/favorite", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Favorite a place" }, { "info": { "name": "Unfavorite a place", "type": "http" }, "http": { "method": "POST", "url": "https://api.kisi.io/places/:id/unfavorite", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the object" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Unfavorite a place" } ] } ], "bundled": true }