/tenant/referralsList cases
The cases sent to your account. Newest first. This is the endpoint an integration polls.
direction | received | sent | all | received (default) — work sent TO you. sent — work you sent to a partner. all — both. |
status | string | One status, or several comma-separated. Unknown values are ignored rather than rejected. |
type | EXTERNAL | INTERNAL | External work versus your own account’s internal cases. |
siteId | uuid | Only cases for one of your locations. |
[
{
"id": "9f1c…",
"referralNumber": "REF-260822-51A72396",
"status": "RECEIVED",
"patientFullName": "Jane Smith",
"patientDob": "1990-05-12T00:00:00.000Z",
"isUrgent": false,
"originTenantId": "3ab8…",
"requestDetailJson": { "kind": "LAB", "funding": "NHS", "workType": "Crown" },
"labFeeItemsJson": [],
"createdAt": "2026-08-22T09:14:02.431Z"
}
]- Poll no more than once a minute per account. There is no rate limit enforced today; treat that as a courtesy, not a guarantee that there never will be.
- A case sent to a laboratory lives in the LABORATORY’s account. The sending practice appears as originTenantId.
- The treatment value (priceCents) is the sending practice’s private figure and is blanked on your copy. What the work is worth to them is not part of what they are buying from you.