For more information, please refer to this announcement explaining best practices for getting answers to questions.
WORKERS REST API how to pass Parameters
Hello, We have recently implemented the ServiceNow HRSD module. We are invoking "/hcmRestApi/resources/11.13.18.05/workers" API from SNOW to sync our employee information Oracle HCM Cloud environment into HRSD.
This is the REST API call we are currently using.
https://xxxx.xx.****.oraclecloud.com/hcmRestApi/resources/11.13.18.05/workers?expand=workRelationships.assignments%2Cnames%2Cphones%2Cemails%2Caddresses%2Cethnicities%2ClegislativeInfo%2CnationalIdentifiers%2Ccitizenships%2CworkRelationships.assignments.managers%2CworkRelationships.assignments.assignmentsDFF&onlyData=true
Want to apply the below filters to the API
- Person Type = EMP
- Or (Person Type = EX_EMP and "Termination Date" > 01-Jun-2024)
I want to know how can we add these parameters to the API call.