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: postPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects
- Delete a performance cycle group object
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects/{PerfCycleObjectId}
- Get a performance cycle group object
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects/{PerfCycleObjectId}
- Get all performance cycle group objects
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects
- Update a performance cycle group object
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupObjects/{PerfCycleObjectId}