Using this API you can get all matched users of the networking sessions you have joined/registered.
For calling this API you need to find the event URL and session id and send them as eventurl and sessionId path parameters respectively.
Even if you have super admin/event admin access you need to purchase the required ticket to join the networking session & view matches otherwise it will throw the error 4068910.
This API can be used by authenticated users only and it will require super admin/event admin/event staff/attendee access.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Here is the description of response attributes, which returns to the form of JSON.
This API Returns a below data response with 200 status if the API is executed successfully.
| Attributes | Description |
|---|---|
| userIdOfMatch | The userId represents the unique ID of each user. It will be generated automatically when a new user is created. |
| fullName | It contains the full name of the User. |
| profileImage | It returns profile imageName. |
| matTimeDate | Its returns match the time when the user finds the perfect match. |
| title | It contains the title of the session. |
| company | The company represents the company name of the user. |
| sessionId | The sessionId represents the unique ID of each session. It will be generated automatically when a new session is created. |
| matchStarted | It contains a session match status started or not. |
Here are 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. |
| 4010101 | Not authorized |
| 4042005 | Your ticket type does not grant access to this session |
| 4068910 | You have not yet registered for the event. You must register for the event before you can register for individual sessions. |