View Scope Assignment Baseline Time Phased Data
get
/primeapi/restapi/baselineTimePhasedData/{id}
This endpoint returns baseline time phased data 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)
The system-generated identifier of baseline time phased data.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityScopeAssignmentBaselineTimePhasedData
Type:
Show Source
object
-
baselineHours(optional):
object Hour
-
baselineTimePhasedDataId(optional):
integer(int64)
The unique identifier of baseline data.
-
baselineUnits(optional):
object Quantity
-
date(optional):
string(date-time)
Date used for updating the dates of scope assignments and work packages when they are not linked to activities.
-
link(optional):
string(url)
Read Only:
true
-
scopeAssignmentBaselineTimePhasedCostData(optional):
object ApiEntityScopeAssignmentBaselineTimePhasedCostData
-
scopeItemAssignmentId(optional):
integer(int64)
The unique identifier of a work package.
-
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 : Quantity
Type:
object
Nested Schema : ApiEntityScopeAssignmentBaselineTimePhasedCostData
Type:
Show Source
object
-
baselineCost(optional):
object Cost
-
baselineCostProject(optional):
object Cost
-
baselineTimePhasedDataId(optional):
integer(int64)
Time phased baseline data ID.
-
link(optional):
string(url)
Read Only:
true
-
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 requested scope assignment baseline time phased data does not exist or you do not have access to it.