Tasks
Get a task comment
Get a specific task comment.
get/tasks/{task_id}/task-comments/{task_comment_id}
Path parameters
task_comment_idstring required
Example:8bed991c68a470e7aaeffbf048
The unique ID of the task comment 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_comment_id": "8bed991c68a470e7aaeffbf048",
"task_id": "8bed991c68a470e7aaeffbf048",
"text": "Could you please send me last invoice to my email?.",
"last_change": "2021-06-20 16:59:49",
"state": 1
}
}