function getAttendeeBookingRowsByTokens
getAttendeeBookingRowsByTokens(tokens: string[]): Promise<(AttendeeBookingRows | null)[]>

Look up attendees by plaintext tokens for the Previous bookings table.

This deliberately does not select pii_blob: the panel needs only attendee ids, created dates, statuses and real booking rows.

Parameters

tokens: string[]

Return Type

Promise<(AttendeeBookingRows | null)[]>

Usage

import { getAttendeeBookingRowsByTokens } from "docs/database.ts";