This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Retrieves attendance information.
function getAttendance(attendanceId: string): Promise<Attendance>;
ID of the attendance object to retrieve.
import { attendance } from "@wix/bookings";
async function getAttendance(attendanceId) {
const response = await attendance.getAttendance(attendanceId);
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.