View all Program Risk Mitigations by Code

get

/api/restapi/programRiskMitigation/code/{programRiskMitigationCode}

This endpoint returns program risk mitigations that meet the following requirements:
  • The object has a code that matches the value of the {programRiskMitigationCode} 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<ApiEntityProgramRiskMitigation>
Type: array
Title: List<ApiEntityProgramRiskMitigation>
Show Source
Nested Schema : ApiEntityProgramRiskMitigation
Type: object
Title: ApiEntityProgramRiskMitigation
Show Source
Nested Schema : programRiskMitigationFinancial
The financial fields associated with a program risk mitigation.
Match All
Show Source
Nested Schema : ApiEntityProgramRiskMitigationFinancial
Type: object
Title: ApiEntityProgramRiskMitigationFinancial
Show Source

204 Response

Successful operation with no content.

404 Response

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