View all Program Risk Mitigations by Program Risk ID

get

/api/restapi/programRiskMitigation/programRisk/{programRiskId}

This endpoint returns program risk mitigations that meet the following requirements:
  • The object is associated with a program risk with an ID value that matches the value of the {programRiskId} 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.

400 Response

Invalid input.
Back to Top