latestOpenAPI 3.1.02026-08-1217210199.4 KB

1684e1dda9be

public-api

Get Clinical Qualification Submission By Id

get/clinical-qualification/{id}

Path parameters

idstring required

Response

Successfully returned an clinical qualification.

Example response

{
  "data": {
    "drugs": [
      {
        "expected_length_of_therapy": "Until No Longer Needed"
      }
    ],
    "results": [
      {
        "drug": {
          "expected_length_of_therapy": "Until No Longer Needed"
        }
      }
    ]
  }
}