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.
Assign or Promote a Report Cycle
Method: post
Path: /primeapi/restapi/reportCycle/replicateObjectInWorkspaces/reportCycle/{reportCycleId}/workspace/{workspaceId}
Batch Create Report Cycles
Method: post
Path: /primeapi/restapi/reportCycle/batch
Batch Delete Report Cycles
Method: delete
Path: /primeapi/restapi/reportCycle/batch
Batch Update Report Cycles
Method: put
Path: /primeapi/restapi/reportCycle/batch
Create a Report Cycle
Method: post
Path: /primeapi/restapi/reportCycle
Delete a Report Cycle
Method: delete
Path: /primeapi/restapi/reportCycle/{id}
Update a Report Cycle
Method: put
Path: /primeapi/restapi/reportCycle
View a Report Cycle
Method: get
Path: /primeapi/restapi/reportCycle/{id}
View a Report Cycle by Workspace
Method: get
Path: /primeapi/restapi/reportCycle/workspace/{id}