Download The Match User CSV
get https://api.accelevents.com/rest/host/event//networking/download/matchesUser/CSV
- API used at host side event admin, super admin, and organizer admin can access this API.
- It will download networking matches user data like session title, company, job title,
match user title, match user company, name, etc.
- We need to pass an authorization token here, which is generated after
successful login into the account.
Attribute | Description |
---|
Session Title | Session's Name |
Title | Attendee's Job Title |
Company | Attendee's Company Name |
Match User Title | It will return the match attendee job title |
Match User Company | It will return the match attendee company name |
Name | it will return the attendee name |
Match User Name | it will return the match user name |
Match date/time | It will return the date and time when a match the user |
- 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 |