View all Budget Plan Projects

get

/api/restapi/budgetPlanningScenario/planProjects/scenario/{scenarioId}

Send a request to this endpoint to view all budget plan projects in the budget planning scenario.

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<ApiEntityBudgetPlanProject>
Type: array
Title: List<ApiEntityBudgetPlanProject>
Show Source
Nested Schema : ApiEntityBudgetPlanProject
Type: object
Title: ApiEntityBudgetPlanProject
Show Source
Nested Schema : costCurves
Type: array
The phase costs associated with a plan project.
Show Source
Nested Schema : planProjectPeriods
Type: array
The period budgets associated with a plan project.
Show Source
Nested Schema : planProjectSubCurveDetails
Type: array
The capital and expense cost details of a plan project.
Show Source
Nested Schema : ApiEntityCostCurve
Type: object
Title: ApiEntityCostCurve
Show Source
Nested Schema : costCurvePeriods
Type: array
The phase wise costs of cost curve.
Show Source
Nested Schema : ApiEntityScenarioPhaseFinancial
Type: object
Title: ApiEntityScenarioPhaseFinancial
Show Source
Nested Schema : ApiEntitySubCostCurve
Type: object
Title: ApiEntitySubCostCurve
Show Source
Nested Schema : costCurvePeriods
Type: array
The phase wise costs of cost curve.
Show Source

204 Response

Successful operation with no content.

404 Response

The requested scenario does not exist, or you do not have access to it.
Back to Top