Counts events by status.
function countEventsByStatus(
options: CountEventsByStatusOptions,
): Promise<CountEventsByStatusResponse>;
Optional fields.
import { wixEventsV2 } from "@wix/events";
async function countEventsByStatus(options) {
const response = await wixEventsV2.countEventsByStatus(options);
}
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.