For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to call WORKER API with expand ALL filter
Summary:
Hi All
We are trying to call ALL worker details from the WORKERS API.
hcmRestApi/resources/11.13.18.05/workers?expand=all
when we run this API, we can see that the results are not expanded, as the collections are displaying URLs
Is anyone able to advise how to make a full EXPAND ALL call on the WORKERS API?
we are referencing oracle API guide to assist with getting details which indicates that we should be getting all data returned.
(https://docs.oracle.com/en/cloud/saas/human-resources/23b/farws/op-workers-get.html)
Ultimately we want to make a single call to grab all of an employees details. Can someone please advise what we are doing wrong