Performance Goal Actions REST Endpoints

Performance Goal Actions
The goalActions resource provides actions for performance goals.
Create a performance cycle
Method: post
Path: /hcmRestApi/resources/11.13.18.05/perfCycles
Create a performance goal
Method: post
Path: /hcmRestApi/resources/11.13.18.05/goalActions
Delete a performance cycle
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{LoggedInPersonId}
Delete a performance goal
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/goalActions/{goalActionsUniqID}
Get a performance cycle
Method: get
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{LoggedInPersonId}
Get a performance goal
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalActions/{goalActionsUniqID}
Get all performance cycles
Method: get
Path: /hcmRestApi/resources/11.13.18.05/perfCycles
Get all performance goals
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalActions
Perform actions on goals
Method: post
Path: /hcmRestApi/resources/11.13.18.05/goalActions/action/perform
Update a performance cycle
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{LoggedInPersonId}
Update a performance goal
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/goalActions/{goalActionsUniqID}