1+ export default {
2+ "appointment_type" : {
3+ "links" : {
4+ "self" : "https://api.au1.cliniko.com/v1/appointment_types/1"
5+ }
6+ } ,
7+ "archived_at" : "2019-08-24T14:15:22Z" ,
8+ "attendees" : {
9+ "links" : {
10+ "self" : "https://api.au1.cliniko.com/v1/individual_appointments/1/attendees"
11+ }
12+ } ,
13+ "booking_ip_address" : "10.0.0.43" ,
14+ "business" : {
15+ "links" : {
16+ "self" : "https://api.au1.cliniko.com/v1/businesses/1"
17+ }
18+ } ,
19+ "cancellation_note" : "string" ,
20+ "cancellation_reason" : 0 ,
21+ "cancellation_reason_description" : "Feeling Better" ,
22+ "cancelled_at" : "2019-08-24T14:15:22Z" ,
23+ "conflicts" : {
24+ "links" : {
25+ "self" : "https://api.au1.cliniko.com/v1/individual_appointments/1/conflicts"
26+ }
27+ } ,
28+ "created_at" : "2019-08-24T14:15:22Z" ,
29+ "deleted_at" : "2019-08-24T14:15:22Z" ,
30+ "did_not_arrive" : true ,
31+ "email_reminder_sent" : true ,
32+ "ends_at" : "2019-08-24T14:15:22Z" ,
33+ "has_patient_appointment_notes" : true ,
34+ "id" : "string" ,
35+ "invoice_status" : 0 ,
36+ "links" : {
37+ "self" : "https://api.au1.cliniko.com/v1/individual_appointments/1"
38+ } ,
39+ "notes" : "string" ,
40+ "online_booking_policy_accepted" : true ,
41+ "patient" : {
42+ "links" : {
43+ "self" : "https://api.au1.cliniko.com/v1/patients/1"
44+ }
45+ } ,
46+ "patient_arrived" : true ,
47+ "patient_case" : {
48+ "links" : {
49+ "self" : "https://api.au1.cliniko.com/v1/patient_cases/1"
50+ }
51+ } ,
52+ "patient_name" : "string" ,
53+ "practitioner" : {
54+ "links" : {
55+ "self" : "https://api.au1.cliniko.com/v1/practitioners/1"
56+ }
57+ } ,
58+ "repeat_rule" : {
59+ "number_of_repeats" : 0 ,
60+ "repeat_type" : "Daily" ,
61+ "repeating_interval" : 0
62+ } ,
63+ "repeated_from" : {
64+ "links" : {
65+ "self" : "https://api.au1.cliniko.com/v1/individual_appointments/1"
66+ }
67+ } ,
68+ "repeats" : {
69+ "links" : {
70+ "self" : "https://api.au1.cliniko.com/v1/individual_appointments?q[]=repeated_from_id:=1"
71+ }
72+ } ,
73+ "sms_reminder_sent" : true ,
74+ "starts_at" : "2019-08-24T14:15:22Z" ,
75+ "telehealth_url" : "http://example.com" ,
76+ "treatment_note_status" : 0 ,
77+ "updated_at" : "2019-08-24T14:15:22Z"
78+ }
0 commit comments