Action REST Endpoints
Action
The Action service enables you to schedule jobs, work with project baselines and snapshots, and manage project period items. A job represents a background process within the application. Prime includes several background services that may initiate jobs, such as scheduler, leveler, risk analysis, and measures. Completed scheduling, leveling, and measure jobs generate job logs that include additional details about the service.
- Apply Activity Uncertainty
- Method: postPath:
/primeapi/restapi/action/applyActivityUncertainity/run
- Close a Project Current Period Item
- Method: postPath:
/primeapi/restapi/action/periodCloseout
- Create a Budget Plan Snapshot
- Method: postPath:
/primeapi/restapi/action/capitalPlanSnapshot
- Create a Project Baseline
- Method: postPath:
/primeapi/restapi/action/createBaseline
- Create a Project Snapshot
- Method: postPath:
/primeapi/restapi/action/projectSnapshot
- Delete a Budget Plan Snapshot
- Method: deletePath:
/primeapi/restapi/action/capitalPlan/snapshot/{id}
- Delete a Project Snapshot
- Method: deletePath:
/primeapi/restapi/action/project/snapshot/{id}
- Download a Report
- Method: getPath:
/primeapi/restapi/action/reportResult/{jobId}
- Perform Project Resource Leveling
- Method: postPath:
/primeapi/restapi/action/level
- Run a Report
- Method: postPath:
/primeapi/restapi/action/report/run
- Schedule a Project
- Method: postPath:
/primeapi/restapi/action/scheduleProject
- Schedule Measure Computation
- Method: postPath:
/primeapi/restapi/action/computeMeasure
- Schedule Measure Computation
- Method: postPath:
/primeapi/restapi/action/computeStrategyMeasure
- Schedule Risk Analysis
- Method: postPath:
/primeapi/restapi/action/runRiskAnalysis
- Set a Current Baseline
- Method: putPath:
/primeapi/restapi/action/setCurrentBaseline
- View Job Status
- Method: getPath:
/primeapi/restapi/action/jobStatus/{jobId}
- View Job Status and Job Log
- Method: getPath:
/primeapi/restapi/action/jobStatusWithLog/{jobId}
- View Project Baseline Status
- Method: getPath:
/primeapi/restapi/action/baselineStatus/{id}
- View Snapshots by Budget Plan ID
- Method: getPath:
/primeapi/restapi/action/snapshot/capitalPlan/{id}
- View Snapshots by Project ID
- Method: getPath:
/primeapi/restapi/action/snapshot/project/{id}