evite_get_event
Retrieve a single Evite event's details—settings, location, and more—by passing its event ID.
Instructions
Get a single Evite event detail (GET /services/event/v1/{id}): event, settings, location, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Evite's payload untouched. No field projection: this server has no verified record of which Evite fields matter, and inventing one would risk dropping a field a caller needs. | |
| event_id | Yes | Evite event id (event_id from evite_list_events). |