latestOpenAPI 3.0.0Apache 2.02026-08-201250995.7 KB

bd9694db5fce

Labs

Get all LabOrders

Returns a list of lab orders for a clinic and optioanally includes their results.

Permissions required:

  • VIEW_CHECKUPS
get/api/v1/integrations/labs/orders

Query parameters

filter[file_case_id]integer

ID of the filecase from where the entity was created

include'result' | 'result.tests' | 'result.file'

A comma-separated list of additional data to include in the response.

result - include result metadata

result.tests - include discrete results

result.file - include result file

Parameters

#/paths/~1api~1v1~1pets/get/parameters/0 — unresolved $ref
#/paths/~1api~1v1~1invoices/get/parameters/2 — unresolved $ref

Response

OK

Example response

{
  "data": [
    {
      "lab": {
        "id": 1,
        "name": "Antech"
      }
    }
  ]
}