Get an order

Get an order by its id or the related reference number

You can also obtain the information of an order by filtering by one of these two parameters:

  • id : order identifier, the identifier is of UUID type

  • folio : Study identifier, assigned by the hospital. Max length is 80 characters. You can use 'accession_number' as an alias for this field

Order detail.

get
/orders/{id}/

Gets the detail of an order.

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
chevron-right
200

A successful response that returns the order details.

application/json
get
/orders/{id}/

Last updated