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: post
Path: /api/restapi/reportCycle/batch
Batch Delete Report Cycles
Method: delete
Path: /api/restapi/reportCycle/batch
Batch Sync Report Cycles
Method: post
Path: /api/restapi/reportCycle/syncBatch
Batch Update Report Cycles
Method: put
Path: /api/restapi/reportCycle/batch
Create a Report Cycle
Method: post
Path: /api/restapi/reportCycle
Delete a Report Cycle
Method: delete
Path: /api/restapi/reportCycle/{reportCycleId}
Update a Report Cycle
Method: put
Path: /api/restapi/reportCycle
View a Report Cycle
Method: get
Path: /api/restapi/reportCycle/{reportCycleId}
View all Report Cycles by Workspace
Method: get
Path: /api/restapi/reportCycle/workspace/{workspaceId}