View all Project Risk Mitigations by Code

get

/api/restapi/riskMitigation/code/{riskMitigationCode}

This endpoint returns project risk mitigations that meet the following requirements:
  • The object has a code that matches the value of the {riskMitigationCode} 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 project risk mitigation does not exist, or you do not have access to it.
Back to Top