This endpoint requires authentication. Include your API key in the request headers as X-API-Key.
Description
Retrieves all date variables associated with the authenticated user. Date variables are used to track temporal data points for patients.
Response
The unique identifier of the date variable
The name of the date variable
A description of what the date variable represents
The number of patients that have values for this date variable
Example Response
[
{
"id": 1,
"name": "Last Visit",
"description": "Date of the patient's last office visit",
"patient_values_count": 200
},
{
"id": 2,
"name": "Next Appointment",
"description": "Date of the patient's next scheduled appointment",
"patient_values_count": 180
}
]
The unique identifier of the date variable
The name of the date variable
A description of what the date variable represents
The number of patients that have values for this date variable