GET

Get Event


Retrieves an event by ID.

Permissions
Manage Bookings Services and Settings
Manage Events - all permissions
Read Events - all read permissions
Read Events
Manage Guest List
Manage Portfolio
Manage Restaurants - all permissions
Manage Events
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v3/events/{eventId}

Path Params
eventIdstringRequired

Event ID.

Query Params
fieldsArray <string>

Predefined sets of fields to return.

Response Object
eventEvent

Event.

Get event
Request
cURL
curl -X GET 'https://www.wixapis.com/events/v3/events/75d64b92-4078-457a-9259-fef2948459f7?fieldset=REGISTRATION&fieldset=CATEGORIES' \ -H 'Authorization: <AUTH TOKEN>' \ -d '{ "fields": ["DETAILS", "TEXTS", "REGISTRATION", "URLS", "FORM", "DASHBOARD", "ONLINE_CONFERENCING_SESSION", "SEO_SETTINGS", "AGENDA", "CATEGORIES"] }'
Response
JSON
{ "event": { "id": "75d64b92-4078-457a-9259-fef2948459f7", "location": { "name": "Javits Center", "type": "VENUE", "address": { "country": "US", "subdivision": "NY", "city": "New York", "postalCode": "10001", "streetAddress": { "number": "429", "name": "11th Avenue", "apt": "", "formattedAddressLine": null }, "addressLine_2": null, "formattedAddress": "429 11th Ave, New York, NY 10001, USA", "hint": null, "geocode": { "latitude": 40.7575505, "longitude": -74.0024691 }, "countryFullName": "United States", "subdivisions": [ { "code": "NY", "name": "New York", "type": "ADMINISTRATIVE_AREA_LEVEL_1", "typeInfo": null }, { "code": "New York County", "name": "New York County", "type": "ADMINISTRATIVE_AREA_LEVEL_2", "typeInfo": null }, { "code": "New York", "name": "New York", "type": "ADMINISTRATIVE_AREA_LEVEL_3", "typeInfo": null }, { "code": "US", "name": "United States", "type": "COUNTRY", "typeInfo": null } ], "subdivisionFullName": null }, "locationTbd": false }, "dateAndTimeSettings": { "dateAndTimeTbd": false, "dateAndTimeTbdMessage": null, "startDate": "2023-10-15T13:00:00Z", "endDate": "2023-10-17T22:00:00Z", "timeZoneId": "America/Toronto", "hideEndDate": false, "showTimeZone": true, "recurrenceStatus": "ONE_TIME", "recurringEvents": { "individualEventDates": [], "categoryId": null }, "formatted": { "dateAndTime": "15 October 2023 at 09:00 – 17 October 2023 at 18:00 GMT-4", "startDate": "15 October 2023", "startTime": "09:00", "endDate": "17 October 2023", "endTime": "18:00" } }, "title": "Cosmic Odyssey: Exploring the Mysteries of the Universe", "shortDescription": "", "mainImage": null, "slug": "cosmic-odyssey-exploring-the-mysteries-of-the-universe", "languageCode": "en", "createdDate": "2023-07-12T10:50:59.287Z", "updatedDate": "2023-07-12T10:58:58Z", "status": "UPCOMING", "registration": { "type": "TICKETING", "status": "OPEN_TICKETS", "rsvp": { "responseType": "YES_ONLY", "limit": null, "waitlistEnabled": false, "startDate": null, "endDate": null }, "tickets": { "guestsAssignedSeparately": false, "ticketLimitPerOrder": 50, "stockManagerAppId": null, "currency": "EUR", "lowestPrice": { "value": "20.50", "currency": "EUR", "formattedValue": "€20.50" }, "highestPrice": { "value": "20.50", "currency": "EUR", "formattedValue": "€20.50" }, "soldOut": false, "taxSettings": null }, "external": null, "allowedGuestTypes": "VISITOR_OR_MEMBER", "initialType": "TICKETING", "registrationPaused": false, "registrationDisabled": false }, "calendarUrls": null, "eventPageUrl": null, "form": null, "summaries": null, "instanceId": "1f6dc906-803d-4650-83f5-72ea1d88100b", "guestListSettings": { "displayedPublicly": true }, "userId": "8a8b9b73-4da8-47a5-8268-4396e68a0605", "onlineConferencing": { "session": null }, "seoSettings": null, "contactLabel": "custom.cosmic-odyssey-exploring-the-mysteries-of-the-univ", "agendaSettings": null, "categories": [ { "id": "4a69c13e-eb55-47a8-8ccf-9b55198428a0", "name": "science", "createdDate": "2023-07-12T10:51:00.029Z", "hidden": false, "type": "MANUAL" } ] } }
Errors

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

Did this help?