Property | Type | Description | Mandatory |
---|---|---|---|
startDate | Date | The start date of the period for which to obtain data. | Y |
endDate | Date | The end date of the period for which to obtain data. | Y |
keys | Strings | Device IDs. | Y |
events | List of Events | A list of specific events that have been defined in the manifest, in order to retrieve all of them. | Y |
events /eventType | String | The event type. See Defining a Device Event Manifest. IoT Platform provides a list of the event types for your selection, such as 7 for temperature, 8 for humidity, 9 for acceleration, 1001 for pressure and so on. | |
events /eventName | String | This property is optional, because the eventType (described above) may be sufficient to retrieve the required information. Because there may be more than one series of each eventType (described above), the eventName property helps uniquely identify each series calculation of a specific eventType that is returned in the response. For example, when a Chart contains multiple Temperature (Event Type 7) calculations. |