v1

latestOpenAPI 3.0.02026-07-14184214216.1 KB
filter

Get filtered data row count

Returns the number of rows matching certain criteria. The request object has many fields controlling which rows are returned. For basic filtering the only one that needs to be specified is the filterModel field. For more on constructing filters, see the Filter Model Detail Guide.

post/dataset/{handle}/count/rows

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

endRowinteger
filterModelobject
pivotModeboolean
startRowinteger

Response

OK

integer required