Update Multiple Datastreams Simultaneously

Update multiple Datastreams of a single device with one GET request. It can help with saving the data volume for cellular devices.

Batch update

GET https://{server_address}/external/api/batch/update?token={token}&{pin1}={value1}&{pin2}={value2}

{% swagger-response status="400" description="Could not find a device token or Wrong pin format or Value doesn't match the Datastream data type" %}

{"error":{"message":"Invalid token."}}

or

{"error":{"message":"Wrong pin format."}}

or

{"error":{"message":"Value doesn't match the Datastream data type"}}

You can get the Device auth token in Device info.

You can also use Blynk.Edgent API to send data with the same timestamp.

Last updated

Was this helpful?