查询筛选条件
GET {{base_url}}/sheets/v3/spreadsheets/:spreadsheet_token/sheets/:sheet_id/filter_views/:filter_view_id/conditions/query
::: note 筛选条件含义可参考 筛选视图的筛选条件指南 ::: 查询一个筛选视图的所有筛选条件,返回筛选视图的筛选范围内的筛选条件。
参考接口文档:查询筛选条件
RESPONSES
status: OK
{"code":0,"data":{"items":[{"compare_type":"less","condition_id":"E","expected":["6"],"filter_type":"number"}]},"msg":"success"}