- Subcategories:
 - Performance Cycle Groups
 
Performance Cycles REST Endpoints
    
        Performance Cycles
    
The perfCycles resource provides all the performance cycles in performance management.
- Create a performance cycle
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/perfCycles - Delete a performance cycle
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId} - Get a performance cycle
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId} - Get all performance cycles
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles - Update a performance cycle
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}