To communicate with your Oracle® Human Capital Management (HCM) Cloud environment via the service's published REST API interface as part of a chain, add a step that includes an Oracle HCM Cloud connection command.
To enable these commands, an IT admin first creates an Oracle HCM Cloud connector.
Get grades
To retrieve a list of all grades, use a Get grades command.
Properties
None
Outputs
Output | Output type |
---|---|
Grades JSON | JSON |
Exit codes
Code | Type | Detail |
---|---|---|
0 | Success | Success |
1 | Error | Invalid arguments |
2 | Error | General failure |
Get jobs
To retrieve a list of all jobs, use a Get jobs command.
Properties
None
Outputs
Output | Output type |
---|---|
Jobs JSON | JSON |
Exit codes
Code | Type | Detail |
---|---|---|
0 | Success | Success |
1 | Error | Invalid arguments |
2 | Error | General failure |
Get locations
To retrieve a list of all locations, use a Get locations command.
Properties
None
Outputs
Output | Output type |
---|---|
Locations JSON | JSON |
Exit codes
Code | Type | Detail |
---|---|---|
0 | Success | Success |
1 | Error | Invalid arguments |
2 | Error | General failure |
Get organizations
To retrieve a list of all organizations, use a Get organizations command.
Properties
None
Outputs
Output | Output type |
---|---|
Organizations JSON | JSON |
Exit codes
Code | Type | Detail |
---|---|---|
0 | Success | Success |
1 | Error | Invalid arguments |
2 | Error | General failure |