View all Program Risks by Assigned CodeValue

get

/api/restapi/programRisk/codeType/{codeTypeId}/codeValue/{codeValueCode}

This endpoint returns program risks that meet the following requirements:
  • The object is assigned a code type that matches the value of the {codeTypeId} path parameter with a value that matches the value of the {codeValueCode} 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

Invalid input.
Back to Top