The object describing a scalar formula request.

Hierarchy

  • ScalarFormulaRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
formulas?: QueryFormula[]

List of formulas to be calculated and returned as responses.

from: number

Start date (inclusive) of the query in milliseconds since the Unix epoch.

queries: ScalarQuery[]

List of queries to be run and used as inputs to the formulas.

to: number

End date (exclusive) of the query in milliseconds since the Unix epoch.

Generated using TypeDoc