Get Task Assignees
get
Get the assignees of a task
Authorizations
Path parameters
projectIdstringRequired
taskIdstringRequired
Responses
200
Task assignees
application/json
4XX
Error description
application/json
get
GET /api/v1/projects/{projectId}/tasks/{taskId}/assignees HTTP/1.1
Host: www.taskade.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"ok": true,
"items": [
{
"handle": "text",
"displayName": "text"
}
]
}
Last updated