AppointmentResponse
data object
iduuid
Example:
4ca61c3a-4de3-4823-9004-0c0d42914d46typestring
Possible values: [appointments]
attributes object
notesstring
sourcestring
created_atdate-time
updated_atdate-time
AppointmentResponse
{
"data": {
"id": "4ca61c3a-4de3-4823-9004-0c0d42914d46",
"type": "appointments",
"attributes": {
"notes": "string",
"source": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}
}