View all Program Risks by Name

get

/api/restapi/programRisk/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<ApiEntityProgramRisk>
Type: array
Title: List<ApiEntityProgramRisk>
Show Source
Nested Schema : ApiEntityProgramRisk
Type: object
Title: ApiEntityProgramRisk
Show Source
Nested Schema : codeValuesProgramRisk
Type: array
The list of code values for a program 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 program risk.
Show Source
Nested Schema : programRiskFinancial
The financial fields associated with a program risk.
Match All
Show Source
Nested Schema : programRiskImpacts
Type: array
The impact of the program risk.
Show Source
Nested Schema : programRiskQuantifiedCostImpact
The impact this program risk will have on cost data.
Match All
Show Source
Nested Schema : programRiskQuantifiedOtherImpacts
Type: array
The impact this program risk will have on other data.
Show Source
Nested Schema : ApiEntityCodeValueProgramRisk
Type: object
Title: ApiEntityCodeValueProgramRisk
Show Source
Nested Schema : ApiEntityProgramRiskConfiguredFieldValue
Type: object
Title: ApiEntityProgramRiskConfiguredFieldValue
Show Source
Nested Schema : ApiEntityProgramRiskFinancial
Type: object
Title: ApiEntityProgramRiskFinancial
Show Source
Nested Schema : ApiEntityProgramRiskImpact
Type: object
Title: ApiEntityProgramRiskImpact
Show Source
Nested Schema : ApiEntityProgramRiskQuantifiedCostImpact
Type: object
Title: ApiEntityProgramRiskQuantifiedCostImpact
Show Source
Nested Schema : ApiEntityProgramRiskQuantifiedOtherImpact
Type: object
Title: ApiEntityProgramRiskQuantifiedOtherImpact
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