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: postPath:
/primeapi/restapi/reportCycle/replicateObjectInWorkspaces/reportCycle/{reportCycleId}/workspace/{workspaceId}
- Batch Create Report Cycles
- Method: postPath:
/primeapi/restapi/reportCycle/batch
- Batch Delete Report Cycles
- Method: deletePath:
/primeapi/restapi/reportCycle/batch
- Batch Update Report Cycles
- Method: putPath:
/primeapi/restapi/reportCycle/batch
- Create a Report Cycle
- Method: postPath:
/primeapi/restapi/reportCycle
- Delete a Report Cycle
- Method: deletePath:
/primeapi/restapi/reportCycle/{id}
- Update a Report Cycle
- Method: putPath:
/primeapi/restapi/reportCycle
- View a Report Cycle
- Method: getPath:
/primeapi/restapi/reportCycle/{id}
- View a Report Cycle by Workspace
- Method: getPath:
/primeapi/restapi/reportCycle/workspace/{id}