{ "opencollection": "1.0.0", "info": { "name": "Data Control Forecast API", "version": "1.1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.verdigris.co/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Forecast", "type": "folder" }, "items": [ { "info": { "name": "Batch building energy forecast", "type": "http" }, "http": { "method": "GET", "url": "https://api.verdigris.co/data/v4/forecast/buildings", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "ids", "value": "", "type": "query", "description": "An array of building IDs separated by commas." }, { "name": "start_time", "value": "", "type": "query", "description": "Start of the query time range. Must be [ISO 8601](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) formatted.\n" }, { "name": "end_time", "value": "", "type": "query", "description": "End of the query time range. Must be [ISO 8601](https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14) formatted.\n" } ] }, "docs": "Gets forecasted energy data for multiple buildings in a single batch request.\n" } ] } ], "bundled": true }