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: post
Path: /primeapi/restapi/action/applyActivityUncertainity/run
Close a Project Current Period Item
Method: post
Path: /primeapi/restapi/action/periodCloseout
Create a Budget Plan Snapshot
Method: post
Path: /primeapi/restapi/action/capitalPlanSnapshot
Create a Project Baseline
Method: post
Path: /primeapi/restapi/action/createBaseline
Create a Project Snapshot
Method: post
Path: /primeapi/restapi/action/projectSnapshot
Delete a Budget Plan Snapshot
Method: delete
Path: /primeapi/restapi/action/capitalPlan/snapshot/{id}
Delete a Project Snapshot
Method: delete
Path: /primeapi/restapi/action/project/snapshot/{id}
Download a Report
Method: get
Path: /primeapi/restapi/action/reportResult/{jobId}
Perform Project Resource Leveling
Method: post
Path: /primeapi/restapi/action/level
Run a Report
Method: post
Path: /primeapi/restapi/action/report/run
Schedule a Project
Method: post
Path: /primeapi/restapi/action/scheduleProject
Schedule Measure Computation
Method: post
Path: /primeapi/restapi/action/computeMeasure
Schedule Measure Computation
Method: post
Path: /primeapi/restapi/action/computeStrategyMeasure
Schedule Risk Analysis
Method: post
Path: /primeapi/restapi/action/runRiskAnalysis
Set a Current Baseline
Method: put
Path: /primeapi/restapi/action/setCurrentBaseline
View Job Status
Method: get
Path: /primeapi/restapi/action/jobStatus/{jobId}
View Job Status and Job Log
Method: get
Path: /primeapi/restapi/action/jobStatusWithLog/{jobId}
View Project Baseline Status
Method: get
Path: /primeapi/restapi/action/baselineStatus/{id}
View Snapshots by Budget Plan ID
Method: get
Path: /primeapi/restapi/action/snapshot/capitalPlan/{id}
View Snapshots by Project ID
Method: get
Path: /primeapi/restapi/action/snapshot/project/{id}