Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.06 KB

SeriesListRep.md

File metadata and controls

14 lines (9 loc) · 1.06 KB

SeriesListRep

Properties

Name Type Description Notes
links {str: (bool, date, datetime, dict, float, int, list, str, none_type)} The location and content type of related resources
metadata [SeriesMetadataRep] Metadata about each series
series [SeriesTimeSliceRep] An array of data points with timestamps. Each element of the array is an object with a 'time' field, whose value is the timestamp, and one or more key fields. If there are multiple key fields, they are labeled '0', '1', and so on, and are explained in the <code>metadata</code>.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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