{ "opencollection": "1.0.0", "info": { "name": "Enode Batteries HVAC API", "version": "2024-10-01" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "HVAC", "type": "folder" }, "items": [ { "info": { "name": "List HVAC units.", "type": "http" }, "http": { "method": "GET", "url": "https://enode-api.production.enode.io/hvacs", "params": [ { "name": "after", "value": "", "type": "query", "description": "Cursor for pagination, returned as the previous page's pageInfo.after." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of results to return per page." } ] }, "docs": "List HVAC units." }, { "info": { "name": "Get an HVAC unit.", "type": "http" }, "http": { "method": "GET", "url": "https://enode-api.production.enode.io/hvacs/:hvacId", "params": [ { "name": "hvacId", "value": "", "type": "path" } ] }, "docs": "Get an HVAC unit." } ] } ], "bundled": true }