get https://api.accelevents.com/rest/virtual/event//networking-analytics
- API used at host side event admin, super admin, and organizer admin can access this API.
- it will get networking analytics data like connections, average connection per attendee, matches, and meetings.
- We need to pass an authorization token here, which is generated after successful login into the account.
Attribute | Description |
---|---|
Connections | It will return the count of attendee connections |
Average Connection Per Attendee | It will return the average connection per attendee |
Meetings | It will return the count of meetings booked in the networking session |
Matches | It will return the count of matches attendees |
- Here are the possible error messages that return if any condition fails or required data is missing for processing.
Error Code | Description |
---|---|
200 | Ok |
400 | The request could not be understood by the server due to malformed syntax |
401 | You are not authorized to view the resource |
500 | Internal Server Error |
4030201 | Not Event Host |