View Snapshots by Budget Plan ID

get

/api/restapi/action/snapshot/capitalPlan/{capitalPlanId}

Send a request to this endpoint to view snapshots associated to a budget plan with an ID value matching the value of the {id} path parameter. Budget plan snapshots capture the state of an approved budget plan at a particular point in time. Use budget plan snapshots to capture the history of a portfolio budget plan and monitor the progress of projects included in the plan.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityCapitalPlanSnapshot>
Type: array
Title: List<ApiEntityCapitalPlanSnapshot>
Show Source
Nested Schema : ApiEntityCapitalPlanSnapshot
Type: object
Title: ApiEntityCapitalPlanSnapshot
Show Source
  • The unique identifier of a budget plan.
  • Minimum Length: 0
    Maximum Length: 4000
    A detailed summary for the baseline or snapshot.
  • Maximum Length: 255
    Name for the baseline or snapshot.
  • Maximum Length: 60
    Code for the baseline or snapshot.
  • The unique identifier for a baseline or snapshot.
  • The time at which the snapshot was generated.
  • Allowed Values: [ "CAPITAL_PLAN", "PROJECT", "PROGRAM", "IDEA" ]
    Identifies the type of the baseline. Valid values are Original, Current, or Blank. Original baselines mark the starting point for recurring change requests for modifications to Scope Items, Work Packages, and Scope Assignments. Current baselines indicate the latest set baseline when a related original baseline exists. Blank baselines indicate the baseline is a snapshot.
  • Date when the record was last updated.

204 Response

Successful operation with no content.

404 Response

The requested portfolio snapshot transfer does not exist or you do not have access to it.
Back to Top