Skip to main content
Version: 5.7.0

SysGetLobbyData

Gets data for the given lobby instance <lobbyId>.

ServiceOperation
lobbySYS_GET_LOBBY_DATA

Method Parameters

ParameterDescription
lobbyIdId of chosen lobby.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"id": "24797:CursorPartyV2:6",
"lobbyType": "CursorPartyV2",
"state": "early",
"rating": 76,
"ownerCxId": "24797:93293c42-7a8e-47b4-954e-553916193687:qipp3o63n7bsppsa76p0uq11bd",
"lobbyTypeDef": {
"roomConfig": {
"enableDisconnectButton": false
},
"lobbyTypeId": "CursorPartyV2",
"teams": {
"all": {
"minUsers": 1,
"maxUsers": 8,
"autoAssign": true,
"code": "all"
}
},
"rules": {
"allowEarlyStartWithoutMax": true,
"forceOnTimeStartWithoutReady": true,
"allowJoinInProgress": true,
"onTimeStartSecs": 600,
"disbandOnStart": false,
"everyReadyMinPercent": 0,
"everyReadyMinNum": 1,
"earliestStartSecs": 1,
"tooLateSecs": 600
},
"desc": "Uses protocol V2"
},
"settings": {},
"version": 1,
"connectData": {},
"timetable": {
"createdAt": 1733872893606,
"early": 1733872894606,
"onTime": 1733873493606,
"tooLate": 1733873493606,
"dropDead": 1733877093606,
"ignoreDropDeadUntil": 1733877093606
},
"cRegions": [],
"round": 1,
"isRoomReady": false,
"keepAliveRateSeconds": 1440,
"isAvailable": true,
"shardId": 0,
"legacyLobbyOwnerEnabled": false,
"numMembers": 2,
"members": [
{
"profileId": "5ad5976d-29d9-4f02-b097-0072fe69c2e8",
"name": "cran",
"pic": "",
"rating": 76,
"team": "all",
"isReady": false,
"extra": {},
"passcode": "6aedce",
"ipAddress": "APIExplorer",
"cxId": "24797:5ad5976d-29d9-4f02-b097-0072fe69c2e8:8p70du41jiaic4tnnsrptem5b"
},
{
"profileId": "93293c42-7a8e-47b4-954e-553916193687",
"name": "candy",
"pic": "",
"rating": 76,
"team": "all",
"isReady": false,
"extra": {},
"passcode": "34535f",
"ipAddress": "APIExplorer",
"cxId": "24797:93293c42-7a8e-47b4-954e-553916193687:qipp3o63n7bsppsa76p0uq11bd"
}
]
},
"status": 200
}