View all Scope Assignment Planned Time Phased Data by Scope Assignment ID

get

/api/restapi/plannedTimePhasedData/scopeAssignment/{scopeItemAssignmentId}

Returns the scopeAssignment planned time phased data for the specified scopeAssignment ID.

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<ApiEntityScopeAssignmentPlannedTimePhasedData>
Type: array
Title: List<ApiEntityScopeAssignmentPlannedTimePhasedData>
Show Source
Nested Schema : ApiEntityScopeAssignmentPlannedTimePhasedData
Type: object
Title: ApiEntityScopeAssignmentPlannedTimePhasedData
Show Source
Nested Schema : scopeAssignmentPlannedTimePhasedCostData
An object containing the cost fields associated with the planned time phased data.
Match All
Show Source
Nested Schema : ApiEntityScopeAssignmentPlannedTimePhasedCostData
Type: object
Title: ApiEntityScopeAssignmentPlannedTimePhasedCostData
Show Source

204 Response

Successful operation with no content.

404 Response

The requested scope assignment planned time phased data does not exist or you do not have access to it.
Back to Top