You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST API for ESS Jobs In Oracle Fusion Not Returning data

edited 6:44AM in Fusion Applications Administration 3 comments

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:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!