View all Project Risks in a Workspace

get

/api/restapi/projectRisk/workspace/{workspaceId}

This endpoint returns project risks that meet the following requirements:
  • The object belongs to a workspace with an ID value that matches the value of the {workspaceId} 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 : List<ApiEntityProjectRisk>
Type: array
Title: List<ApiEntityProjectRisk>
Show Source
Nested Schema : ApiEntityProjectRisk
Type: object
Title: ApiEntityProjectRisk
Show Source
Nested Schema : codeValuesRisk
Type: array
The list of code values for a project risk. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a project risk.
Show Source
Nested Schema : impacts
Type: array
The impact of the risk.
Show Source
Nested Schema : projectRiskFinancial
The financial fields associated with a project risk.
Match All
The financial fields associated with a project risk.
Show Source
Nested Schema : riskQuantifiedCostImpact
The impact this risk will have on cost data.
Match All
The impact this risk will have on cost data.
Show Source
Nested Schema : riskQuantifiedOtherImpacts
Type: array
The impact this risk will have on other data.
Show Source
Nested Schema : ApiEntityCodeValueRisk
Type: object
Title: ApiEntityCodeValueRisk
Show Source
Nested Schema : ApiEntityProjectRiskConfiguredFieldValue
Type: object
Title: ApiEntityProjectRiskConfiguredFieldValue
Show Source
Nested Schema : ApiEntityRiskImpact
Type: object
Title: ApiEntityRiskImpact
Show Source
Nested Schema : ApiEntityProjectRiskFinancial
Type: object
Title: ApiEntityProjectRiskFinancial
Show Source
Nested Schema : ApiEntityRiskQuantifiedCostImpact
Type: object
Title: ApiEntityRiskQuantifiedCostImpact
Show Source
Nested Schema : ApiEntityRiskQuantifiedOtherImpact
Type: object
Title: ApiEntityRiskQuantifiedOtherImpact
Show Source

204 Response

Successful operation with no content.

404 Response

Invalid input.
Back to Top