Probatix Documentation
Probatix Webhooks v1Diagnostic Tests

Test result evaluated

Sent when evaluation of a test result is complete.

Sent when evaluation of a test result is complete.

All webhook requests include the shared webhook headers.

Request Body

application/json

Webhook payload.

TypeScript Definitions

Use the request body type in TypeScript.

body*TestResult
id*string (uuid)
createdAt*string (date-time)

Timestamp when the test result was created.

observations?array<Observation>
documents?array<Document>

Embedded document metadata objects, such as PDF reports. Unlike most relations in this API, documents are included inline for convenience.

labNotes?array | null

Free-text laboratory notes attached to the test result.

diagnosticTest?string

Response Body

Example Requests

POST/test_results/evaluated