OptionalbeforeOptionalignoreTreat data points with Bad status codes as if they do not exist. Set to false to include bad data points.
OptionalincludeInclude status codes in the response. Good (code 0) status codes are always omitted.
OptionaltargetThe unit externalId of the data points returned. If the time series does not have a unitExternalId that can be converted to the targetUnit, an error will be returned. Cannot be used with targetUnitSystem.
OptionaltargetThe unit system of the data points returned. Cannot be used with targetUnit.
OptionaltreatTreat data points with Uncertain status codes as Bad.
Get first datapoint before this time. Format is N[timeunit]-ago where timeunit is w,d,h,m,s. Example: '2d-ago' will get everything that is up to 2 days old. Can also send time as a Date object or number of milliseconds since epoch.