v2

latestOpenAPI 3.0.32026-08-07222102695.9 KB
Recall

Create recall

post/recalls

Request body

notesstring nullable
patient_idstring int64

patient id

recall_atstring date
recall_type_idstring int64

recall type id

recalledboolean nullable

Example request

{
  "patient_id": "1",
  "recall_type_id": "1"
}

Response

Resource was created

archived_atstring date-time nullable
created_atstring date-time
idstring int64
notesstring nullable
recall_atstring date
recalledboolean nullable
recalled_atstring date-time nullable
updated_atstring date-time

Example response

{
  "links": {
    "self": "https://api.au1.cliniko.com/v1/recalls/1"
  },
  "patient": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/patients/1"
    }
  },
  "recall_type": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/recall_types/1"
    }
  },
  "recalled_by_user": {
    "links": {
      "self": "https://api.au1.cliniko.com/v1/users/1"
    }
  }
}