Page 1 of 1

GET (HTTP) on message history (RAW) Dashboard

Posted: Mon Nov 16, 2015 9:08 am
by AlexisBr
Hi,
I need to do a GET request (HTTP) on the Device Dashboard in order to retrieve "payloads" of message history.
But in the "Device API", the URL is only for UDM messages. I can not get payloads of RAW message.

Is there a specific URL ?
Thanks

Alexis

Re: GET (HTTP) on message history (RAW) Dashboard

Posted: Mon Nov 16, 2015 9:48 am
by csarrouilhe
Hi,

you can get raw messages with this followinf webservice :
Code: Select all
Url : https://sensor.insgroup.fr/iot/devices/msgs/sfx/history.json
Type : GET
Params :
limit (optional) : the limit of raw messages to be retrieved, default to 20
before (optional) : optional the date (GMT timestamp) as end date, default to now


Best regards

Christophe