API schema
Schema

FTBulkStatItem

Type: object

Properties

NameTypeDescription
dtestringEnd date of time frame
valstringCalculated stat value

Example shape

{
  "dte": "string",
  "val": "string"
}