get https://api.accelevents.com/rest/virtual/event//networking-lounge/
This API uses the Lounge ID to get all details of the lounge.
The below table shows response specifications.
Attribute | Description |
---|---|
id | Returns a unique lounge ID. |
eventId | Returns a unique event ID. |
name | Returns a unique name of the lounge for a particular event. |
description | Returns a description of the lounge. |
createdBy | Returns a user ID that is responsible for lounge creation. |
photos | Returns a comma-separated photo URL that is uploaded in the lounge. |
profileImage | Returns a profile image of the lounge. |
createAt | Returns a time when the lounge is created. |
meetingObj | Returns the meetingObj for a live meeting of the lounge. |
bannerImage | Returns a banner image of the lounge if a user is set. |
position | Returns a position of the lounge. |
Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | ErrorCode | Descrption |
---|---|---|
401 | 4010101 | You are not authorized to view the resource. |
404 | The resource you were trying to reach is not found. | |
404 | 4040200 | No event could be found. |
406 | 40600013 | Server can not create URL from the eventUrl value. |
406 | 4070001 | Networking Lounge Not Found. |