View a Resource Planning Scenario

get

/api/restapi/resourcePlanningScenario/{scenarioId}

This endpoint returns resource planning scenarios 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 : ApiEntityResourcePlanningScenario
Type: object
Title: ApiEntityResourcePlanningScenario
Show Source
Nested Schema : periods
Type: array
The period data associated with resource plan scenario.
Show Source
Nested Schema : projects
Type: array
The plan projects associated with a scenario.
Show Source
Nested Schema : ApiEntityRoleDataPeriod
Type: object
Title: ApiEntityRoleDataPeriod
Show Source
Nested Schema : roleDataPerDataPeriodCost
Associated costs for a period of a role.
Match All
Associated costs for a period of a role.
Show Source
Nested Schema : ApiEntityRoleDataPeriodCost
Type: object
Title: ApiEntityRoleDataPeriodCost
Show Source
Nested Schema : ApiEntityResourcePlanProject
Type: object
Title: ApiEntityResourcePlanProject
Show Source
Nested Schema : periods
Type: array
The period data associated with a plan project.
Show Source
Nested Schema : roleAllocations
Type: array
The role data associated with plan project.
Show Source
Nested Schema : ApiEntityResourceRoleData
Type: object
Title: ApiEntityResourceRoleData
Show Source
Nested Schema : periods
Type: array
The period data associated with role.
Show Source

404 Response

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