Add Event Challenge Details

This API is used to create event challenge details for gamification.

This API can be accessed by event admins and super admins for creating new event challenges.

Users have to pass an authentication key to access this API.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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

AttributeDescription
areaReturns the area of the challenge. It will return an area like Expo, Sessions, Networking and Event.
actionReturns the action of the challenge.
  • If select Expo area to pass an action like Visit, Chat, Watch, Link Click, Document Download, Request Meeting or All.
  • If select Sessions area to pass an action like Watch, Visit or All.
  • If select Networking area to pass an action like Matches, Connections or All.
triggerReturns the trigger of the challenge.
  • If select Expo area to pass this type of action like exhibitor and category or All.
  • If select Sessions area to pass this type of action like main_stage, breakout_session, workshop or All.
  • If select Networking area to pass this type of action like Networking or All.
eventChallengeIdReturns the event challenge ID.
nameReturns the challenge name. Only 255 characters are allowed.
startDateReturns the challenge start date in yyyy/MM/dd HH:mm format.
endDateReturns the challenge end date in yyyy/MM/dd HH:mm format.
goalReturns the goal (in point format) of the challenge.
ticketTypeAllowInChallengeReturns the ticket types allowed to participate in the challenge. It will return a list of ticket type IDs.
gamificationTabDisabledReturns if the gamification tab is enabled or disabled in virtual event hub.
startDateUtcReturns the start date UTC format.
endDateUtcReturns the end date UTC format.
subAreaReturns the sub-area of challenges.
typeReturns the challenge type. It will return either STANDARD, EARLY_BIRD, SCAVENGER_HUNT.
filterReturns the challenge of the filter.
maxPointsReturns the maximum point configuration.

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

Error codeError Description
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Body Params
eventChallengeDTO
object

Add Event Challenge Details

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json