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.
|
trigger | Returns the trigger of the challenge.
|
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. |