REST API - GET doesn't work with %, but * works
Summary
any idea?Content
Hi,
For the contact records created with WS (CreatedByModule=HZ_WS), when I search them in GET API like below,
https://pod/crmRestApi/resources/11.13.18.05/contacts?q=ContactName like '%adam2%'
No items are returned.
But when I search them with GET API like below,
https://pod/crmRestApi/resources/11.13.18.05/contacts?q=ContactName like '*adam2*'
I have contact records returned.
Any idea why % is not supported but * is?
Thanks,
Adam
Version
21A
Tagged:
2