View all Project Risks by Assigned CodeValue

get

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

This endpoint returns project 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<ApiEntityProjectRisk>
Type: array
Title: List<ApiEntityProjectRisk>
Show Source
Nested Schema : ApiEntityProjectRisk
Type: object
Title: ApiEntityProjectRisk
Show Source
Nested Schema : cbsCodes
Type: array
Deprecated. As of 23.11.
List of cbs codes in hierarchy for the CBS which needs to be associated with the item. This field is not populated as part of the API response since it is a write-only field, used only for the create or update APIs.
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
Show Source
Nested Schema : riskQuantifiedCostImpact
The impact this risk will have on cost data.
Match All
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