{ "opencollection": "1.0.0", "info": { "name": "AppyWay Availability RealTime ActivityTypes Zones API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "API-KEY", "value": "{{API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Zones", "type": "folder" }, "items": [ { "info": { "name": "AppyWay Fetch a zone by ID", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/fetchZoneById", "body": { "type": "json", "data": "{}" } }, "docs": "Returns a specific zone by its ID" }, { "info": { "name": "AppyWay Fetch zone default rules by id", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/fetchZoneDefaultRulesById", "body": { "type": "json", "data": "{}" } }, "docs": "Returns default rules for parking entities by zone ID." }, { "info": { "name": "AppyWay Find zone default rules by viewport", "type": "http" }, "http": { "method": "POST", "url": "https://api.appyway.com/v1/availability-realtime/findZoneDefaultRulesByViewport", "body": { "type": "json", "data": "{}" } }, "docs": "Returns default rules for parking entities for zones that are at least partially within the specified GeoJson viewport." } ] } ], "bundled": true }