Appointments
labtest.appointment.updated
Available options:
labtest.appointment.created
, labtest.appointment.updated
Example:
{
"address": {
"city": "San Francisco",
"country": "United States",
"first_line": "123 Main St.",
"second_line": "Apt. 208",
"state": "CA",
"zip_code": "91189"
},
"can_reschedule": true,
"end_at": "2022-01-01T00:00:00",
"event_data": {
"description": "Metadata field containing provider specific data, like cancellation reason or origin"
},
"event_status": "scheduled",
"events": [
{
"created_at": "2022-01-01T00:00:00Z",
"status": "scheduled"
},
{
"created_at": "2022-01-02T00:00:00Z",
"status": "completed"
}
],
"iana_timezone": "America/New_York",
"id": "ab038cfe-bca5-4059-bc92-b62d90f5b2cc",
"location": { "lat": 37.7749295, "lng": -122.4194155 },
"order_id": "b3e3667a-739b-4078-88f9-e861de3950aa",
"provider": "getlabs",
"provider_id": "123",
"start_at": "2022-01-01T00:00:00",
"status": "confirmed",
"type": "phlebotomy",
"user_id": "7cdba780-05b8-40ad-94dc-3a3fd6cdc780"
}