View Scope Assignment Actuals Time Phased Data by Scope Assignment
get
/primeapi/restapi/actualsTimePhasedData/scopeAssignment/{id}
This endpoint returns actual time phased data that meet the following requirements:
- The object is associated with a scope assignment with an ID value that matches the value of the {scopeAssignmentId} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a scope assignment.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedData
Type:
Show Source
object
-
actualsHours(optional):
object Hour
-
actualsTimePhasedDataId(optional):
integer(int64)
The unique identifier of scope actuals data.
-
date(optional):
string(date-time)
The date on which work on a work package began.
-
link(optional):
string(url)
Read Only:
true
-
scopeAssignmentActualsTimePhasedCostData(optional):
object ApiEntityScopeAssignmentActualsTimePhasedCostData
-
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 : ApiEntityScopeAssignmentActualsTimePhasedCostData
Type:
Show Source
object
-
actualsCost(optional):
object Cost
-
actualsCostProject(optional):
object Cost
-
actualsTimePhasedDataId(optional):
integer(int64)
Actuals time phased 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
204 Response
Successful operation with no content.
404 Response
The requested scope assignment actuals time phased data does not exist, or you do not have access to it.