POST

Search Resources


Retrieves a list of resources matching the provided search criteria.

Refer to the supported filters article (SDK | REST) for complete filter and sorting options.

PropertyCapabilitiesFilters
singleResource.locationOptions.specificLocationOptions.businessLocations.locationIdSearch: ✗
Aggregate:
Sort: ASC, DESC
$hasAll, $hasSome
createdDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte
idSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
updatedDateSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte
nameSearch: ✗
Aggregate: ✗
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte
singleResource.locationOptions.availableInAllLocationsSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any
singleResource.locationOptions.specificLocationOptions.availableInBusinessLocationsSearch: ✗
Aggregate:
Sort: ASC, DESC
$eq, $ne, $exists, $in, $any
Endpoint
POST
https://www.wixapis.com/bookings/v2/resources/search

Errors

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

Did this help?