datafile
/api/datafile/
List methods: get
Detail methods: None
DEPRECATED
Fields
This resource contains no fields.
Filtering Options
- datatype: exact, in, gt, gte, lt, lte, range
- end: exact
- flat: exact
- max_values: exact
- no_timestamps: exact
- range: exact
- record: exact
- scaled: exact
- seconds: exact
- start: exact
- timestamp: range, gt, gte, lt, lte
- user: exact
A synonym for timestamp__lt.
If you know your data will contain only one datatype from a single
user, you may pass flat=1
and you will receive only the raw
array of data. But be careful, if you flatten a result that
has multiple users or datatypes, all the data will be mixed
together with no way to know which value pertains to which
datatype and/or user.
The maximum number of values to return per datatype. If you wish to return a subsample of the data, you may limit the size of the returned values with this filter. Note that the values are not a true sub-sample but every nth element where n is the smallest number that will return a total number of samples less than max_values.
Omit the timestamps. If you wish to have only the values, passing this filter will remove the timestamps and lower the size of the resulting array.
if present, in json output, the ECG are scaled in μV.
Provide the timestamps in normal seconds rather than hexoseconds (256ths of a second). The floor of the value is returned. If you request a datatype with a resolution > 1Hz and specify seconds, you will receive multiple values for each timestamp.
A synonym for timestamp__gte.
May be specified multiple times to define a range, or with __range=start,end.
Sorting Options
No sorting supported
© 2024 by Carré Technologies Inc.