Hello All,
I am trying to filter the data based on the CreationDate in the below Rest API but I am not getting any data. Could some one provide how to pass the parameter value.
I am using
q=DocumentName=PROCESS_INVOICE_IN;Status=Success;CreationDate>='2025-01-01T10:45:00Z
Response
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 100,
"offset": 0,
"links": [
{
Note: we have data but the creationdate parameter not satisfying the logic but in the below Oracle document its mentioned CreationDate we can use as a parameter.
REST API for Oracle Supply Chain Management Cloud - Get all transaction records