{ "opencollection": "1.0.0", "info": { "name": "Kisi Calendars Presences API", "version": "1.0.0" }, "items": [ { "info": { "name": "Presences", "type": "folder" }, "items": [ { "info": { "name": "Fetch presences", "type": "http" }, "http": { "method": "GET", "url": "https://api.kisi.io/presences", "params": [ { "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": "place_id", "value": "", "type": "query", "description": "The ID of the place to scope by" }, { "name": "date", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Represents information about the presence of users in a place for a given date." } ] } ], "bundled": true }