POST

Query Resources


Retrieves a list of up to 100 resources, given the provided filtering, sorting, and paging.

Refer to the supported filters article for a complete list of supported filters and sorting options.

FieldSupported FiltersSort
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
typeId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
createdDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
updatedDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
locationOptions.availableInAllLocations$eq, $ne, $exists, $in, $anySort: ASC, DESC
locationOptions.specificLocationOptions.availableInBusinessLocations$eq, $ne, $exists, $in, $anySort: ASC, DESC
locationOptions.specificLocationOptions.businessLocations.locationId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
eventsSchedule.scheduleId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
name$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ✗
singleResource.locationOptions.availableInAllLocations$eq, $ne, $exists, $in, $anySort: ASC, DESC
singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations$eq, $ne, $exists, $in, $anySort: ASC, DESC
singleResource.locationOptions.specificLocationOptions.businessLocations.locationId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
Permissions
Read Bookings - Public Data
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/bookings/v2/resources/query

Errors

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

Did this help?