REST API for ESS Jobs In Oracle Fusion Not Returning data
Summary:
I am using /ess/rest/scheduler/v1/requests to get ESS Job details, but I am always getting null values unless "id" value is passed
This is what I am trying to execute:
https://****.oraclecloud.com/ess/rest/scheduler/v1/requests?fields=@full&q=submitter eq "Kunal.Seal"
Response:
{
"items": null,
"links": [ {
"rel": "self",
"href": "https://****/ess/rest/scheduler/v1/requests"
}],
"pageIndex": 1,
"count": 0,
"batch": null
}
My user has ESS Admin role.
getting data when ID is passed.
Can anybody please help to identify the problem.
Tagged:
0