Retrieve AddEvent RSVP Attendee
addevent_get_rsvpRetrieve a single RSVP attendee by attendee ID and receive the full attendee object as JSON. Returns a 404 error if the ID is not found.
Instructions
Retrieves a single RSVP attendee by attendee_id.
Args:
attendee_id (string, required): The RSVP attendee to retrieve.
Returns: The full RSVP attendee object as JSON.
Error Handling:
Returns "Error: Not found..." (404) if the attendee_id doesn't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| attendee_id | Yes | The ID of the RSVP attendee to retrieve. |