{ "opencollection": "1.0.0", "info": { "name": "Arduino IoT Cloud binaries_v2 series_v2 API", "version": "2.0" }, "items": [ { "info": { "name": "series_v2", "type": "folder" }, "items": [ { "info": { "name": "batch_query series_v2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/iot/v2/series/batch_query", "headers": [ { "name": "X-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the batch of time-series aggregated samples" }, { "info": { "name": "batch_query_raw series_v2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/iot/v2/series/batch_query_raw", "headers": [ { "name": "X-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the batch of time-series raw samples" }, { "info": { "name": "batch_query_raw_last_value series_v2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/iot/v2/series/batch_query_raw/lastvalue", "headers": [ { "name": "X-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the batch of time-series data raw" }, { "info": { "name": "batch_query_sampling series_v2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/iot/v2/series/batch_query_sampling", "headers": [ { "name": "X-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns a batch of time-series sampled samples. To be used for types that does not support mathematic aggregation. Types supported: strings, complex types." }, { "info": { "name": "historic_data series_v2", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/iot/v2/series/historic_data", "headers": [ { "name": "X-Organization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Request sending of historical data of properties by email" } ] } ], "bundled": true }