get https://api.accelevents.com/rest/widgets/settings/type//event/
This API is used to get data from the embed widget setting. We need to pass the authentication key to authenticate the user and query param with recurringEventId, path param with id, name. It returns data like eventpage, id, organizerPage and many more.
Here is the description of response attributes, which returns to the form of JSON.
Attribute | Description |
---|---|
id | Contains an event Id |
eventpage | Contains show event page detail |
organizerPage | Contains show organizer page detail |
calender | Contains a calendar widget |
buyTicketsButton | Buy ticket button widget |
ticketingWidget | Contains a ticketing widget |
countdown | Contains a countdown widget |
donation | Contains a donation widget |
type | Contains types like EVENT, ORGANIZER |
recurringEventId | Contains recurring Event Id |
widgetSettingId | Contains Embed widget setting id |