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
-
activityId(required): integer(int64)
Activity ID of which MonteCarlo Activity Delta has to be returned.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityMonteCarloActivityDelta>
Type:
array
Title:
Show Source
List<ApiEntityMonteCarloActivityDelta>
-
Array of:
object ApiEntityMonteCarloActivityDelta
Title:
ApiEntityMonteCarloActivityDelta
Nested Schema : ApiEntityMonteCarloActivityDelta
Type:
object
Title:
Show Source
ApiEntityMonteCarloActivityDelta
-
activityId: integer
(int64)
The unique identifier of an activity.
-
link: string
(url)
Read Only:
true
The self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
monteCarloActivityDeltaFinancial:
monteCarloActivityDeltaFinancial
An object containing all the financial fields of a Monte Carlo activity delta in the form of key-value pairs.
-
monteCarloActivityDeltaId: integer
(int64)
The unique identifier of an activity delta.
-
pessimisticDurationDeltaAbs: number
(double)
Duration difference between the pre-response and post-response remaining duration values.
-
pessimisticDurationDeltaPct: number
(double)
Percentage difference between the pre-response and post-response remaining duration values.
-
pessimisticFinishDeltaAbs: number
(double)
Duration difference between the pre-response and post-response pessimistic finish dates.
-
pessimisticFinishDeltaPct: number
(double)
Percentage difference between the pre-response and post-response pessimistic finish dates.
-
pessimisticStartDeltaAbs: number
(double)
Duration difference between the pre-response and post-response pessimistic start date values.
-
pessimisticStartDeltaPct: number
(double)
Percentage difference between the pre-response and post-response pessimistic start date values.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
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
An object containing all the financial fields of a Monte Carlo activity delta in the form of key-value pairs.
Show Source
-
object
ApiEntityMonteCarloActivityDeltaFinancial
Title:
ApiEntityMonteCarloActivityDeltaFinancial
Nested Schema : ApiEntityMonteCarloActivityDeltaFinancial
Type:
object
Title:
Show Source
ApiEntityMonteCarloActivityDeltaFinancial
-
atCompletionPessimisticCostDeltaAbs: number
(double)
The cost difference between the pre-response and post-response at-completion cost values.
-
atCompletionPessimisticCostDeltaPct: number
(double)
The percentage difference between the pre-response and post-response at-completion cost values.
-
link: string
(url)
Read Only:
true
The self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
monteCarloActivityDeltaId: integer
(int64)
The unique identifier of an activity cost delta.
-
pessimisticCostDeltaAbs: number
(double)
Cost difference between the pre-response and post-response remaining cost values.
-
pessimisticCostDeltaPct: number
(double)
Percentage difference between the pre-response and post-response remaining cost values.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
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.