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.