OR operator in REST API for GET operation
Summary
OR Operation in GET REST APIContent
Hi There,
I am implementing a REST API GET to fetch the contact data from contact object.
Trying to use "or" operator in GET Operation query parameter and does not seem to be working.
crmRestApi/resources/11.13.18.05/contacts?q=PartyNumber=698054 or PartyNumber='1-3IOZKM5'
This fetches only first record although, there is another contact with second party number provided in query parameter
Radha
1