Get Attendee Connection Configuration Details

  • 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 :

AttributeDescription
nameReturns the name of the profile fields.
valueReturns the value of the profile fields.
isEnableThis 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 codeError description
200Ok.
403Not Event Host.
406Cannot create URL.
404Event Not Found.
401Not authorized.
Language
Authorization
Header
Click Try It! to start a request and see the response here!