View Project Risk Mitigation by Project Risk

get

/api/restapi/projectRisk/mitigation/{projectRiskId}

This endpoint returns project risk mitigations that meet the following requirements:
  • The object is associated with a project risk with an ID value that matches the value of the {projectRiskId} 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<ApiEntityRiskMitigation>
Type: array
Title: List<ApiEntityRiskMitigation>
Show Source
Nested Schema : ApiEntityRiskMitigation
Type: object
Title: ApiEntityRiskMitigation
Show Source
Nested Schema : riskMitigationFinancial
The financial fields associated with a risk mitigation.
Match All
Show Source
Nested Schema : ApiEntityRiskMitigationFinancial
Type: object
Title: ApiEntityRiskMitigationFinancial
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