curl --location --request GET 'https://open.teambition.com/api/task/dependencies' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
{
"result": [
{
"taskId": "5e991ceb26c51920e21e...",
"toId": "5e991ceb26c51920e21e...",
"creatorId": "5e991ceb26c51920e21e...",
"created": "2015-08-04",
"updated": "2015-08-04"
}
]
}