v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Billable Item

Get billable item

get/billable_items/{id}

Path parameters

idstring int64 required

Query parameters

q[]string[]

Filter result by one or more fields.

See Filtering Results

Available filters:

ValueFormat
archived_atdate-time

Response

Successful operation

archived_atstring date-time nullable
created_atstring date-time
idstring int64
item_codestring nullable
item_type'Product' | 'Service' | 'Other'
namestring
pricestring decimal
updated_atstring date-time

Example response

{
  "concession_prices": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/concession_prices?q%5B%5D=billable_item_id%3A%3D1"
    }
  },
  "links": {
    "self": "https://api.au1.cliniko.com/v1/billable_items/1"
  },
  "tax": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/taxes/1"
    }
  }
}