Quick way to check a workbook for applied filters

Comments

1 comment

  • Konsta Danyliuk

    Hello Dave.
    You could retrieve a Workbook structure as a JSON file via REST API and then review this file to check filters.

    You would need the Read a Workbook call.

    curl -u '<username>:<password>' -X GET 'http://<Datameer-serverIP>:<port-number>/api/workbooks/<file-id>'

    It might be good to put together a short script that will execute the REST API call and extract filter definitions from its response.

    0
    Comment actions Permalink

Please sign in to leave a comment.