Skip to main content
GET
Get task assignees

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

customer_id
string<uuid>
required
id
string<uuid>
required

Response

Task assignees

id
string<uuid>
name
string
task_id
string<uuid>
user_id
string<uuid>
status
enum<string>
Available options:
pending,
in_progress,
completed,
declined
weight
number
task_completed
boolean
assigned_at
string<date-time>