GET

List Rsvp


Deprecated

This method has been replaced with Query Rsvps, and will be removed on June 30, 2025.

Retrieves a list of up to 100 RSVPs, given the provided paging, filtering & sorting.

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
Manage Events
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v1/rsvp

Query Params
offsetinteger

Number of items to skip. See Pagination.


limitinteger

Number of items to load. See Pagination.


fieldsetArray <string>

Controls which data is returned. See Fieldset.


eventIdArray <string>

Event ID.


rsvpIdArray <string>

RSVP ID.


statusArray <string>

RSVP status.


memberIdArray <string>

Site member ID.


facetArray <string>

Facet counts to include in the response. See supported facets.


searchPhrasestring

Textual search filter - search is performed on "full_name" and "email".


eventCreatorIdArray <string>

Event creator id filter, by default any.


sortstring

Sort order, defaults to "created:asc". See supported fields.


contactIdArray <string>

Contact ID.


tagArray <string>

RSVP tag

Response Object
totalinteger

Total RSVPs matching the given filters.


offsetintegerminimum 0

Offset.


limitintegerminimum 0maximum 100

Limit.


rsvpsArray <Rsvp>

RSVP list.


facetsMap <string, FacetCounts>format map

Facet query result.


rsvpFacetsRsvpFacets

Rsvp data enriched facets.

Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?