View Scope Assignment Installed Time Phased Data

get

/api/restapi/installedTimePhasedData/{scopeAssignmentInstalledTimePhasedDataId}

Returns the scope assignment installed time phased data for the specified scopeAssignment installed time phased data 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 : ApiEntityScopeAssignmentInstalledTimePhasedData
Type: object
Title: ApiEntityScopeAssignmentInstalledTimePhasedData
Show Source
Nested Schema : milestones
Type: array
The milestones associated with the installed time phased data.
Show Source
Nested Schema : scopeAssignmentInstalledTimePhasedCostData
An object containing the cost fields associated with the installed time phased data.
Match All
Show Source
Nested Schema : ApiEntityScopeAssignmentTimePhasedMilestone
Type: object
Title: ApiEntityScopeAssignmentTimePhasedMilestone
Show Source
Nested Schema : ApiEntityScopeAssignmentInstalledTimePhasedCostData
Type: object
Title: ApiEntityScopeAssignmentInstalledTimePhasedCostData
Show Source
  • The total cost incurred on the scope assignment as of the current date.
    If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours.
    If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This field is in base currency and is calculated from installedCostProject field based on the specified exchange rate.
  • The total cost incurred on the scope assignment as of the current date.
    If Rate By is set to Hours, then Installed Cost equals Revised Cost Rate multiplied by Installed Hours.
    If Rate By is set to Quantity, then Installed Cost equals Revised Cost Rate multiplied by Installed Quantity. This value is based on the project currency.
  • The unique identifier of installed cost data.
  • Date when the record was last updated.

404 Response

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