curl --location --request GET 'https://open.teambition.com/api/v3/organization-task//objectlink' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
{
"result": [
{
"id": "string",
"creatorId": "string",
"parentId": "string",
"linkedId": "string",
"linkedType": "string",
"parent": {
"id": "string",
"content": "string"
},
"linked": {
"created": "string",
"updated": "string"
},
"created": "string",
"updated": "string"
}
],
"code": "string",
"errorMessage": "string"
}