{ "opencollection": "1.0.0", "info": { "name": "AppyWay RealTime ActivityTypes Availability API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API-KEY", "value": "{{API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Availability", "type": "folder" }, "items": [ { "info": { "name": "AppyWay Fetch realtime availability by entity Ids", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/queries/fetchAvailabilityByEntityIds", "body": { "type": "json", "data": "{}" } }, "docs": "Returns the availability for the list of given entity Ids." } ] } ], "bundled": true }