Effacer les filtres
Effacer les filtres

How to read date range in thingspeak using personal use account?

1 vue (au cours des 30 derniers jours)
Mthunzi Booi
Mthunzi Booi le 9 Déc 2019
Hi team
I have a REST request to read date range, it does not seem to work. I ought to think of my account as being personal account for non-project. Question is it because of this? See my URL Rest client request.
https://api.thingspeak.com/channels/929272/feeds.csv?start=2019-12-06%2019:12:06&end=2019-12-06%2019:12:09.

Réponses (1)

Håkon Dahle
Håkon Dahle le 10 Déc 2019
Hi,
Your URL is incorrectly formatted. Your URL seems to have the start-date twice and the end-date twice:
https://api.thingspeak.com/channels/929272/feeds.csv?start=2019-12-06%2019:12:06&end=2019-12-06%2019:12:09
Try something like this instead:
https://api.thingspeak.com/channels/929272/feeds.csv?start=2019-12-05&end=2019-12-06
-h

Communautés

Plus de réponses dans  ThingSpeak Community

Catégories

En savoir plus sur ThingSpeak dans Help Center et File Exchange

Tags

Produits


Version

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by