Performance Goal Actions REST Endpoints
Performance Goal Actions
The goalActions resource provides actions for performance goals.
- Create a performance goal
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/goalActions - Delete a performance goal
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/goalActions/{goalActionsUniqID} - Get a performance goal
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalActions/{goalActionsUniqID} - Get all performance goals
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalActions - Update a performance goal
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/goalActions/{goalActionsUniqID}