internal
self-serve

List Waitlist

Who is waiting and since when, in the order the operator asked for.

get/api/v1/internal/self-serve/waitlist

Query parameters

limitinteger
offsetinteger
sort'longest_wait' | 'newest' | 'email'

How an operator wants the waitlist ordered.

A closed vocabulary rather than a column name from the caller: the sort reaches an ORDER BY, so accepting free text would let the wire choose what the database sorts on.

Response

Successful Response

totalinteger required
limitinteger required
offsetinteger required

Changes