quantaq.endpoints.data.Data.list¶
- Data.list(**kwargs) list ¶
Return all data for device with serial number sn.
- Parameters
sn (str) – The device serial number
raw (bool) – Return the raw (not final), default is False
start (str) – Start date for data retrieval
stop (str) – End date for data retrieval
limit (str) – Limit the number of results returned
sort (str) – Sort the results by a specific attribute
filter (str) – Filter the query
per_page (int) – Define the number of results to return per page
- Returns
Data
- Return type
list of dict