Get all project costs Rest api not returning any values
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):
Tagged:
0