{ "opencollection": "1.0.0", "info": { "name": "AppyWay Availability RealTime ActivityTypes Bulk API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API-KEY", "value": "{{API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Bulk", "type": "folder" }, "items": [ { "info": { "name": "AppyWay Fetches entities by their IDs", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/fetchEntitiesByIds", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a bulk list of entities of different types by their IDs" } ] } ], "bundled": true }