フィルターのクリア

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

1 回表示 (過去 30 日間)
Mthunzi Booi
Mthunzi Booi 2019 年 12 月 9 日
回答済み: Håkon Dahle 2019 年 12 月 10 日
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.

回答 (1 件)

Håkon Dahle
Håkon Dahle 2019 年 12 月 10 日
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

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeThingSpeak についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by