Path Parameters
The ID of the shift to retrieve.
Response
200 - application/json
Details of the shift
The response is of type object
.
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/shifts/{id}
{
"clinician_id": "7d8e9f1b-2c3d-4e5f-6a7b-8c9d0e1f2a3b",
"time_zone": "America/Los_Angeles",
"start_datetime": "2023-06-02 08:00:00-0700",
"end_datetime": "2023-06-02 16:00:00-0700",
"rrule": "",
"exclude_datetimes": [],
"mobile_territories": [
{
"territory_id": "123e4567-e89b-12d3-a456-426614174000"
}
],
"virtual_territories": [],
"clinic_ids": [],
"notes": "We may change the clinician on this one."
}
Retrieves the details of a shift identified by the given ID.
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/shifts/{id}
{
"clinician_id": "7d8e9f1b-2c3d-4e5f-6a7b-8c9d0e1f2a3b",
"time_zone": "America/Los_Angeles",
"start_datetime": "2023-06-02 08:00:00-0700",
"end_datetime": "2023-06-02 16:00:00-0700",
"rrule": "",
"exclude_datetimes": [],
"mobile_territories": [
{
"territory_id": "123e4567-e89b-12d3-a456-426614174000"
}
],
"virtual_territories": [],
"clinic_ids": [],
"notes": "We may change the clinician on this one."
}
The ID of the shift to retrieve.
Details of the shift
The response is of type object
.