v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Tasks

Get a task type

Get information about a specific task type resource.

get/task-types/{task_type_id}

Path parameters

task_type_idstring required
Example:8bed991c68a470e7aaeffbf048

The unique ID of the task type in CareCloud.

Headers

Accept-Languagestring

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

Response

OK

Example response

{
  "data": {
    "task_type_id": "8bed991c68a470e7aaeffbf048",
    "name": "Customer care",
    "text_id": "customer_care",
    "state": 1
  }
}