Query String
Content
Hi,
We have to fetch the records which are created by specific user, for that we are using the query parameter "q=" in Rest API.
https://xxxx.fa.em2.oraclecloud.com/fscmRestApi/resources/11.13.18.05/priceLists?q=CreatedBy=OICUser
In OIC, I have created request parameter as q and build the expression in the mapper using Concat function.
Base URL: https://xxxx.fa.em2.oraclecloud.com/fscmRestApi/resources/11.13.18.05
Resource URI: /priceLists
It is working fine. Is it right way to do this?
Thanks,
Mohan
Tagged:
0