API Reference

Add Dependency

Set a task as waiting on or blocking another task.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

This is the task which is waiting on or blocking another task.

Query Params
boolean

If you want to reference a task by it's custom task id, this value must be true.

number

When the custom_task_ids parameter is set to true, the Workspace ID must be provided using the team_id parameter.

For example: custom_task_ids=true&team_id=123.

Body Params

Use the depends_on parameter in the request body to specify the task that must be completed before the task in the path parameter.

Use the dependency_of parameter in the request body to specify the task that's waiting for the task in the path parameter to be completed.

You can only use one per request.

string
string
Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json