Report Cycle REST Endpoints
Report Cycle
Use the Report Cycle service to create, view, update, and delete report cycles created within a project. Report cycles represent the planning periods used to plan and update scope assignment progress. Update Keys : 'reportCycleId'
- Batch Create Report Cycles
- Method: postPath:
/api/restapi/reportCycle/batch - Batch Delete Report Cycles
- Method: deletePath:
/api/restapi/reportCycle/batch - Batch Sync Report Cycles
- Method: postPath:
/api/restapi/reportCycle/syncBatch - Batch Update Report Cycles
- Method: putPath:
/api/restapi/reportCycle/batch - Create a Report Cycle
- Method: postPath:
/api/restapi/reportCycle - Delete a Report Cycle
- Method: deletePath:
/api/restapi/reportCycle/{reportCycleId} - Update a Report Cycle
- Method: putPath:
/api/restapi/reportCycle - View a Report Cycle
- Method: getPath:
/api/restapi/reportCycle/{reportCycleId} - View all Report Cycles by Workspace
- Method: getPath:
/api/restapi/reportCycle/workspace/{workspaceId}