View a Budget Planning Scenario Fund Data

get

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

This endpoint returns budget planning scenario fund data that meet the following requirements:
  • The object has an ID value that matches the value of the {scenarioId} path parameter.

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 : ApiEntityFundPlanningScenario
Type: object
Title: ApiEntityFundPlanningScenario
Show Source
Nested Schema : planProjects
Type: array
The plan projects associated with a scenario.
Show Source
Nested Schema : proposedFundPeriods
Type: array
The phase funds of the proposed fund of all the plan projects.
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

404 Response

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