Retrieve lab orders and results for the location. Supports filtering by patient, status, vendor, and entry date range.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/lab
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/location/{locationId}/lab
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/lab?patientId=0&appointmentId=0&status=PROCESSING&vendorType=IN_HOUSE&startDate=string&endDate=string&sortBy=ENTRY_DATE&sortDir=ASC&cursor=string&limit=20' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "labs": [ { … } ], "nextCursor": "string" }