v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
filter

Filter data with streaming progress

Returns a server‐sent events (SSE) stream. Emits “progress” events with the number of rows and bytes processed, and finally a “data” event containing the filtered result, or an “error” event if something goes wrong.

post/file/{handle}/filter/stream-progress

Path parameters

handlestring required

sheet to filter

Request body

AllowUnstableOrderboolean

API may set true to allow unstable result order for faster performance on large files

FieldTypesstring[]

if the app work with pivot mode the system should check type of field by ex. int, float, string

columnHighlightsobject
endRowinteger
filterModelobject
pivotModeboolean
startRowinteger

Response

OK