View all Project Risks by Name

get

/api/restapi/projectRisk/name/{riskName}

Send a request to this endpoint to view a project risk with a name value matching the value of the {riskName} 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

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