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.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
typeId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
createdDate | $eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
locationOptions.availableInAllLocations | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
locationOptions.specificLocationOptions.availableInBusinessLocations | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
locationOptions.specificLocationOptions.businessLocations.locationId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
eventsSchedule.scheduleId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
name | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ✗ |
singleResource.locationOptions.availableInAllLocations | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
singleResource.locationOptions.specificLocationOptions.availableInBusinessLocations | $eq, $ne, $exists, $in, $any | Sort: ASC, DESC |
singleResource.locationOptions.specificLocationOptions.businessLocations.locationId | $eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.