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:
Standard attributes such as title, company, code, logo_url, and display_representatives_on_booth_screen.
Booth metadata such as sort_order, date_created, date_updated, and in_event_booth_url.
List of representatives assigned to the booth, their attributes (name, photo_url, title, etc.), their permissions (can schedule chats), and registration status.
List of Opportunities assigned to the booth, their attributes (title, URL, etc.). The SmartQueue questions for each Opportunity are not significant to me at this time.
List of tags assigned to the booth.
Custom Booth Attributes (#18) should also be included in booth object representation.
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:title
,company
,code
,logo_url
, anddisplay_representatives_on_booth_screen
.sort_order
,date_created
,date_updated
, andin_event_booth_url
.Example applications would be:
# anticipated openings
,Is Featured Employer
,MN Region
,Hiring Timeline
.list of physical employment addresses
.So that I can increase event participation rates.