POST
/
clinician-options
/
existing-visit
curl --request POST \
  --url https://api.axlehealth.com/api/v2-stable/clinician-options/existing-visit \
  --header 'Content-Type: application/json' \
  --data '{
  "visit_id": "de5d75a3-583a-4046-a968-d54ab2d0b323",
  "clinician_filters": [
    {
      "clinician_appointment_id": "3b5123fe-a20a-4a21-a057-76f066730421",
      "clinicians": [
        {
          "clinician_id": "bfa23251-4e6e-4ddb-9096-171750871787"
        }
      ]
    }
  ]
}'
{
  "clinician_options": [
    {
      "clinician_appointment_id": "3b5123fe-a20a-4a21-a057-76f066730421",
      "recommended_clinicians": [
        {
          "clinician_id": "bfa23251-4e6e-4ddb-9096-171750871787"
        }
      ]
    }
  ]
}

Body

application/json

Response

200
application/json

Successful response with clinician options

The response is of type object.