Postman Thingspeak Error 400 & Thinkspeak not updating the data
Show older comments
Hi, I am trying to do the bulk update and using the following URL.
https://api.thingspeak.com/channels/channel_id/bulk_update.json
I send the following data
{
"write_api_key": "key",
"updates": [
{
"delta_t": 0,
"wavelengths": 5,
"amplitude": 10
}
]
}
When i write just once the data is written and i get the entry number in reply. Thingspeak still does not show the data. Although it shows that the no of entries have been updated.
https://api.thingspeak.com/update?api_key=key&wavelengths=30&litude=50
2 Comments
Vinod
on 23 Mar 2021
Your field names must be field1, field2 ,field3, field4, field5, filed6, field7 or field8. You can label them as you wish in the field name setting on the channel's settings page.
At the current time you can not use arbitrary names such as "wavelengths" and "amplitude" in the API request.
Syed Shah
on 24 Mar 2021
Accepted Answer
More Answers (0)
Communities
More Answers in the ThingSpeak Community
Categories
Find more on MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!