Calculate Activity Spread

post

/api/restapi/action/activityspread/calculate

Send a request to this endpoint to calculate the activity spread of all activities in a project for the input list of spread items in the Daily timescale. This endpoint returns a job ID upon request execution. Send a request to the View Job Status endpoint to monitor the status of the scheduled jobs. Once the job is complete, download the spread result using the Download Activity/Assignment Spread endpoint.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : ApiEntityCalcActivitySpreadInput
Type: object
Title: ApiEntityCalcActivitySpreadInput
Show Source
Nested Schema : activitySpreadItems
Type: array
An array of activity spread items. If not provided, the default set Planned/Actual/Remaining/At Completion Total Cost will be used.
Show Source
  • Allowed Values: [ "estimateToCompleteLaborUnits", "plannedTotalCost", "actualTotalCost", "remainingTotalCost", "atCompletionTotalCost", "plannedValueCost", "earnedValueCost", "estimateToCompleteCost", "estimateAtCompletionCost" ]
Examples

Back to Top

Response

Supported Media Types

201 Response

The object was successfully created.
Body ()
Root Schema : ApiEntityScheduleJob
Type: object
Title: ApiEntityScheduleJob
Show Source

400 Response

Invalid input for the Action service.
Back to Top