View a Monte Carlo Activity Delta by Activity
get
/primeapi/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: integer(int64)
Activity ID of which MonteCarlo Activity Delta has to be returned.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityMonteCarloActivityDelta
Type:
Show Source
object
-
activityId(optional):
integer(int64)
The unique identifier of an activity.
-
link(optional):
string(url)
Read Only:
true
-
monteCarloActivityDeltaFinancial(optional):
object ApiEntityMonteCarloActivityDeltaFinancial
-
monteCarloActivityDeltaId(optional):
integer(int64)
The unique identifier of an activity delta.
-
pessimisticDurationDeltaAbs(optional):
object Duration
-
pessimisticDurationDeltaPct(optional):
object Percent
-
pessimisticFinishDeltaAbs(optional):
object Duration
-
pessimisticFinishDeltaPct(optional):
object Percent
-
pessimisticStartDeltaAbs(optional):
object Duration
-
pessimisticStartDeltaPct(optional):
object Percent
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityMonteCarloActivityDeltaFinancial
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
monteCarloActivityDeltaId(optional):
integer(int64)
The unique identifier of an activity cost delta.
-
pessimisticCostDeltaAbs(optional):
object Cost
-
pessimisticCostDeltaPct(optional):
object Percent
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Cost
Type:
object
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.