View all Project Risk Mitigations by Project ID

get

/api/restapi/riskMitigation/project/{projectId}

This endpoint will fetch a project risk mitigation with a corresponding risk that belongs to the project with a project ID that matches the ID passed as the 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.

400 Response

Invalid input.
Back to Top