lab-testing

Critical Result

postWebhooklabtest.result.critical

Payload

event_type'labtest.result.critical' required
user_idstring uuid required
client_user_idstring uuid required
team_idstring uuid required

Example payload

{
  "data": {
    "created_at": "2020-01-01T00:00:00Z",
    "interpretation": "normal",
    "order_id": "4377184b-f1b4-44bf-a088-672467ff491a",
    "sample_id": "123456789",
    "status": "final",
    "team_id": "2a75b1c2-c401-4312-bcbc-d664cc427820",
    "updated_at": "2020-01-01T00:00:00Z",
    "user_id": "49f715a7-cbb8-46fb-a0c3-e5e1c9f43f58"
  }
}

Response

Successful Response

{"stackTrail":"webhooks:labtest.result.critical:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes