API schema
Schema
FTBulkStatItem
Type: object
Properties
| Name | Type | Description |
|---|---|---|
dte | string | End date of time frame |
val | string | Calculated stat value |
Example shape
{
"dte": "string",
"val": "string"
}Type: object
| Name | Type | Description |
|---|---|---|
dte | string | End date of time frame |
val | string | Calculated stat value |
{
"dte": "string",
"val": "string"
}