eDocs - Rest API - Get a collection of available workspaces

Options
Laubstein
edited November 23, 2021 in eDOCS #1

Hi,

I would like to know how can I specify more than one filter criteria in the Get methods`endpoints like

edocsapi/v1.0/workspaces.


It is working perfectly fine with

edocsapi/v1.0/workspaces?library=JURIDICO&filter=AUTHOR_ID=MARCIO

I would like to add another criteria like

edocsapi/v1.0/workspaces?library=JURIDICO&filter=AUTHOR_ID=MARCIO;MATTER_ID=333

I have tried with ; , json format but could not made it work. Anyone could help me?

Attempt with 2 filter queries

Attempt with ;

Attempt with Json


Thanks.

Tagged:

Comments

  • Laubstein
    Options

    Found the solution


    &filter=AUTHOR_ID=KELLENSG and DOCNUM=609937

    &filter=AUTHOR_ID=KELLENSG or DOCNUM=609937


    Thanks.

  • In fact the or version does not work as expected.