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

Get all project costs Rest api not returning any values

Accepted answer
13
Views
3
Comments

Summary:

Get all project costs Rest api not returning any values

We are using below rest API to get all project cost details


/fscmRestApi/resources/11.13.18.05/projectCosts


Below is the response we are getting



{

 "items" : [ ],

 "count" : 0,

 "hasMore" : false,

 "limit" : 25,

 "offset" : 0,

 "links" : [ {

  "rel" : "self",

    "href" : "https://ecqg-dev1.fa.us2.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/projectCosts",

  "name" : "projectCosts",

  "kind" : "collection"

 } ]

}


There are more that 200 records in the table "PJC_COST_DIST_LINES_ALL"




Content (required):


Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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