-
Notifications
You must be signed in to change notification settings - Fork 31
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.
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. |
PUT https://localhost:8080/api/filterTable
JSON Parameters:
{
"linkTableId": "ajh6u3yqb",
"filter": "grade >= 60"
}
{
"status": "success",
"message": null,
"data": null
}