This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Counts resources according to given criteria.
Refer to the supported filters article (SDK | REST) for a complete list of supported filters and sorting options.
function countResources(
options: CountResourcesOptions,
): Promise<CountResourcesResponse>;
import { resources } from "@wix/bookings";
async function countResources(options) {
const response = await resources.countResources(options);
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.