Leveling Project
post
/job/level
Asynchronously levels a project. Resource leveling is a process that helps you identify overallocated resources. Then you can reassign work to other resources if necessary to ensure that sufficient resources are available to perform the activities in your project according to the plan.
Request
Header Parameters
-
Authorization(required):
OAuth token
Supported Media Types
- application/json
A list of project objects for Level service
Root Schema : List<Level>
Type:
array
Title:
Show Source
List<Level>
-
Array of:
object SummarizeProject
Title:
SummarizeProject
SummarizeProject Entity
Nested Schema : SummarizeProject
Type:
object
Title:
SummarizeProject
SummarizeProject Entity
Show Source
-
ProjectObjectId: integer
(int32)
The unique identifier of the project you want to summarize.
-
Timeout: integer
(int32)
The unique identifier of the project you want to summarize.
Response
Supported Media Types
- application/json
201 Response
OK.
Root Schema : CreateJobServiceResponse
Type:
object
Title:
CreateJobServiceResponse
CreateJobServiceResponse Entity
Show Source
-
JobId: string
The unique ID of the associated job.
-
JobStatus: string
Status of the job.
400 Response
Bad Request.
401 Response
Unauthorized.
403 Response
Forbidden.
404 Response
Not Found.
405 Response
Invalid Input.
500 Response
Internal Server Error.