Is there an API call for searching datastreams?

79 Views Asked by At

In the Xively API, I found a way to search for feeds, but what I really wanted is a way to search within datastreams. For example, I want the most recent five datapoints that == 1. I looked at the "historical data" API and could not find such functionality. Do I have to write the search algorithm manually?

1

There are 1 best solutions below

0
errordeveloper On BEST ANSWER

This is currently not provided by Xively APIv2, you will indeed need to check the values manually.