Table View
Get stats on table columns
Retrieve statistical data for columns in a specific table view.
get/v1/table/views/{view_id}/stats
Path parameters
view_idstring uuid required
The UUID of the table view for which stats are to be retrieved.
Query parameters
filterstring
Filters to apply to the statistical data retrieval.
sum, avg, max, min, countstring[]
Specify columns to perform sum, average, max, min, or count operations.
process_idstring uuid
Optional UUID of a process to filter the data.
Response
Successfully retrieved statistics for table view columns.