Obtener una orden

Obtener una orden por su id o el folio relacionado

Tambien puedes obtener la informacion de una orden filtrando por uno de estos dos parametros:

  • 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
200

A successful response that returns the order details.

application/json
get
/orders/{id}/

Last updated