cURL
curl --request GET \ --url https://api.projectcor.com/v1/tasks/{task_id}/collaborators \ --header 'Authorization: Bearer <token>'
[ { "id": 123, "first_name": "<string>", "last_name": "<string>", "picture": "<string>", "remaining_hours": 123, "estimated_by_user": 123 } ]
Returns only the collaborators assigned to a task — users directly assigned to work on it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the task
List of task collaborators
Was this page helpful?
Suggestions
Contact support