v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Referral Source

Get referral source

get/patients/{patient_id}/referral_source

Path parameters

patient_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
notesstring nullable
referrer_type'Patient' | 'Contact' nullable
subcategorystring nullable
updated_atstring date-time

Example response

{
  "links": {
    "self": "https://api.au1.cliniko.com/v1/patients/123/referral_source"
  },
  "patient": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/patients/1"
    }
  },
  "referral_source_type": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/referral_source_types/1"
    }
  },
  "referrer": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/patients/456"
    }
  }
}