cURL
curl --request GET \ --url https://api.teamcamp.app/v1.0/task/{taskId} \ --header 'apiKey: <api-key>'
{ "taskId": "<string>", "taskName": "<string>", "projectId": "<string>", "groupId": "<string>", "group": "<string>", "description": "<string>", "status": true, "subscribers": [ "<string>" ], "dueDate": "<string>", "priority": "<string>", "estimateTime": 123, "milestoneId": 123, "taskUsers": [ { "taskUserId": "<string>" } ] }
Get task details by ID.
The unique identifier of the task to get task details.
10
Task response
The response is of type object.
object