-267- v2.9
MySignals API's
9. MySignals API's
9.1. Cloud API
Libelium MySignal comes with a Cloud API that allows us to read data from our account.
We can see a list our members and read the values measured for a user by MySignal.
This data available in this RESTful API can be used by the customer to create new developments.
NOTE: How can I see values older than one month in my Cloud account?
MySignals Cloud Web Service (section 5.2, page 25) allows currently to see graphics for values corresponding
to the last month. By the end of 2017 a new version of the Cloud Service will allow to see the complete
historical data of any of the users.
However, if you want to access to this data now, you can use the Cloud API Method 3 to get the sensor values
of a member (see section 9.1.1, page 225), allows to retrieve values for any desired time slot.
If you have any doubt just write a post in the MySignals forum.
9.1.1. Basic conguration
There is no need to install anything but you can go to:
https://cloud.libelium.com/mysignals_documentation/api_web/
This is the representation of the API in Swagger format.
If you already know this tool you can skip this section and go to the next section (PHP Example).
Here you can browse all the available methods of the API and see the parameters that you need to use.LS
Figure: API methods availables
Is it possible to test the API from here following these steps: