Table View
Stream all rows for the view
Stream the data of all rows for a specific table view.
get/v1/table/views/{view_id}/rows-stream
Path parameters
view_idstring uuid required
The UUID of the table view for which data streaming is requested.
Query parameters
filterstring
Filters to apply to the streaming data.
sortstring
Sorting parameters for the streaming data.
process_idstring uuid
Optional UUID of a process to filter the data.
pageinteger
Page number for pagination
sizeinteger
Number of items per page for pagination
Response
Successfully initiated streaming of table view rows.