Home > Forum > General > REST API, multiple search fields or filters

REST API, multiple search fields or filters
0

Hi all,

I browsed through the documentation for the public REST API as well as other threads here but couldn't find anything to help with my issue.

My requirement is to check if workflows for certain criteria are already created and I need more than one search criteria for an exact match.

I am useing the PublicApiSearch with an request URL like this:

data/v5.0/db/1/applications/9/search?search=WFD_AttText1:XYZ

This checks just fine if attribute WFD_AttText1 contains the value 'XYZ'

However, how would I go about checking WFD_AttText1 for 'XYZ' and WFD_AttText2 for 'ABC' at the same time in one request?

I tried with several separators and concatenations without success, also wasn't able to use the "filters" query option.

Anyone able to offer guidance on the matter?

Cheers,
Tobi

Nobody has replied in this thread yet.