View Monte Carlo Project Deterministic Values
get
/primeapi/restapi/monteCarloProjectDeterministicValues/{id}
This endpoint returns monte carlo project deterministic values that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
ID of MonteCarlo Project Deterministic Values to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityMonteCarloProjectDeterministicValues
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
monteCarloProjectDeterministicFinancialValues(optional):
object ApiEntityMonteCarloProjectDeterministicFinancialValues
-
monteCarloProjectDeterministicValuesId(optional):
integer(int64)
Deterministic values ID.
-
monteCarloScenario(optional):
string
Allowed Values:
[ "PRE_MITIGATED", "POST_MITIGATED", "BOTH" ]
Deterministic risk scenario type. -
projectId(optional):
integer(int64)
Project ID.
-
remainingDuration(optional):
object Duration
-
scheduledFinishDate(optional):
string(date-time)
The project finish date calculated using fixed activity dates and durations, without taking into account the impact of risks and activity uncertainty on the project schedule.
-
startDate(optional):
string(date-time)
The project start date calculated using fixed activity dates and durations, without taking into account the impact of risks and activity uncertainty on the project schedule.
-
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 : ApiEntityMonteCarloProjectDeterministicFinancialValues
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
monteCarloProjectDeterministicId(optional):
integer(int64)
-
monteCarloProjectDeterministicValuesId(optional):
integer(int64)
The unique identifier of a project deterministic cost.
-
remainingCost(optional):
object Cost
-
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
404 Response
The Monte Carlo project deterministic values do not exist, or you do not have access to them.