v1

latestOpenAPI 3.0.32026-07-26152525.0 KB
orders

Get available order types for the logged in Client App

get/api/v1/order-types

Response

OK

orderTypestring
orderTypeAliasstring
orderTypeDescriptionstring

Example response

[
  {
    "orderType": "full",
    "orderTypeAlias": "Healthcheck Order",
    "orderTypeDescription": "Full patient healthcheck order"
  }
]
All 15 operations