Skip to content

Latest commit

 

History

History
284 lines (217 loc) · 10.6 KB

waitinglist.rst

File metadata and controls

284 lines (217 loc) · 10.6 KB

Waiting list entries

Resource description

The waiting list entry resource contains the following public fields:

rest-resource-table

Field Type Description
id integer Internal ID of the waiting list entry
created datetime Creation date of the waiting list entry
name string Name of the user on the waiting list (or null)
name_parts object of strings Decomposition of name of the user (or null)
email string Email address of the user on the waiting list
phone string Phone number of the user on the waiting list (or null)

voucher

integer

Internal ID of the voucher sent to this user. If this field is set, the user has been sent a voucher and is no longer waiting. If it is null, the user is still waiting.

item

integer

An ID of an item the user is waiting to be available again

variation

integer

An ID of a variation the user is waiting to be available again (or null)

locale string Locale of the waiting user
subevent integer ID of the date inside an event series this entry belongs to (or null).

Endpoints