Skip to content

Filter Table

nbajiaoshi edited this page Jun 4, 2018 · 13 revisions
PUT /api/filterTable

Return a status indicates whether the operation has been successfully done or not.

Parameters

JSON Body Parameters

Field Data Type Description
linkTableId String The unique linkTableId corresponding to a table and a region of sheet.
filter String The condition to perform filter on this table.

Request

PUT https://localhost:8080/api/filterTable
JSON Parameters:
{
    "linkTableId": "ajh6u3yqb",
    "filter": "grade >= 60"
}

Response

{
    "status": "success",
    "message": null,
    "data": null
}
Clone this wiki locally