POST

Search Reservations


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Use this method to search the fields of the table reservations on a site for a given expression.

You can also use this method to perform data aggregations on a site's table reservation fields. For a detailed list of supported operations, see the Sorting, Filtering, and Search article.

PropertyCapabilitiesFilters
archivedSearch: ✗
Aggregate:
Sort: ✗
$eq, $in, $ne
details.reservationLocationIdSearch: ✗
Aggregate:
Sort: ✗
$eq, $in, $ne
paymentStatusSearch: ✗
Aggregate:
Sort: ✗
$eq, $in, $ne
reservee.contactIdSearch: ✗
Aggregate:
Sort: ✗
$eq, $in, $ne
sourceSearch: ✗
Aggregate:
Sort: ✗
$eq, $in, $ne
statusSearch: ✗
Aggregate:
Sort: ✗
$eq, $in, $ne
details.tableIdsSearch: ✗
Aggregate:
Sort: ✗
$empty, $hasAll, $hasSome
details.tables.idsSearch: ✗
Aggregate:
Sort: ✗
$empty, $hasAll, $hasSome
createdDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $gt, $gte, $in, $lt, $lte, $ne
updatedDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $gt, $gte, $in, $lt, $lte, $ne
details.partySizeSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $gt, $gte, $in, $lt, $lte, $ne
details.startDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $gt, $gte, $in, $lt, $lte, $ne
reservee.emailSearch:
Aggregate: ✗
Sort: ✗
reservee.firstNameSearch:
Aggregate: ✗
Sort: ✗
reservee.lastNameSearch:
Aggregate: ✗
Sort: ✗
reservee.phoneSearch:
Aggregate: ✗
Sort: ✗
Endpoint
POST
https://www.wixapis.com/table-reservations/reservations/v1/reservations/search

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?