GET
/
qualifications
curl --request GET \
  --url https://api.axlehealth.com/api/v2-stable/qualifications
{
  "items": [
    {
      "qualification_id": "6f7a8b9c-d0e1-2f3a-4b5c-6d7e8f9a0b1c",
      "code": "ETH",
      "description": "Has the clinician completed Ethics training"
    },
    {
      "qualification_id": "1d2e3f4a-5b6c-7d8e-9f0a-b1c2d3e4f5a",
      "code": "HIP",
      "description": "Has the clinician completed HIPAA training"
    },
    {
      "qualification_id": "3a4b5c6d-7e8f-9a0b-1c2d-3e4f5a6b7c8d",
      "code": "IRB",
      "description": "Has the clinician completed Institutional Review Board training"
    },
    {
      "qualification_id": "5c6d7e8f-9a0b-1c2d-3e4f-5a6b7c8d9e0f",
      "code": "CITI",
      "description": "Has the clinician completed CITI training"
    }
  ],
  "pagination": {
    "offset": 0,
    "count_limit": 25,
    "total_records": 100
  }
}

Query Parameters

offset
integer
default:0

The number of records to skip before starting to collect the result set.

count_limit
integer
default:100

The maximum number of records to return.

Response

200
application/json

A list of qualifications

The response is of type object.