v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Tasks

Get a task assignee

Get a specific task assignee.

get/tasks/{task_id}/assignees/{assignee_id}

Path parameters

assignee_idstring required
Example:81eaeea13b8984a169c490a325

The unique ID of the task assignee in CareCloud.

task_idstring required
Example:8bed991c68a470e7aaeffbf048

The unique ID of the task in CareCloud.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "task_assignee_id": "81eaeea13b8984a169c490a325",
    "user_id": "898a6545ed2bfa3f8466d09bc6",
    "name": "Arthur Dent",
    "last_change": "2021-06-20 16:59:49"
  }
}