Get Networking Lounges with pagination and members count

This API provides you with a list of all lounges including pagination and members count for the current event.

The below response field specification.

AttributeDescription
idIt contains a unique lounge id.
eventIdIt contains a unique event id.
nameIt contains a unique name of the lounge for a particular event.
descriptionIt contains a description of the lounge.
createdByIt contains a user id that is responsible for lounge creation.
photosIt contains a comma-separated photo URL that is uploaded in the lounge.
profileImageIt contains a profile image of the lounge.
createAtIt contains a time when the lounge is created.
meetingObjIts have meetingObj for a live meeting of the lounge.
bannerImageIt contains a banner image of the lounge if a user is set.
positionIt contains a position of the lounge.
enableVirtualizationIt contains a boolean value.
userDetailsDtosIt contains a five-user list with their details like first name, last name, profile image. It is used to show user profile icons on lounge card UI.
recordsTotalIt contains a count of total lounges in the particular event. This field is used in pagination.
recordsFilteredIt contains a count of the filtered lounge in the particular event. This field is used in pagination.
memberCountIt contains a count of total members in the lounge. It is used to show count in lounge card UI.
userJoinedIt contains a boolean value to show a button with a different label, the user has joined a lounge or not.
Based on value user needs to join the lounge first and the next time user visits directly the lounge.
errorIt contains an error message if occurs.

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Response status codeError CodeError Description
4014010101You are not authorized to view the resource.
404The resource you were trying to reach is not found.
40640600013Server can not create URL from the eventUrl value.
4044040200No event could be found.
Language
Authorization
Header
Click Try It! to start a request and see the response here!