chrisxh / brazen-wishlist

Space to describe and discuss valuable features
2 stars 0 forks source link

Support API GET /events/{event_code}/booths #17

Open chrisxh opened 3 years ago

chrisxh commented 3 years ago

As an Event Admin with the ability to use Brazen API.

I would like to attract potential participants and further engage registered participants by displaying booth (a.k.a., employers, exhibitors) information for a given event outside of the context of the Brazen web UI (i.e., retrieve booth info via API).

Following conventions of the v1 API (https://developers.brazen.com/reference/getaccountevents), the endpoint could be /events/{event_code}/booths, with response body as an array of objects, each representing a booth in the event. Booth representation should include:

Example applications would be:

So that I can increase event participation rates.