View a Monte Carlo Activity Delta by Activity

get

/api/restapi/monteCarloActivityDelta/activity/{activityId}

This endpoint returns Monte Carlo activity deltas that meet the following requirements:
  • The object is associated with an activity with an ID value that matches the value of the {activityId} 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<ApiEntityMonteCarloActivityDelta>
Type: array
Title: List<ApiEntityMonteCarloActivityDelta>
Show Source
Nested Schema : ApiEntityMonteCarloActivityDelta
Type: object
Title: ApiEntityMonteCarloActivityDelta
Show Source
Nested Schema : monteCarloActivityDeltaFinancial
An object containing all the financial fields of a Monte Carlo activity delta in the form of key-value pairs.
Match All
Show Source
Nested Schema : ApiEntityMonteCarloActivityDeltaFinancial
Type: object
Title: ApiEntityMonteCarloActivityDeltaFinancial
Show Source

204 Response

Successful operation with no content.

404 Response

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