get https://api.accelevents.com/rest/host/event//challenge/action/
This API Used to get action details area wise associated with the specified event.
This API is used at the host side. Event admins and super admins can access this API. It will return data like list of action, trigger, & configuration for those fields including type of field & minimum value.
To call this API, users have to pass a query path with API URL like area & authentication key.
Here is the description of response attributes, which returns in the form of JSON.
Attribute | Description |
---|---|
area | Returns the area of the challenge. It will return data like Expo, Sessions,Event and Networking. |
action | Returns the action of the challenge. Examples: If your area is Expo then it will return an action like Visit, Chat, Watch, Link Click, Document Download, Request Meeting or All. If your area is Sessions then it will return an action like Watch, Visit or All. * If your area is Networking then it will return an action like Matches, Connections or All. |
trigger | Returns the trigger of the challenge. Examples: If your area is Expo then it will return an action like exhibitor and category or All. If your area is Sessions then it will return an action like main_stage, breakout_session, workshop or All. * If your area is Networking then it will return an action like Networking or All. |
maxPoints | Returns the maximum point configuration. |
element | Returns the element of area. |
elementType | Returns the type of element like text. |
valueType | Returns the type of value like numeric. |
label | Returns the label for elements. |
minValue | Returns the minimum value like 0. |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error code | Error Description |
---|---|
400 | The request could not be understood by the server due to malformed syntax. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |