how to pass multiple query parameters to same Rest Api
Summary
how to pass multiple query parameters to same Rest ApiContent
Hi,
I am trying to filter custom object REST API 'https://ekyg-test.fa.em2.oraclecloud.com/crmRestApi/resources/latest/Projection_c', i want to filter this API on the bases of 'Organization_Id_Account_Projection' and 'Year_c', as
Organization_Id_Account_Projection=300000002653240
Year_c="2019"
But when i pass only one query parameter it works fine but when i tried to pass the 2nd param it show bad request error.
please help me in this regards, that who to pass multiple parameters in same api.
Thanks & Regards:
Tagged:
0