Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 819 Bytes

QueryRawDataTimeRangeResultDTOAPIModel.md

File metadata and controls

15 lines (11 loc) · 819 Bytes

QueryRawDataTimeRangeResultDTOAPIModel

Properties

Name Type Description Notes
_from int The UNIX timestamp of the start date for filtering
phenomenon_uuid str The Resource's Phenomenon UUID [optional]
resource_uuid str The UUID of the Resource [optional]
results list[SingleResourceMeasurementAPIModel] The requested raw data [optional]
to int The UNIX timestamp of the end date for filtering
unit_uuid str The Resource's Unit UUID [optional]

[Back to Model list] [Back to API list] [Back to README]