View all Resource Plan Projects

get

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

Send a request to this endpoint to view all resource plan projects in the resource 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<ApiEntityResourcePlanProject>
Type: array
Title: List<ApiEntityResourcePlanProject>
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 : 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 : ApiEntityResourceRoleData
Type: object
Title: ApiEntityResourceRoleData
Show Source
Nested Schema : periods
Type: array
The period data associated with role.
Show Source

204 Response

Successful operation with no content.

404 Response

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