Performance Cycle Group Objects REST Endpoints

Performance Cycles/Performance Cycle Groups/Performance Cycle Group Objects
The perfCycleGroupObjects resource is a child of the perfCycleGroups resource and provides all the objects associated with the performance cycle group. The objects can be individual goal plans of a group or individual check-ins of a group.
Create a performance cycle group object
Method: post
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects
Delete a performance cycle group object
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects/{PerfCycleObjectId}
Get a performance cycle group object
Method: get
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects/{PerfCycleObjectId}
Get all performance cycle group objects
Method: get
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects
Update a performance cycle group object
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects/{PerfCycleObjectId}