Calculate Assignment Spread

post

/api/restapi/action/assignmentspread/calculate

Send a request to this endpoint to calculate the assignment spread of all assignments 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 : ApiEntityCalcAssignmentSpreadInput
Type: object
Title: ApiEntityCalcAssignmentSpreadInput
Show Source
Nested Schema : assignmentSpreadItems
Type: array
An array of assignment spread items. If not provided, the default set Planned/Actual/Remaining/At Completion Units/Cost will be used.
Show Source
  • Allowed Values: [ "plannedUnits", "actualUnits", "remainingUnits", "atCompletionUnits", "plannedCost", "actualCost", "remainingCost", "atCompletionCost" ]
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