Event Metadata Endpoint
GET https://secure.erbium.com/api/event/{event ID}/metadata
The event metadata endpoint returns information about the event’s registration form that is useful when interpreting the data returned by the attendees endpoint. {event ID} is a placeholder for the event ID, which is e- followed by a sequence of letters and digits. You can find the event ID in the browser URL when accessing your event through the Erbium user interface.
Response
The response of the metadata endpoint is a JSON map whose keys are IDs of widgets on the event’s registration form and whose values are information about the widget, including its label and the selectable options presented by the widget. The attendees endpoint refers to these widget and selectable IDs when enumerating the selections made by each attendee.
Comments
0 comments
Please sign in to leave a comment.