Search RSVP attendees

Search for RSVP attendees that have been previously created. Returns a search result object that contains an rsvps property that contains an array of up to page_size RSVP attendees. If no RSVP attendees match the query, the resulting array will be empty.

Query Params
calendar_ids
array of strings

Comma-separated list of calendar IDs. Limits search results to those specific calendars.

calendar_ids
event_ids
array of strings

Comma-separated list of event IDs. Limits search results to those specific events.

event_ids
attending
array of strings

Only return attendees that RSVP'd with a specific response. Allowed values are going, maybe, not-going.

attending
integer
≥ 1
Defaults to 1

Page number of the search results. The first page of results is page=1.

integer
1 to 20
Defaults to 10

A limit on the number of objects to be returned. page_size must be between 1 and 20, and the default is 10.

string
Defaults to created

The RSVP attendee property to sort by. Allowed values are created, email, event_id, or attending. If sort_order is provided, then sort_by must also be provided.

string
Defaults to desc

The order of the returned search results, sorted by the property specified in sort_by. Allowed values are asc or desc. If sort_order is provided, then sort_by must also be provided.

Responses

Language
Credentials
APIkey
Click Try It! to start a request and see the response here! Or choose an example:
application/json