Returns the Work Manager Task Dependencies for the specified Project ID
get
/primeapi/restapi/workManagerTaskDependency/project/{projectId}
Request
Path Parameters
-
projectId: integer(int64)
Project ID for which Work Manager Task Dependencies to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityWorkManagerTaskDependency
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
predecessorTaskCompany(optional):
string
Company assiged to the predecessor Work Manager Task.
-
predecessorTaskDueDate(optional):
string(date-time)
Last commited due date of the predecessor Work Manager Task.
-
predecessorTaskId(optional):
integer(int64)
The unique identifier of a predecessor task.
-
predecessorTaskName(optional):
string
Task name of the predecessor Work Manager Task.
-
predecessorTaskStatus(optional):
string
Allowed Values:
[ "NEW", "PENDING", "COMMITTED", "COMPLETED" ]
Task status of the predecessor Work Manager Task. -
projectId(optional):
integer(int64)
The unique identifier of the project to which the dependency belongs.
-
slack(optional):
object Duration
-
successorTaskCompany(optional):
string
Company assiged to the successor Work Manager Task.
-
successorTaskDueDate(optional):
string(date-time)
Last commited due date of the successor Work Manager Task.
-
successorTaskId(optional):
integer(int64)
The unique identifier or a successor task.
-
successorTaskName(optional):
string
Task name of the successor Work Manager Task.
-
successorTaskStatus(optional):
string
Allowed Values:
[ "NEW", "PENDING", "COMMITTED", "COMPLETED" ]
Task status of the successor Work Manager Task. -
taskDependencyId(optional):
integer(int64)
The unique identifier of a task.
-
type(optional):
string
Allowed Values:
[ "FINISH_TO_START", "FINISH_TO_FINISH" ]
The hand-off dependency type. The valid value is Finish to Start. -
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
204 Response
Successful operation with no content.
404 Response
The requested Work Manager Task Dependencies does not exist or you do not have access to it.