Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
departmentTreeNodesLOV returns COUNT=0

Hi,
I'm calling the Fusion HCM REST API:
/hcmRestApi/resources/11.13.18.05/departmentTreeNodesLOV
This is successfully responding with a 200-OK but the body has a zero count response:
{
"items": [
],
"count": 0,
"hasMore": false,
"limit": 499,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://<server>/hcmRestApi/resources/11.13.18.05/departmentTreeNodesLOV",
"name": "departmentTreeNodesLOV",
"kind": "collection"
}
]
}
I believe I have the right ROLES to access this function (hence the 200-OK).
QUESTION: What data access is required on the role? As it seems I may have functional access but not data access (which I can fix).
In security manager which data policy [Database Resource] needs to be included for this API to respond with values?
FYI - I can successfully call /hcmRestApi/resources/11.13.18.05/departmentsLov
Many thanks