v2
latestOpenAPI 3.0.32026-08-07222102695.9 KBRecall
Create recall
post/recalls
Request body
Example request
{
"patient_id": "1",
"recall_type_id": "1"
}Response
Resource was created
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"
}
}
}