Download Activity/Assignment Spread
get
/api/restapi/action/spreadResult/{jobId}
Send a request to this endpoint to download the activity or assignment spread file once the Calculate Activity/Assignment Spread job has completed. Track the status of the Calculate Activity/Assignment Spread job using the View Job Status endpoint.
Request
Path Parameters
-
jobId(required): integer(int64)
The jobId field value returned as part of the Calculate Activity/Assignment Spread endpoint response.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/octet-stream
200 Response
The response returned by the Download Activity/Assignment Spread endpoint is available as a zip file. Unzip the file to retrieve the JSON file inside the zip file.
Root Schema : ApiEntitySpreadOutput
Type:
object
Title:
Show Source
ApiEntitySpreadOutput
-
activities: array
activities
The aggregate that contains the list of activities used in the spread calculation. It is applicable when downloading the spread output for Calculate Activity Spread jobs.
-
cutoffDate: string
(date-time)
Cutoff date for the spread calculations. Populate if you want to cease the calculation of spreads beyond a specified date to speed up the processing of the job. Any values remaining after the cutoff date will be added as a lump sum in the cutoff date bucket. If not provided, all spreads with be calculated for the duration of the activity/assignment.
-
project:
project
The aggregate that contains key information about the project used in the spread calculation.
-
resourceAssignments: array
resourceAssignments
The aggregate that contains the list of resource assignments used in the spread calculation. It is applicable when downloading the spread output for Calculate Assignment Spread jobs.
-
timescale: string
Allowed Values:
[ "DAILY", "WEEKLY", "MONTHLY", "QUARTERLY", "YEARLY" ]
Timescale for the spread calculation. If not provided, Daily will be used.
Nested Schema : activities
Type:
array
The aggregate that contains the list of activities used in the spread calculation. It is applicable when downloading the spread output for Calculate Activity Spread jobs.
Show Source
-
Array of:
object ApiEntitySpreadOutputActivity
Title:
ApiEntitySpreadOutputActivity
Nested Schema : project
The aggregate that contains key information about the project used in the spread calculation.
Match All
The aggregate that contains key information about the project used in the spread calculation.
Show Source
-
object
ApiEntitySpreadOutputProject
Title:
ApiEntitySpreadOutputProject
Nested Schema : resourceAssignments
Type:
array
The aggregate that contains the list of resource assignments used in the spread calculation. It is applicable when downloading the spread output for Calculate Assignment Spread jobs.
Show Source
-
Array of:
object ApiEntitySpreadOutputAssignment
Title:
ApiEntitySpreadOutputAssignment
Nested Schema : ApiEntitySpreadOutputActivity
Type:
object
Title:
Show Source
ApiEntitySpreadOutputActivity
-
activityCode: string
Maximum Length:
60
The user-specified identifier of the activity. -
activityId: integer
(int64)
The unique identifier for the activity.
-
activityName: string
Maximum Length:
255
The name of the activity. -
actualLaborCost: number
(double)
The actual costs for all labor resources assigned to the activity. This field is in base currency and is calculated from actualLaborCostProject field based on the specified exchange rate.
-
actualLaborCostProject: number
(double)
The actual costs for all labor resources assigned to the activity. This value is based on the project currency.
-
actualLaborUnits: number
(double)
The number of units expended for all labor resources assigned to the activity.
-
actualMaterialCost: number
(double)
The actual cost for all material resources assigned to the activity. This field is in base currency and is calculated from actualMaterialCostProject field based on the specified exchange rate.
-
actualMaterialCostProject: number
(double)
The actual cost for all material resources assigned to the activity. This value is based on the project currency.
-
actualNonlaborCost: number
(double)
The actual costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from actualNonLaborCostProject field based on the specified exchange rate.
-
actualNonlaborCostProject: number
(double)
The actual costs for all nonlabor resources assigned to the activity. This value is based on the project currency.
-
actualNonlaborUnits: number
(double)
The number of nonlabor units that have been expended on the activity.
-
actualTotalCost: number
(double)
The actual total cost for all resource assignments and direct activity costs (expenses) on the activity.
-
actualTotalCostProject: number
(double)
The actual total cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
atCompletionLaborCost: number
(double)
The sum of the actual and remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from atCompletionLaborCostProject field based on the specified exchange rate.
-
atCompletionLaborCostProject: number
(double)
The sum of the actual costs plus remaining costs for all labor resource assignments on the activity. This value is based on the project currency.
-
atCompletionLaborUnits: number
(double)
The sum of the actual plus remaining units for all labor resources assigned to the activity.
It is the same as the planned labor units if the activity is not started, and the actual labor units after the activity is completed.
Calculated as Actual Labor Units plus Remaining Labor Units. -
atCompletionMaterialCost: number
(double)
The sum of the actual and remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from atCompletionMaterialCostProject field based on the specified exchange rate.
-
atCompletionMaterialCostProject: number
(double)
The sum of the actual costs plus remaining costs for all material resource assignments on the activity. This value is based on the project currency.
-
atCompletionNonlaborCost: number
(double)
The sum of the actual and remaining costs for all non-labor resource assigned to the activity. This field is in base currency and is calculated from atCompletionNonLaborCostProject field based on the specified exchange rate.
-
atCompletionNonlaborCostProject: number
(double)
The sum of the actual costs plus remaining costs for all nonlabor resource assignments on the activity. This value is based on the project currency.
-
atCompletionNonlaborUnits: number
(double)
The sum of the actual plus remaining units for all nonlabor resources assigned to the activity.
It is the same as the planned nonlabor units if the activity is not started, and the actual nonlabor units after the activity is completed.
Calculated as Actual Nonlabor Units plus Remaining Nonlabor Units. -
atCompletionTotalCost: number
(double)
The sum of the actual costs plus remaining costs for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from atCompletionTotalCostProject field based on the specified exchange rate.
-
atCompletionTotalCostProject: number
(double)
The sum of the actual costs plus remaining costs for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
earnedValueCost: number
(double)
The portion of the baseline total cost of the activity that is actually completed as of the project data date. This field is in base currency and is calculated from earnedValueCostProject field based on the specified exchange rate.
-
earnedValueCostProject: number
(double)
The approved budget for work actually completed by the specified project data date.
Calculated as Budget At Completion multiplied by Performance Percent Complete. The method for computing performance percent complete depends on the Earned Value technique defined in the project settings. This value is based on the project currency. -
earnedValueLaborUnits: number
(double)
The portion of baseline labor units that are actually completed as of the project data date.
Calculated as Budget At Completion Labor Units multiplied by Performance Percent Complete. The performance percent complete will be calculated using the activity percent complete. -
estimateAtCompletionCost: number
(double)
Calculated as estimate to completion cost plus Actual Cost to Date. This field is in base currency and is calculated from estimateAtCompletionCostProject field based on the specified exchange rate.
-
estimateAtCompletionCostProject: number
(double)
The forecasted cost of the project as the project progresses. This value is based on the project currency.
-
estimateAtCompletionLaborUnits: number
(double)
The estimated labor units at completion.
Calculated as Actual Labor Units plus Estimate To Complete Labor Units. Estimate To Complete Labor Units is calculated based off of the Earned Value setting. -
estimateToCompleteCost: number
(double)
Calculated as estimate to completion cost plus Actual Cost to Date. This field is in base currency and is calculated from estimateToCompletionCostProject field based on the specified exchange rate.
-
estimateToCompleteCostProject: number
(double)
The estimated cost to complete the activity. This value is based on the project currency.
-
estimateToCompleteLaborUnits: number
(double)
The estimated number of labor units required to complete the activity.
Calculated as the Remaining Total Units for the activity. -
plannedLaborCost: number
(double)
The planned costs for all labor resources assigned to the activity. This field is in base currency and is calculated from plannedLaborCostProject field based on the specified exchange rate.
-
plannedLaborCostProject: number
(double)
The planned cost for all labor resources assigned to the activity. This value is based on the project currency.
-
plannedLaborUnits: number
(double)
The planned number of units for all labor resources assigned to the activity.
-
plannedMaterialCost: number
(double)
The planned costs for all material resources assigned to the activity. This field is in base currency and is calculated from plannedMaterialCostProject field based on the specified exchange rate.
-
plannedMaterialCostProject: number
(double)
The planned cost for all material resources assigned to the activity. This value is based on the project currency.
-
plannedNonlaborCost: number
(double)
The planned costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from plannedNonLaborCostProject field based on the specified exchange rate.
-
plannedNonlaborCostProject: number
(double)
The planned cost for all nonlabor resources assigned to the activity. This value is based on the project currency.
-
plannedNonlaborUnits: number
(double)
The planned units for all nonlabor resources assigned to the activities in the project.
-
plannedTotalCost: number
(double)
The expected total cost of the activity and includes all resources and direct activity costs (expenses). This field is in base currency and is calculated from plannedTotalCostProject field based on the specified exchange rate.
-
plannedTotalCostProject: number
(double)
The expected total cost of the activity, including all resource assignments and direct activity costs. This value is based on the project currency.
-
plannedValueCost: number
(double)
The portion of the baseline total cost of the activity that is scheduled to be completed as of the project data date. This field is in base currency and is calculated from plannedValueCostProject field based on the specified exchange rate.
-
plannedValueCostProject: number
(double)
The approved budget for the work scheduled to be completed by a specified date.
Calculated as Budget At Completion multiplied by Schedule Percent Complete.
When an activity has assignments, the Planned Value Cost is calculated as Budget At Completion multiplied by (Data Date of Current Project - Baseline Assignment Start Date) divided by (Baseline Assignment Finish Date - Baseline Assignment Start Date). Each assignment is then summed to the activity-level planned value. This value is based on the project currency. -
plannedValueLaborUnits: number
(double)
The portion of baseline labor units that are scheduled to be completed as of the project data date.
Calculated as Budget At Completion Labor Units multiplied by Schedule Percent Complete. -
remainingLaborCost: number
(double)
The remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from remainingLaborCostProject field based on the specified exchange rate.
-
remainingLaborCostProject: number
(double)
The remaining cost for all labor resource assignments on the activity. This value is based on the project currency.
-
remainingLaborUnits: number
(double)
The remaining units for all labor resources assigned to the activity.
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. -
remainingLateLaborCost: number
(double)
The remaining late cost for all labor resource assignments on the activity. This field is in base currency and is calculated from remainingLateLaborCostProject field based on the specified exchange rate.
-
remainingLateLaborCostProject: number
(double)
The remaining late cost for all labor resource assignments on the activity. This value is based on the project currency.
-
remainingLateLaborUnits: number
(double)
The remaining units for all labor resources assigned to the activity.
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. -
remainingLateMaterialCost: number
(double)
The remaining late cost for all material resource assignments on the activity. This field is in base currency and is calculated from remainingLateMaterialCostProject field based on the specified exchange rate.
-
remainingLateMaterialCostProject: number
(double)
The remaining late cost for all material resource assignments on the activity. This value is based on the project currency.
-
remainingLateNonlaborCost: number
(double)
The remaining late cost for all nonlabor resource assignments on the activity. This field is in base currency and is calculated from remainingLateNonlaborCostProject field based on the specified exchange rate.
-
remainingLateNonlaborCostProject: number
(double)
The remaining late cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
-
remainingLateNonlaborUnits: number
(double)
The remaining units for all nonlabor resources assigned to the activity.
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units. -
remainingLateTotalCost: number
(double)
The remaining late cost for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from remainingLateTotalCostProject field based on the specified exchange rate.
-
remainingLateTotalCostProject: number
(double)
The remaining late cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
remainingMaterialCost: number
(double)
The remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from remainingMaterialCostProject field based on the specified exchange rate.
-
remainingMaterialCostProject: number
(double)
The remaining cost for all material resource assignments on the activity. This value is based on the project currency.
-
remainingNonlaborCost: number
(double)
The remaining costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from remainingNonLaborCostProject field based on the specified exchange rate.
-
remainingNonlaborCostProject: number
(double)
The remaining cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
-
remainingNonlaborUnits: number
(double)
The remaining units for all nonlabor resources assigned to the activity.
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units. -
remainingTotalCost: number
(double)
The remaining cost for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from remainingTotalCostProject field based on the specified exchange rate.
-
remainingTotalCostProject: number
(double)
The remaining cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
spread:
spread
The aggregate that contains the lists of spread dates and spread values for the activity spread items in the request. The spread values and dates are correlated by the indices in the lists. This aggregate is applicable when downloading the spread output for Calculate Activity Spread jobs.
-
wbsId: integer
(int64)
The WBS that the activity is associated with.
Nested Schema : spread
The aggregate that contains the lists of spread dates and spread values for the activity spread items in the request. The spread values and dates are correlated by the indices in the lists. This aggregate is applicable when downloading the spread output for Calculate Activity Spread jobs.
Match All
The aggregate that contains the lists of spread dates and spread values for the activity spread items in the request. The spread values and dates are correlated by the indices in the lists. This aggregate is applicable when downloading the spread output for Calculate Activity Spread jobs.
Show Source
-
object
ApiEntitySpreadOutputActivitySpread
Title:
ApiEntitySpreadOutputActivitySpread
Nested Schema : ApiEntitySpreadOutputActivitySpread
Type:
object
Title:
Show Source
ApiEntitySpreadOutputActivitySpread
-
actualLaborCost: array
actualLaborCost
The actual costs for all labor resources assigned to the activity. This field is in base currency and is calculated from actualLaborCostProject field based on the specified exchange rate.
-
actualLaborCostProject: array
actualLaborCostProject
The actual costs for all labor resources assigned to the activity. This value is based on the project currency.
-
actualLaborUnits: array
actualLaborUnits
The number of units expended for all labor resources assigned to the activity.
-
actualMaterialCost: array
actualMaterialCost
The actual cost for all material resources assigned to the activity. This field is in base currency and is calculated from actualMaterialCostProject field based on the specified exchange rate.
-
actualMaterialCostProject: array
actualMaterialCostProject
The actual cost for all material resources assigned to the activity. This value is based on the project currency.
-
actualNonlaborCost: array
actualNonlaborCost
The actual costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from actualNonLaborCostProject field based on the specified exchange rate.
-
actualNonlaborCostProject: array
actualNonlaborCostProject
The actual costs for all nonlabor resources assigned to the activity. This value is based on the project currency.
-
actualNonlaborUnits: array
actualNonlaborUnits
The number of nonlabor units that have been expended on the activity.
-
actualTotalCost: array
actualTotalCost
The actual total cost for all resource assignments and direct activity costs (expenses) on the activity.
-
actualTotalCostProject: array
actualTotalCostProject
The actual total cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
atCompletionLaborCost: array
atCompletionLaborCost
The sum of the actual and remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from atCompletionLaborCostProject field based on the specified exchange rate.
-
atCompletionLaborCostProject: array
atCompletionLaborCostProject
The sum of the actual costs plus remaining costs for all labor resource assignments on the activity. This value is based on the project currency.
-
atCompletionLaborUnits: array
atCompletionLaborUnits
The sum of the actual plus remaining units for all labor resources assigned to the activity.
It is the same as the planned labor units if the activity is not started, and the actual labor units after the activity is completed.
Calculated as Actual Labor Units plus Remaining Labor Units. -
atCompletionMaterialCost: array
atCompletionMaterialCost
The sum of the actual and remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from atCompletionMaterialCostProject field based on the specified exchange rate.
-
atCompletionMaterialCostProject: array
atCompletionMaterialCostProject
The sum of the actual costs plus remaining costs for all material resource assignments on the activity. This value is based on the project currency.
-
atCompletionNonlaborCost: array
atCompletionNonlaborCost
The sum of the actual and remaining costs for all non-labor resource assigned to the activity. This field is in base currency and is calculated from atCompletionNonLaborCostProject field based on the specified exchange rate.
-
atCompletionNonlaborCostProject: array
atCompletionNonlaborCostProject
The sum of the actual costs plus remaining costs for all nonlabor resource assignments on the activity. This value is based on the project currency.
-
atCompletionNonlaborUnits: array
atCompletionNonlaborUnits
The sum of the actual plus remaining units for all nonlabor resources assigned to the activity.
It is the same as the planned nonlabor units if the activity is not started, and the actual nonlabor units after the activity is completed.
Calculated as Actual Nonlabor Units plus Remaining Nonlabor Units. -
atCompletionTotalCost: array
atCompletionTotalCost
The sum of the actual costs plus remaining costs for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from atCompletionTotalCostProject field based on the specified exchange rate.
-
atCompletionTotalCostProject: array
atCompletionTotalCostProject
The sum of the actual costs plus remaining costs for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
earnedValueCost: array
earnedValueCost
The portion of the baseline total cost of the activity that is actually completed as of the project data date. This field is in base currency and is calculated from earnedValueCostProject field based on the specified exchange rate.
-
earnedValueCostProject: array
earnedValueCostProject
The approved budget for work actually completed by the specified project data date.
Calculated as Budget At Completion multiplied by Performance Percent Complete. The method for computing performance percent complete depends on the Earned Value technique defined in the project settings. This value is based on the project currency. -
earnedValueLaborUnits: array
earnedValueLaborUnits
The portion of baseline labor units that are actually completed as of the project data date.
Calculated as Budget At Completion Labor Units multiplied by Performance Percent Complete. The performance percent complete will be calculated using the activity percent complete. -
estimateAtCompletionCost: array
estimateAtCompletionCost
Calculated as estimate to completion cost plus Actual Cost to Date. This field is in base currency and is calculated from estimateAtCompletionCostProject field based on the specified exchange rate.
-
estimateAtCompletionCostProject: array
estimateAtCompletionCostProject
The forecasted cost of the project as the project progresses. This value is based on the project currency.
-
estimateAtCompletionLaborUnits: array
estimateAtCompletionLaborUnits
The estimated labor units at completion.
Calculated as Actual Labor Units plus Estimate To Complete Labor Units. Estimate To Complete Labor Units is calculated based off of the Earned Value setting. -
estimateToCompleteCost: array
estimateToCompleteCost
Calculated as estimate to completion cost plus Actual Cost to Date. This field is in base currency and is calculated from estimateToCompletionCostProject field based on the specified exchange rate.
-
estimateToCompleteCostProject: array
estimateToCompleteCostProject
The estimated cost to complete the activity. This value is based on the project currency.
-
estimateToCompleteLaborUnits: array
estimateToCompleteLaborUnits
The estimated number of labor units required to complete the activity.
Calculated as the Remaining Total Units for the activity. -
plannedLaborCost: array
plannedLaborCost
The planned costs for all labor resources assigned to the activity. This field is in base currency and is calculated from plannedLaborCostProject field based on the specified exchange rate.
-
plannedLaborCostProject: array
plannedLaborCostProject
The planned cost for all labor resources assigned to the activity. This value is based on the project currency.
-
plannedLaborUnits: array
plannedLaborUnits
The planned number of units for all labor resources assigned to the activity.
-
plannedMaterialCost: array
plannedMaterialCost
The planned costs for all material resources assigned to the activity. This field is in base currency and is calculated from plannedMaterialCostProject field based on the specified exchange rate.
-
plannedMaterialCostProject: array
plannedMaterialCostProject
The planned cost for all material resources assigned to the activity. This value is based on the project currency.
-
plannedNonlaborCost: array
plannedNonlaborCost
The planned costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from plannedNonLaborCostProject field based on the specified exchange rate.
-
plannedNonlaborCostProject: array
plannedNonlaborCostProject
The planned cost for all nonlabor resources assigned to the activity. This value is based on the project currency.
-
plannedNonlaborUnits: array
plannedNonlaborUnits
The planned units for all nonlabor resources assigned to the activities in the project.
-
plannedTotalCost: array
plannedTotalCost
The expected total cost of the activity and includes all resources and direct activity costs (expenses). This field is in base currency and is calculated from plannedTotalCostProject field based on the specified exchange rate.
-
plannedTotalCostProject: array
plannedTotalCostProject
The expected total cost of the activity, including all resource assignments and direct activity costs. This value is based on the project currency.
-
plannedValueCost: array
plannedValueCost
The portion of the baseline total cost of the activity that is scheduled to be completed as of the project data date. This field is in base currency and is calculated from plannedValueCostProject field based on the specified exchange rate.
-
plannedValueCostProject: array
plannedValueCostProject
The approved budget for the work scheduled to be completed by a specified date.
Calculated as Budget At Completion multiplied by Schedule Percent Complete.
When an activity has assignments, the Planned Value Cost is calculated as Budget At Completion multiplied by (Data Date of Current Project - Baseline Assignment Start Date) divided by (Baseline Assignment Finish Date - Baseline Assignment Start Date). Each assignment is then summed to the activity-level planned value. This value is based on the project currency. -
plannedValueLaborUnits: array
plannedValueLaborUnits
The portion of baseline labor units that are scheduled to be completed as of the project data date.
Calculated as Budget At Completion Labor Units multiplied by Schedule Percent Complete. -
remainingLaborCost: array
remainingLaborCost
The remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from remainingLaborCostProject field based on the specified exchange rate.
-
remainingLaborCostProject: array
remainingLaborCostProject
The remaining cost for all labor resource assignments on the activity. This value is based on the project currency.
-
remainingLaborUnits: array
remainingLaborUnits
The remaining units for all labor resources assigned to the activity.
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. -
remainingLateLaborCost: array
remainingLateLaborCost
The remaining late cost for all labor resource assignments on the activity. This field is in base currency and is calculated from remainingLateLaborCostProject field based on the specified exchange rate.
-
remainingLateLaborCostProject: array
remainingLateLaborCostProject
The remaining late cost for all labor resource assignments on the activity. This value is based on the project currency.
-
remainingLateLaborUnits: array
remainingLateLaborUnits
The remaining units for all labor resources assigned to the activity.
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero. -
remainingLateMaterialCost: array
remainingLateMaterialCost
The remaining late cost for all material resource assignments on the activity. This field is in base currency and is calculated from remainingLateMaterialCostProject field based on the specified exchange rate.
-
remainingLateMaterialCostProject: array
remainingLateMaterialCostProject
The remaining late cost for all material resource assignments on the activity. This value is based on the project currency.
-
remainingLateNonlaborCost: array
remainingLateNonlaborCost
The remaining late cost for all nonlabor resource assignments on the activity. This field is in base currency and is calculated from remainingLateNonlaborCostProject field based on the specified exchange rate.
-
remainingLateNonlaborCostProject: array
remainingLateNonlaborCostProject
The remaining late cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
-
remainingLateNonlaborUnits: array
remainingLateNonlaborUnits
The remaining units for all nonlabor resources assigned to the activity.
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units. -
remainingLateTotalCost: array
remainingLateTotalCost
The remaining late cost for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from remainingLateTotalCostProject field based on the specified exchange rate.
-
remainingLateTotalCostProject: array
remainingLateTotalCostProject
The remaining late cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
remainingMaterialCost: array
remainingMaterialCost
The remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from remainingMaterialCostProject field based on the specified exchange rate.
-
remainingMaterialCostProject: array
remainingMaterialCostProject
The remaining cost for all material resource assignments on the activity. This value is based on the project currency.
-
remainingNonlaborCost: array
remainingNonlaborCost
The remaining costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from remainingNonLaborCostProject field based on the specified exchange rate.
-
remainingNonlaborCostProject: array
remainingNonlaborCostProject
The remaining cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
-
remainingNonlaborUnits: array
remainingNonlaborUnits
The remaining units for all nonlabor resources assigned to the activity.
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units. -
remainingTotalCost: array
remainingTotalCost
The remaining cost for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from remainingTotalCostProject field based on the specified exchange rate.
-
remainingTotalCostProject: array
remainingTotalCostProject
The remaining cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
-
spreadDates: array
spreadDates
The list of spread dates derived according to the timescale for all the spread items in the request.
Nested Schema : actualLaborCost
Type:
array
The actual costs for all labor resources assigned to the activity. This field is in base currency and is calculated from actualLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : actualLaborCostProject
Type:
array
The actual costs for all labor resources assigned to the activity. This value is based on the project currency.
Show Source
Nested Schema : actualLaborUnits
Type:
array
The number of units expended for all labor resources assigned to the activity.
Show Source
Nested Schema : actualMaterialCost
Type:
array
The actual cost for all material resources assigned to the activity. This field is in base currency and is calculated from actualMaterialCostProject field based on the specified exchange rate.
Show Source
Nested Schema : actualMaterialCostProject
Type:
array
The actual cost for all material resources assigned to the activity. This value is based on the project currency.
Show Source
Nested Schema : actualNonlaborCost
Type:
array
The actual costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from actualNonLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : actualNonlaborCostProject
Type:
array
The actual costs for all nonlabor resources assigned to the activity. This value is based on the project currency.
Show Source
Nested Schema : actualNonlaborUnits
Type:
array
The number of nonlabor units that have been expended on the activity.
Show Source
Nested Schema : actualTotalCost
Type:
array
The actual total cost for all resource assignments and direct activity costs (expenses) on the activity.
Show Source
Nested Schema : actualTotalCostProject
Type:
array
The actual total cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
Show Source
Nested Schema : atCompletionLaborCost
Type:
array
The sum of the actual and remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from atCompletionLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : atCompletionLaborCostProject
Type:
array
The sum of the actual costs plus remaining costs for all labor resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : atCompletionLaborUnits
Type:
array
The sum of the actual plus remaining units for all labor resources assigned to the activity.
It is the same as the planned labor units if the activity is not started, and the actual labor units after the activity is completed.
Calculated as Actual Labor Units plus Remaining Labor Units.
Show Source
It is the same as the planned labor units if the activity is not started, and the actual labor units after the activity is completed.
Calculated as Actual Labor Units plus Remaining Labor Units.
Nested Schema : atCompletionMaterialCost
Type:
array
The sum of the actual and remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from atCompletionMaterialCostProject field based on the specified exchange rate.
Show Source
Nested Schema : atCompletionMaterialCostProject
Type:
array
The sum of the actual costs plus remaining costs for all material resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : atCompletionNonlaborCost
Type:
array
The sum of the actual and remaining costs for all non-labor resource assigned to the activity. This field is in base currency and is calculated from atCompletionNonLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : atCompletionNonlaborCostProject
Type:
array
The sum of the actual costs plus remaining costs for all nonlabor resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : atCompletionNonlaborUnits
Type:
array
The sum of the actual plus remaining units for all nonlabor resources assigned to the activity.
It is the same as the planned nonlabor units if the activity is not started, and the actual nonlabor units after the activity is completed.
Calculated as Actual Nonlabor Units plus Remaining Nonlabor Units.
Show Source
It is the same as the planned nonlabor units if the activity is not started, and the actual nonlabor units after the activity is completed.
Calculated as Actual Nonlabor Units plus Remaining Nonlabor Units.
Nested Schema : atCompletionTotalCost
Type:
array
The sum of the actual costs plus remaining costs for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from atCompletionTotalCostProject field based on the specified exchange rate.
Show Source
Nested Schema : atCompletionTotalCostProject
Type:
array
The sum of the actual costs plus remaining costs for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
Show Source
Nested Schema : earnedValueCost
Type:
array
The portion of the baseline total cost of the activity that is actually completed as of the project data date. This field is in base currency and is calculated from earnedValueCostProject field based on the specified exchange rate.
Show Source
Nested Schema : earnedValueCostProject
Type:
array
The approved budget for work actually completed by the specified project data date.
Calculated as Budget At Completion multiplied by Performance Percent Complete. The method for computing performance percent complete depends on the Earned Value technique defined in the project settings. This value is based on the project currency.
Show Source
Calculated as Budget At Completion multiplied by Performance Percent Complete. The method for computing performance percent complete depends on the Earned Value technique defined in the project settings. This value is based on the project currency.
Nested Schema : earnedValueLaborUnits
Type:
array
The portion of baseline labor units that are actually completed as of the project data date.
Calculated as Budget At Completion Labor Units multiplied by Performance Percent Complete. The performance percent complete will be calculated using the activity percent complete.
Show Source
Calculated as Budget At Completion Labor Units multiplied by Performance Percent Complete. The performance percent complete will be calculated using the activity percent complete.
Nested Schema : estimateAtCompletionCost
Type:
array
Calculated as estimate to completion cost plus Actual Cost to Date. This field is in base currency and is calculated from estimateAtCompletionCostProject field based on the specified exchange rate.
Show Source
Nested Schema : estimateAtCompletionCostProject
Type:
array
The forecasted cost of the project as the project progresses. This value is based on the project currency.
Show Source
Nested Schema : estimateAtCompletionLaborUnits
Type:
array
The estimated labor units at completion.
Calculated as Actual Labor Units plus Estimate To Complete Labor Units. Estimate To Complete Labor Units is calculated based off of the Earned Value setting.
Show Source
Calculated as Actual Labor Units plus Estimate To Complete Labor Units. Estimate To Complete Labor Units is calculated based off of the Earned Value setting.
Nested Schema : estimateToCompleteCost
Type:
array
Calculated as estimate to completion cost plus Actual Cost to Date. This field is in base currency and is calculated from estimateToCompletionCostProject field based on the specified exchange rate.
Show Source
Nested Schema : estimateToCompleteCostProject
Type:
array
The estimated cost to complete the activity. This value is based on the project currency.
Show Source
Nested Schema : estimateToCompleteLaborUnits
Type:
array
The estimated number of labor units required to complete the activity.
Calculated as the Remaining Total Units for the activity.
Show Source
Calculated as the Remaining Total Units for the activity.
Nested Schema : plannedLaborCost
Type:
array
The planned costs for all labor resources assigned to the activity. This field is in base currency and is calculated from plannedLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : plannedLaborCostProject
Type:
array
The planned cost for all labor resources assigned to the activity. This value is based on the project currency.
Show Source
Nested Schema : plannedLaborUnits
Type:
array
The planned number of units for all labor resources assigned to the activity.
Show Source
Nested Schema : plannedMaterialCost
Type:
array
The planned costs for all material resources assigned to the activity. This field is in base currency and is calculated from plannedMaterialCostProject field based on the specified exchange rate.
Show Source
Nested Schema : plannedMaterialCostProject
Type:
array
The planned cost for all material resources assigned to the activity. This value is based on the project currency.
Show Source
Nested Schema : plannedNonlaborCost
Type:
array
The planned costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from plannedNonLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : plannedNonlaborCostProject
Type:
array
The planned cost for all nonlabor resources assigned to the activity. This value is based on the project currency.
Show Source
Nested Schema : plannedNonlaborUnits
Type:
array
The planned units for all nonlabor resources assigned to the activities in the project.
Show Source
Nested Schema : plannedTotalCost
Type:
array
The expected total cost of the activity and includes all resources and direct activity costs (expenses). This field is in base currency and is calculated from plannedTotalCostProject field based on the specified exchange rate.
Show Source
Nested Schema : plannedTotalCostProject
Type:
array
The expected total cost of the activity, including all resource assignments and direct activity costs. This value is based on the project currency.
Show Source
Nested Schema : plannedValueCost
Type:
array
The portion of the baseline total cost of the activity that is scheduled to be completed as of the project data date. This field is in base currency and is calculated from plannedValueCostProject field based on the specified exchange rate.
Show Source
Nested Schema : plannedValueCostProject
Type:
array
The approved budget for the work scheduled to be completed by a specified date.
Calculated as Budget At Completion multiplied by Schedule Percent Complete.
When an activity has assignments, the Planned Value Cost is calculated as Budget At Completion multiplied by (Data Date of Current Project - Baseline Assignment Start Date) divided by (Baseline Assignment Finish Date - Baseline Assignment Start Date). Each assignment is then summed to the activity-level planned value. This value is based on the project currency.
Show Source
Calculated as Budget At Completion multiplied by Schedule Percent Complete.
When an activity has assignments, the Planned Value Cost is calculated as Budget At Completion multiplied by (Data Date of Current Project - Baseline Assignment Start Date) divided by (Baseline Assignment Finish Date - Baseline Assignment Start Date). Each assignment is then summed to the activity-level planned value. This value is based on the project currency.
Nested Schema : plannedValueLaborUnits
Type:
array
The portion of baseline labor units that are scheduled to be completed as of the project data date.
Calculated as Budget At Completion Labor Units multiplied by Schedule Percent Complete.
Show Source
Calculated as Budget At Completion Labor Units multiplied by Schedule Percent Complete.
Nested Schema : remainingLaborCost
Type:
array
The remaining costs for all labor resources assigned to the activity. This field is in base currency and is calculated from remainingLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingLaborCostProject
Type:
array
The remaining cost for all labor resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingLaborUnits
Type:
array
The remaining units for all labor resources assigned to the activity.
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero.
Show Source
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero.
Nested Schema : remainingLateLaborCost
Type:
array
The remaining late cost for all labor resource assignments on the activity. This field is in base currency and is calculated from remainingLateLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingLateLaborCostProject
Type:
array
The remaining late cost for all labor resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingLateLaborUnits
Type:
array
The remaining units for all labor resources assigned to the activity.
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero.
Show Source
The Remaining Labor Units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, the remaining units are zero.
Nested Schema : remainingLateMaterialCost
Type:
array
The remaining late cost for all material resource assignments on the activity. This field is in base currency and is calculated from remainingLateMaterialCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingLateMaterialCostProject
Type:
array
The remaining late cost for all material resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingLateNonlaborCost
Type:
array
The remaining late cost for all nonlabor resource assignments on the activity. This field is in base currency and is calculated from remainingLateNonlaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingLateNonlaborCostProject
Type:
array
The remaining late cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingLateNonlaborUnits
Type:
array
The remaining units for all nonlabor resources assigned to the activity.
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units.
Show Source
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units.
Nested Schema : remainingLateTotalCost
Type:
array
The remaining late cost for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from remainingLateTotalCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingLateTotalCostProject
Type:
array
The remaining late cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingMaterialCost
Type:
array
The remaining costs for all material resources assigned to the activity. This field is in base currency and is calculated from remainingMaterialCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingMaterialCostProject
Type:
array
The remaining cost for all material resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingNonlaborCost
Type:
array
The remaining costs for all nonlabor resources assigned to the activity. This field is in base currency and is calculated from remainingNonLaborCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingNonlaborCostProject
Type:
array
The remaining cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingNonlaborUnits
Type:
array
The remaining units for all nonlabor resources assigned to the activity.
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units.
Show Source
The remaining units reflect the work remaining to be done for the activity. Before the activity is started, the remaining units are the same as the planned units. After the activity is completed, there are zero remaining units.
Nested Schema : remainingTotalCost
Type:
array
The remaining cost for all resource assignments and direct activity costs (expenses) on the activity. This field is in base currency and is calculated from remainingTotalCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingTotalCostProject
Type:
array
The remaining cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
Show Source
Nested Schema : spreadDates
Type:
array
The list of spread dates derived according to the timescale for all the spread items in the request.
Show Source
Nested Schema : ApiEntitySpreadOutputProject
Type:
object
Title:
Show Source
ApiEntitySpreadOutputProject
-
baselineId: integer
(int64)
The system-generated identifier of a baseline.
-
baselineName: string
Maximum Length:
255
Name for the baseline or snapshot. -
isBaseline: boolean
Indicates whether or not the spread calculation is for Earned Value baseline.
-
projectCode: string
Maximum Length:
60
The unique identifier for a project set by the user who created the project. -
projectId: integer
(int64)
The unique identifier for the project.
-
projectName: string
Maximum Length:
255
The name of the project.
Nested Schema : ApiEntitySpreadOutputAssignment
Type:
object
Title:
Show Source
ApiEntitySpreadOutputAssignment
-
activityCode: string
Maximum Length:
60
The user-specified identifier of the activity. -
activityId: integer
(int64)
The unique identifier for the activity.
-
activityName: string
Maximum Length:
255
The name of the activity. -
actualCost: number
(double)
The actual cost for the resource assignment on the activity. This field is in base currency and is calculated from actualCostProject field based on the specified exchange rate.
-
actualCostProject: number
(double)
The actual cost for the resource assignment on the activity. This value is based on the project currency.
-
actualUnits: number
(double)
The sum of the actual non-overtime and the overtime units worked by the resource on the activity.
-
assignmentCode: string
Maximum Length:
60
A unique identifier for the assignment. -
assignmentId: integer
(int64)
The system-generated identifier of an assignment.
-
atCompletionCost: number
(double)
The sum of the actual costs plus remaining costs for the resource assignment on the activity. This field is in base currency and is calculated from atCompletionCostProject field based on the specified exchange rate.
-
atCompletionCostProject: number
(double)
The sum of the actual costs plus remaining costs for the resource assignment on the activity. This value is based on the project currency.
-
atCompletionUnits: number
(double)
The sum of the actual units and remaining units for the resource assignment on the activity.
Calculated as Actual Units plus Remaining Units. -
plannedCost: number
(double)
The expected total cost of the item, such as an assignment, expense, or response plan. This field is in base currency and is calculated from plannedCostProject field based on the specified exchange rate.
-
plannedCostProject: number
(double)
The expected total cost of the item, such as an assignment, expense, or response plan. This value is based on the project currency.
-
plannedUnits: number
(double)
The planned units of work for the resource assignment on the activity.
-
rateSource: string
Allowed Values:
[ "RESOURCE", "ROLE", "OVERRIDE" ]
The value that indicates which Price/Unit will be used to calculate costs for the assignment. Valid options are Resource, Role, or Override. -
remainingCost: number
(double)
The remaining cost for the activity resource assignment. Calculated as Remaining Units multiplied by Cost/Time. This field is in base currency and is calculated from remainingCostProject field based on the specified exchange rate.
-
remainingCostProject: number
(double)
The remaining cost for the resource assignment on the activity. This value is based on the project currency.
-
remainingLateCost: number
(double)
The remaining late cost for the activity resource assignment. This field is in base currency and is calculated from remainingLateCostProject field based on the specified exchange rate.
-
remainingLateCostProject: number
(double)
The remaining late cost for the resource assignment on the activity. This value is based on the project currency.
-
remainingLateUnits: number
(double)
The remaining units of work to be performed by the resource on the activity.
-
remainingUnits: number
(double)
The remaining units of work to be performed by the resource on the activity.
-
resourceCode: string
Maximum Length:
60
The unique identifier for the resource or role. -
resourceId: integer
(int64)
The unique identifier for the resource or role.
-
resourceName: string
Maximum Length:
255
The name of the resource or role. -
roleCode: string
Maximum Length:
60
The unique identifier for the resource or role. -
roleId: integer
(int64)
The unique identifier for the resource or role.
-
roleName: string
Maximum Length:
255
The name of the resource or role. -
spread:
spread
The aggregate that contains the lists of spread dates and spread values for the assignment spread items in the request. The spread values and dates are correlated by the indices in the lists. This aggregate applicable when downloading the spread output for Calculate Assignment Spread jobs.
Nested Schema : spread
The aggregate that contains the lists of spread dates and spread values for the assignment spread items in the request. The spread values and dates are correlated by the indices in the lists. This aggregate applicable when downloading the spread output for Calculate Assignment Spread jobs.
Match All
The aggregate that contains the lists of spread dates and spread values for the assignment spread items in the request. The spread values and dates are correlated by the indices in the lists. This aggregate applicable when downloading the spread output for Calculate Assignment Spread jobs.
Show Source
-
object
ApiEntitySpreadOutputAssignmentSpread
Title:
ApiEntitySpreadOutputAssignmentSpread
Nested Schema : ApiEntitySpreadOutputAssignmentSpread
Type:
object
Title:
Show Source
ApiEntitySpreadOutputAssignmentSpread
-
actualCost: array
actualCost
The actual cost for the resource assignment on the activity. This field is in base currency and is calculated from actualCostProject field based on the specified exchange rate.
-
actualCostProject: array
actualCostProject
The actual cost for the resource assignment on the activity. This value is based on the project currency.
-
actualUnits: array
actualUnits
The sum of the actual non-overtime and the overtime units worked by the resource on the activity.
-
atCompletionCost: array
atCompletionCost
The sum of the actual costs plus remaining costs for the resource assignment on the activity. This field is in base currency and is calculated from atCompletionCostProject field based on the specified exchange rate.
-
atCompletionCostProject: array
atCompletionCostProject
The sum of the actual costs plus remaining costs for the resource assignment on the activity. This value is based on the project currency.
-
atCompletionUnits: array
atCompletionUnits
The sum of the actual units and remaining units for the resource assignment on the activity.
Calculated as Actual Units plus Remaining Units. -
plannedCost: array
plannedCost
The expected total cost of the item, such as an assignment, expense, or response plan. This field is in base currency and is calculated from plannedCostProject field based on the specified exchange rate.
-
plannedCostProject: array
plannedCostProject
The expected total cost of the item, such as an assignment, expense, or response plan. This value is based on the project currency.
-
plannedUnits: array
plannedUnits
The planned units of work for the resource assignment on the activity.
-
remainingCost: array
remainingCost
The remaining cost for the activity resource assignment. Calculated as Remaining Units multiplied by Cost/Time. This field is in base currency and is calculated from remainingCostProject field based on the specified exchange rate.
-
remainingCostProject: array
remainingCostProject
The remaining cost for the resource assignment on the activity. This value is based on the project currency.
-
remainingLateCost: array
remainingLateCost
The remaining late cost for the activity resource assignment. This field is in base currency and is calculated from remainingLateCostProject field based on the specified exchange rate.
-
remainingLateCostProject: array
remainingLateCostProject
The remaining late cost for the resource assignment on the activity. This value is based on the project currency.
-
remainingLateUnits: array
remainingLateUnits
The remaining units of work to be performed by the resource on the activity.
-
remainingUnits: array
remainingUnits
The remaining units of work to be performed by the resource on the activity.
-
spreadDates: array
spreadDates
The list of spread dates derived according to the timescale for all the spread items in the request.
Nested Schema : actualCost
Type:
array
The actual cost for the resource assignment on the activity. This field is in base currency and is calculated from actualCostProject field based on the specified exchange rate.
Show Source
Nested Schema : actualCostProject
Type:
array
The actual cost for the resource assignment on the activity. This value is based on the project currency.
Show Source
Nested Schema : actualUnits
Type:
array
The sum of the actual non-overtime and the overtime units worked by the resource on the activity.
Show Source
Nested Schema : atCompletionCost
Type:
array
The sum of the actual costs plus remaining costs for the resource assignment on the activity. This field is in base currency and is calculated from atCompletionCostProject field based on the specified exchange rate.
Show Source
Nested Schema : atCompletionCostProject
Type:
array
The sum of the actual costs plus remaining costs for the resource assignment on the activity. This value is based on the project currency.
Show Source
Nested Schema : atCompletionUnits
Type:
array
The sum of the actual units and remaining units for the resource assignment on the activity.
Calculated as Actual Units plus Remaining Units.
Show Source
Calculated as Actual Units plus Remaining Units.
Nested Schema : plannedCost
Type:
array
The expected total cost of the item, such as an assignment, expense, or response plan. This field is in base currency and is calculated from plannedCostProject field based on the specified exchange rate.
Show Source
Nested Schema : plannedCostProject
Type:
array
The expected total cost of the item, such as an assignment, expense, or response plan. This value is based on the project currency.
Show Source
Nested Schema : plannedUnits
Type:
array
The planned units of work for the resource assignment on the activity.
Show Source
Nested Schema : remainingCost
Type:
array
The remaining cost for the activity resource assignment. Calculated as Remaining Units multiplied by Cost/Time. This field is in base currency and is calculated from remainingCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingCostProject
Type:
array
The remaining cost for the resource assignment on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingLateCost
Type:
array
The remaining late cost for the activity resource assignment. This field is in base currency and is calculated from remainingLateCostProject field based on the specified exchange rate.
Show Source
Nested Schema : remainingLateCostProject
Type:
array
The remaining late cost for the resource assignment on the activity. This value is based on the project currency.
Show Source
Nested Schema : remainingLateUnits
Type:
array
The remaining units of work to be performed by the resource on the activity.
Show Source
Nested Schema : remainingUnits
Type:
array
The remaining units of work to be performed by the resource on the activity.
Show Source
Nested Schema : spreadDates
Type:
array
The list of spread dates derived according to the timescale for all the spread items in the request.
Show Source
400 Response
Invalid input for the Action service.