error handling |
Determine what to return if an error is encountered. |
return type |
The format that the results should be returned in. |
object type |
The type of the object to retrieve. |
start time |
Epoch start time for object record creation. Default -24 hours. |
end time |
Epoch end time for object record creation. Defaults to now. |
records |
Amount of records and optionally starting at. 10:20 Displays the the next 10 records after the 20th record. Defaults to all. |
order by |
Specifies a column to sort on along with sort type. Example: name:d |
columns |
Simple JSON object that has columns as keys and equality expressions as values in either string or array format. See README.md or community.kineticdata.com for examples. |