Data Filter Definition
The data filter is aimed at fetching raw or aggregated data from DataHub storage. The data filter is similar to the one used in legacy GetData (https://api.opinum.com/swagger/ui/index#/Data/Data_GetData) with some differences:
- There is no display level, the output is driven by the second-level query result set
- SourceId, VariableId and VariableTypeId do not exist, if you want to provide a single one Id, please provide a list with a single element
- There is no paging, use native SQLite Limit to control the number of rows and the start offset in the result set
- There is no user restriction definition
- You can't specify more than one aggregation
Please refer to the swagger API online documentation (https://api.opinum.com/swagger/ui/index#/Data/Data_GetData) to get detailed parameters documentation