get https://api.accelevents.com/rest/event//connection/setting
- This API is used to get the attendee's connection configuration details.
- This API is used when the user clicks on the virtual networking page from the Engage tab.
- This API can be accessed by event admins and super admins.
- To call this API, we need to pass the path parameter of eventUrl and authorization token in API in the header.
- Authorization token will be generated when the user logs into the system.
This API returns a JSON array of attendee connection configuration details in response with 200 status if API is executed successfully.
Here is the description of response attributes, which returns to the form of JSON :
Attribute | Description |
---|---|
name | Returns the name of the profile fields. |
value | Returns the value of the profile fields. |
isEnable | This field is used to check if this field is enabled or disabled. |
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing
Error code | Error description |
---|---|
200 | Ok. |
403 | Not Event Host. |
406 | Cannot create URL. |
404 | Event Not Found. |
401 | Not authorized. |