bookings

List Bookings

List all bookings for the current user (as student or tutor).

get/bookings/bookings

Query parameters

statusstring nullable

Filter by status

Filter by status

upcomingboolean nullable

Only upcoming bookings

Only upcoming bookings

limitinteger

Headers

authorizationstring nullable

Response

Successful Response

idstring required
tutor_idstring required
tutor_usernamestring required
tutor_full_namestring nullable required
tutor_profile_picturestring nullable required
student_idstring required
student_usernamestring required
student_full_namestring nullable required
student_profile_picturestring nullable required
scheduled_timestring date-time required
duration_minutesinteger required
statusstring required
is_trial_sessionboolean required
package_referencestring nullable required
cancelled_atstring date-time nullable required
cancelled_by_user_idstring nullable required
cancellation_reasonstring nullable required
is_late_cancellationboolean required
tutor_notesstring nullable required
student_notesstring nullable required
created_atstring date-time required
updated_atstring date-time required
is_tutorboolean required
language_for_practicestring nullable
scheduled_room_namestring nullable
recurrence_rulestring nullable
recurrence_parent_idstring nullable
tutor_cancellation_policy_hoursinteger nullable
tutor_cancellation_policy_textstring nullable

Changes