Path Parameters
The UUID of the care team to retrieve.
Example:
"a8af0bfa-98ba-4c57-892f-9123a3c69d7b"
Response
Successfully retrieved care team
The response is of type object
.
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/care-teams/{id}
{
"care_team_id": "a8af0bfa-98ba-4c57-892f-9123a3c69d7b",
"patients": [
{
"patient_id": "a2b34371-99d2-4e7e-9d05-dc56e168b2aa"
}
],
"clinicians": [
{
"clinician_id": "bfa23251-4e6e-4ddb-9096-171750871787"
}
]
}
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/care-teams/{id}
{
"care_team_id": "a8af0bfa-98ba-4c57-892f-9123a3c69d7b",
"patients": [
{
"patient_id": "a2b34371-99d2-4e7e-9d05-dc56e168b2aa"
}
],
"clinicians": [
{
"clinician_id": "bfa23251-4e6e-4ddb-9096-171750871787"
}
]
}
The UUID of the care team to retrieve.
"a8af0bfa-98ba-4c57-892f-9123a3c69d7b"
Successfully retrieved care team
The response is of type object
.