Performance Cycle Groups REST Endpoints
    
        Performance Cycles/Performance Cycle Groups
    
The perfCycleGroups resource is a child of the perfCycles resource and provides all the groups associated with the performance cycle. A group can be a group of goal plans or a group of check-ins.
- Create a performance cycle group
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups - Delete a performance cycle group
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId} - Get a performance cycle group
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId} - Get all performance cycle groups
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups - Update a performance cycle group
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}