What is the http code to get current data from a single xbee?

Hi,

I’m trying to get the xml or json for a single xbee connected to an xbee gateway.

If I use:

https://my.idigi.com/ws/v1/streams/inventory.xml?category=data

I can get a feed for all of the connected devices. What I want to do is get all of the data for one device with a single call that would only return the portion below or something like this. Any ideas?

Thanks,

Geoff

dia/channel/{deviceID}/wine_closet/humidity

DOUBLE
61.0
%
2017-12-24T06:17:33.000Z
2017-12-24T06:18:08.354Z

/ws/v1/streams/history/dia/channel/{deviceID}/wine_closet/humidity

dia/channel/{deviceID}/wine_closet/light

DOUBLE
0.0
brightness
2017-12-24T06:17:33.000Z
2017-12-24T06:18:08.354Z

/ws/v1/streams/history/dia/channel/{deviceID}/wine_closet/light

dia/channel/{deviceID}/wine_closet/low_battery

STRING
False
2017-03-06T01:07:22.625Z
2017-03-06T01:07:22.700Z

/ws/v1/streams/history/dia/channel/{deviceID}/wine_closet/low_battery

dia/channel/{deviceID}/wine_closet/temperature

DOUBLE
56.9
F
2017-12-24T06:17:33.000Z
2017-12-24T06:18:08.354Z

/ws/v1/streams/history/dia/channel/{deviceID}/wine_closet/temperature

Have you logged in and looked at the sample application Digi provides for this?

https://xbeegateway.herokuapp.com/#/login