Schedule a Project

post

/primeapi/restapi/action/scheduleProject

Send a request to this endpoint to schedule a project. This endpoint returns a job ID upon execution of the request. Send a request to the View Job Status endpoint to monitor the status of scheduled jobs.Schedule a project to determine a project timeline based on the constraints, relationships, and date types to which activities must adhere. The application's project scheduler will use the Critical path method algorithm to assign activity dates, calculate total float, and set the project critical path.

Request

Supported Media Types
Body ()
A project schedule object specifying a target project and optional data date.
Root Schema : ApiEntityProjectSchedule
Type: object
Show Source
  • The progress point, or "as-of date", for activities in the project. Project status is up-to-date as of the data date. You can set the data date when you schedule the project, or you can set it manually.
    The data date is also used for updating the dates of scope assignments and work packages when they are not linked to activities.
  • The unique identifier for the project.

Response

Supported Media Types

201 Response

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

400 Response

Invalid input for the Action service.