+
+ +
+

quantaq.endpoints.data.Data.bydate

+
+
+Data.bydate(**kwargs)quantaq.endpoints.data.Data.list
+

Return all data for a device with serial number <sn> +on date <date>.

+
+
Parameters
+
    +
  • sn (str) – The device serial number

  • +
  • date (str) – The date to retrieve data for in YYYY-MM-DD format (all GMT).

  • +
  • raw (bool) – Return the raw (not final), default is False

  • +
+
+
Returns
+

Data

+
+
Return type
+

list of dicts

+
+
+
+ +
+ + +
+ +