View all Fund Plan Projects

get

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

Send a request to this endpoint to view all plan projects with fund data 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<ApiEntityFundPlanProject>
Type: array
Title: List<ApiEntityFundPlanProject>
Show Source
Nested Schema : ApiEntityFundPlanProject
Type: object
Title: ApiEntityFundPlanProject
Show Source
Nested Schema : portfolioProjectFundPeriods
Type: array
The phase funds associated with a plan project.
Show Source
Nested Schema : portfolioProjectFunds
Type: array
The funds assigned to a plan project.
Show Source
Nested Schema : ApiEntityFundPeriod
Type: object
Title: ApiEntityFundPeriod
Show Source
Nested Schema : ApiEntityPortfolioProjectFund
Type: object
Title: ApiEntityPortfolioProjectFund
Show Source
Nested Schema : periods
Type: array
The phase wise fund associated with a plan project.
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