Struct holding a list of property type keys and grouping options for property values.
API use:
{
"group_by": {
"propertytypes": [
"ifcEntity##xs:string",
"cnVolume##xs:double"
],
"options": {
"decimal_precision": 4,
"case_sensitive": true,
"skip_null_values": true,
"skip_empty_values": true,
"interval_size": 5.0,
"interval_offset": 0.0,
"date_grouping": "week"
}
}
}
- Since
- 1.0, Jul 2025, sl