Get all the data from a specified device
data = favor_getDeviceData(api,id)
A structure containing the data
The user's API key
Device developer ID
Retrieves all the data from a specified device using the API key provided by api. The structure contains 3 fields. The first field (statusCode) shows the HTTP request result (200 means success). The second field (numFound) shows the number of data found. The third field (results) contains a structure which contains the data.