searchRsvps( )


Retrieves a list of RSVPs that match the provided search query and optionally performs aggregations on the data queried.

To learn about working with search, see API Query Language, Sorting and Paging, and Field Projection.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
optionsSearchRsvpsOptions
Returns
Return Type:Promise<SearchRsvpsResponse>
Did this help?