Path Parameters
The unique ID of the qualification to retrieve.
Response
A qualification object
The response is of type object
.
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/qualifications/{id}
{
"qualification_id": "3a4b5c6d-7e8f-9a0b-1c2d-3e4f5a6b7c8d",
"code": "IRB",
"description": "Has the clinician completed Institutional Review Board training"
}
Retrieves a specific qualification by its ID.
curl --request GET \
--url https://api.axlehealth.com/api/v2-stable/qualifications/{id}
{
"qualification_id": "3a4b5c6d-7e8f-9a0b-1c2d-3e4f5a6b7c8d",
"code": "IRB",
"description": "Has the clinician completed Institutional Review Board training"
}
The unique ID of the qualification to retrieve.
A qualification object
The response is of type object
.