We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PUT /api/filterTable
Return a status indicates whether the operation has been successfully done or not.
PUT https://localhost:8080/api/filterTable JSON Parameters: { "linkTableId": "ajh6u3yqb", "filter": "grade >= 60" }
{ "status": "success", "message": null, "data": null }