Tasks
Get a collection of task properties records
Get information about all property records on a task.
get/tasks/{task_id}/property-records
Path parameters
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": {
"property_records": [
{
"property_record_id": "docasna_blokace_darce_do:8ea2591121e636086a4a9c0992",
"property_id": "docasna_blokace_darce_do",
"property_name": "Property #6",
"last_change": "2023-02-02 00:00:00"
}
],
"total_items": 1
}
}