Skip to Content
0
Aug 16, 2023 at 07:14 AM

How to handle multiple filters in SAP IDM API

141 Views

Hi all,

I tried calling the API

ET_MX_ROLE?$filter=SV_MSKEYVALUE eq '20000660' or SV_MSKEYVALUE eq '20000XX' or SV_MSKEYVALUE eq '200002XX' or SV_MSKEYVALUE eq '200002XX' &$expand=ER_MXMEMBER_MX_PRIVILEGE&$select=ER_MXMEMBER_MX_PRIVILEGE

It's not giving the all the records related to all the MSKEYVALUES listed above, its picking only first one and giving results
Can anyone suggest how to handle multiple filters?