API Reference

Get event setting for super admin

This API is used to get event settings for super admin. This API can be accessed by super admin. We need to pass the authentication key to authenticate the super admin and pass event id as path param.it returns data like activeEvent, activeAuction, enableAuctionWinnerNotification, enableRaffleWinnerNotification and more.

Here is the description of response attributes, which returns in the form of JSON.

Attribute

Description

activeEvent

This checks if the event is active or not. If event is in the past it will return a boolean value of false.

activeAuction

This checks if the auction is enabled and will return a boolean value.

enableAuctionWinnerNotification

This checks if auction winner notification is enabled.

enableRaffleWinnerNotification

This checks if raffle winner notification is enabled.

enableCardRegistration

This checks if card registration is enabled.

activeFundANeed

This checks if the fund a need module is active.

activeRaffle

This checks if the raffle module is active.

activeSessionAgenda

This checks if the session agenda is active.

enableCustomMessage

This checks if custom messages are enabled.

numberOfContactsAllowed

This contains a number of how many contacts are allowed.

numberOfEmailsAllowed

This contains a number of how many emails are allowed.

ticketingCheckoutTimer

This contains the value of the ticketing check out timer.

enableAutoAssignedSequence

This checks if the auto-assigned sequence is enabled.

viewScrollSpeed

This contains the view scroll speed.

enableWorkshop

This checks if the workshop is enabled.

eventFormat

This contains an event format like online, hybrid, in-person.

maxAgendaItems

This returns the maximum number of agenda items.

activeTicketingModule

This checks if the ticketing module is enabled.

autoDisableUnAuthLiveStream

This returns a boolean value of true or false. This setting automatically disables an unauthorized stream if enabled.

lowLatency

This contains a low latency.

billingType

This contains billing type statuses like Paid or Comp.

isAutoBilling

This returns a boolean value of true or false. It checks if auto-billing is enabled.

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error code

Error Description

4040200

Event Not Found

Language
Credentials
Header
Click Try It! to start a request and see the response here!