View a Project Risk Mitigation

get

/api/restapi/riskMitigation/{riskMitigationId}

This endpoint returns project risk mitigations that meet the following requirements:
  • The object has an ID that matches the value of the {riskMitigationId} 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 : 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

404 Response

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