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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

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.
Body ()
Root Schema : ApiEntitySpreadOutput
Type: object
Title: ApiEntitySpreadOutput
Show Source
  • 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.
  • 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
    The aggregate that contains key information about the project used in the spread calculation.
  • 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.
  • 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
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
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
Nested Schema : ApiEntitySpreadOutputActivity
Type: object
Title: ApiEntitySpreadOutputActivity
Show Source
  • Maximum Length: 60
    The user-specified identifier of the activity.
  • The unique identifier for the activity.
  • Maximum Length: 255
    The name of the activity.
  • 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.
  • The actual costs for all labor resources assigned to the activity. This value is based on the project currency.
  • The number of units expended for all labor resources assigned to the activity.
  • 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.
  • The actual cost for all material resources assigned to the activity. This value is based on the project currency.
  • 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.
  • The actual costs for all nonlabor resources assigned to the activity. This value is based on the project currency.
  • The number of nonlabor units that have been expended on the activity.
  • The actual total cost for all resource assignments and direct activity costs (expenses) on the activity.
  • The actual total cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • 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.
  • The forecasted cost of the project as the project progresses. This value is based on the project currency.
  • 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.
  • 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.
  • The estimated cost to complete the activity. This value is based on the project currency.
  • The estimated number of labor units required to complete the activity.
    Calculated as the Remaining Total Units for the activity.
  • 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.
  • The planned cost for all labor resources assigned to the activity. This value is based on the project currency.
  • The planned number of units for all labor resources assigned to the activity.
  • 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.
  • The planned cost for all material resources assigned to the activity. This value is based on the project currency.
  • 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.
  • The planned cost for all nonlabor resources assigned to the activity. This value is based on the project currency.
  • The planned units for all nonlabor resources assigned to the activities in the project.
  • 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.
  • The expected total cost of the activity, including all resource assignments and direct activity costs. This value is based on the project currency.
  • 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.
  • 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.
  • 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.
  • 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.
  • The remaining cost for all labor resource assignments on the activity. This value is based on the project currency.
  • 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.
  • 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.
  • The remaining late cost for all labor resource assignments on the activity. This value is based on the project currency.
  • 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.
  • 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.
  • The remaining late cost for all material resource assignments on the activity. This value is based on the project currency.
  • 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.
  • The remaining late cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
  • 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.
  • 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.
  • The remaining late cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
  • 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.
  • The remaining cost for all material resource assignments on the activity. This value is based on the project currency.
  • 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.
  • The remaining cost for all nonlabor resource assignments on the activity. This value is based on the project currency.
  • 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.
  • 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.
  • The remaining cost for all resource assignments and direct activity costs on the activity. This value is based on the project currency.
  • 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.
  • 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
Nested Schema : ApiEntitySpreadOutputActivitySpread
Type: object
Title: ApiEntitySpreadOutputActivitySpread
Show Source
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
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
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
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
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
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
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
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
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
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
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
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
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: ApiEntitySpreadOutputProject
Show Source
Nested Schema : ApiEntitySpreadOutputAssignment
Type: object
Title: ApiEntitySpreadOutputAssignment
Show Source
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
Nested Schema : ApiEntitySpreadOutputAssignmentSpread
Type: object
Title: ApiEntitySpreadOutputAssignmentSpread
Show Source
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
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.
Back to Top