Filtering the Results of Rest API
Summary
How to add the filters to REST call to reduce the number of recordsi n the resultContent
To retrieve transaction data filtered by date in the REST API request, I am trying to use the following REST url:
https://instance URL/rest/v5/metadata-catalog/commerceDocumentsOraclecpqoTransaction/"q":"{'createdDate_t':{$gt:'06/01/2017'}}"
However, I am getting an error.
"Child resource \"q\":\"{'createdDate_t':{$gt:'06 doesn't exist or is not accessible in Resource commerceDocumentsOraclecpqoTransaction for current user."
I can confirm the the attribute 'createdDate_t' is available in the relevant commerce process.
Could you please suggest the correct way and pointer to more study material on this?
1