getEvent( )


Retrieves a Wix event by ID.

The getEvent() function returns a Promise that resolves to a Wix event whose ID matches the given ID.

Only those with "Manage Events" permissions can get Wix events.

Note: This function requires elevated permissions to run.

This function is not universal and runs only on the backend.

Method Declaration
Copy
Method Parameters
eventIdstringRequired

Event ID.

Returns
Return Type:Promise<WixEvent>
Was this helpful?
Yes
No