View all Scope Assignment Actuals Time Phased Data by Scope Assignment

get

/api/restapi/actualsTimePhasedData/scopeAssignment/{scopeItemAssignmentId}

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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityScopeAssignmentActualsTimePhasedData>
Type: array
Title: List<ApiEntityScopeAssignmentActualsTimePhasedData>
Show Source
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedData
Type: object
Title: ApiEntityScopeAssignmentActualsTimePhasedData
Show Source
Nested Schema : scopeAssignmentActualsTimePhasedCostData
An object containing the cost fields associated with the actuals time phased data.
Match All
Show Source
Nested Schema : ApiEntityScopeAssignmentActualsTimePhasedCostData
Type: object
Title: ApiEntityScopeAssignmentActualsTimePhasedCostData
Show Source

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.
Back to Top