View a Monte Carlo Project Delta

get

/api/restapi/monteCarloProjectDelta/{monteCarloProjectDeltaId}

This endpoint returns Monte Carlo project deltas that meet the following requirements:
  • The object has an ID that matches the value of the {monteCarloProjectDeltaId} 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 : ApiEntityMonteCarloProjectDelta
Type: object
Title: ApiEntityMonteCarloProjectDelta
Show Source
Nested Schema : monteCarloProjectDeltaFinancial
An object containing Monte Carlo project delta financial fields in the form of key-value pairs.
Match All
Show Source
Nested Schema : ApiEntityMonteCarloProjectDeltaFinancial
Type: object
Title: ApiEntityMonteCarloProjectDeltaFinancial
Show Source

404 Response

The requested Monte Carlo project delta does not exist, or you do not have access to it.
Back to Top