GET gamelist/singleplayerv2?token={token}&runtimePlatform={runtimePlatform}&clientVersion={clientVersion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
|
| runtimePlatform | string |
Default value is |
|
| clientVersion | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
CourseDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| CourseId | integer |
None. |
|
| CourseName | string |
None. |
|
| CourseDescription | string |
None. |
|
| IsMultiplayer | boolean |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| CustomGameAndGameletPackageURL | string |
None. |
|
| ServerPackageUploadDate | date |
None. |
|
| Languages | Collection of CourseLocalization |
None. |
|
| ChapterList | Collection of ChapterInformation |
None. |
Response Formats
application/json, text/json
Sample:
{
"CourseId": 1,
"CourseName": "sample string 2",
"CourseDescription": "sample string 3",
"IsMultiplayer": true,
"StartDate": "2025-12-09T00:54:13.2856001+00:00",
"EndDate": "2025-12-09T00:54:13.2856001+00:00",
"CustomGameAndGameletPackageURL": "sample string 5",
"ServerPackageUploadDate": "2025-12-09T00:54:13.2856001+00:00",
"Languages": [
{
"$id": "2",
"LanguageCode": "sample string 1",
"LanguageName": "sample string 2",
"LanguageDisplayName": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5"
},
{
"$ref": "2"
}
],
"ChapterList": [
{
"$id": "3",
"ChapterId": 1,
"ChapterName": "sample string 2",
"ChapterDescription": "sample string 3",
"BackgroundUrl": "sample string 4",
"ChapterReferenceNo": "sample string 5",
"IsActive": true,
"LastUpdatedDate": "2025-12-09T00:54:13.2856001+00:00",
"IconImage": {
"$id": "4",
"URL": "sample string 1",
"LastUpdatedDate": "2025-12-09T00:54:13.2856001+00:00"
},
"CustomGameAndGameletPackageURL": "sample string 8",
"ServerPackageUploadDate": "2025-12-09T00:54:13.2856001+00:00",
"Languages": [
{
"$id": "5",
"LanguageCode": "sample string 1",
"LanguageName": "sample string 2",
"LanguageDisplayName": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"CustomGameAndGameletPackageURL": "sample string 6",
"ServerPackageUploadDate": "2025-12-09T00:54:13.2856001+00:00",
"BackgroundUrl": "sample string 7",
"IconImage": {
"$ref": "4"
}
},
{
"$ref": "5"
}
],
"GameList": [
{
"$id": "6",
"GameId": 1,
"ReferenceNo": "sample string 2",
"DownloadUrl": "sample string 3",
"GameLogPath": "sample string 4",
"IsSinglePlayer": true,
"GameName": "sample string 6",
"GameDescription": "sample string 7",
"MaxRoomsAllowed": 8,
"PlayersPerRoom": 9,
"QuorumPerRoom": 10,
"PublishStatusId": 11,
"PublishStatusName": "sample string 12",
"ModifiedDate": "2025-12-09T00:54:13.2856001+00:00",
"IconImage": {
"$ref": "4"
},
"Languages": [
{
"$id": "7",
"LanguageCode": "sample string 1",
"LanguageName": "sample string 2",
"LanguageDisplayName": "sample string 3",
"Name": "sample string 4",
"Description": "sample string 5",
"DownloadUrl": "sample string 6",
"IconImage": {
"$ref": "4"
},
"LastUpdatedDate": "2025-12-09T00:54:13.2856001+00:00"
},
{
"$ref": "7"
}
],
"persistentItemsRequired": [
{
"$id": "8",
"ItemId": "sample string 1",
"Qty": 2,
"Desc": "sample string 3",
"GameletId": "sample string 4"
},
{
"$ref": "8"
}
]
},
{
"$ref": "6"
}
]
},
{
"$ref": "3"
}
]
}
application/xml, text/xml
Sample:
<CourseDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_3DHiveAPI.Models">
<ChapterList>
<ChapterInformation>
<BackgroundUrl>sample string 4</BackgroundUrl>
<ChapterDescription>sample string 3</ChapterDescription>
<ChapterId>1</ChapterId>
<ChapterName>sample string 2</ChapterName>
<ChapterReferenceNo>sample string 5</ChapterReferenceNo>
<CustomGameAndGameletPackageURL>sample string 8</CustomGameAndGameletPackageURL>
<GameList>
<GameInformation>
<DownloadUrl>sample string 3</DownloadUrl>
<GameDescription>sample string 7</GameDescription>
<GameId>1</GameId>
<GameLogPath>sample string 4</GameLogPath>
<GameName>sample string 6</GameName>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<IsSinglePlayer>true</IsSinglePlayer>
<Languages>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
</Languages>
<MaxRoomsAllowed>8</MaxRoomsAllowed>
<ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate>
<PlayersPerRoom>9</PlayersPerRoom>
<PublishStatusId>11</PublishStatusId>
<PublishStatusName>sample string 12</PublishStatusName>
<QuorumPerRoom>10</QuorumPerRoom>
<ReferenceNo>sample string 2</ReferenceNo>
<persistentItemsRequired>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
</persistentItemsRequired>
</GameInformation>
<GameInformation>
<DownloadUrl>sample string 3</DownloadUrl>
<GameDescription>sample string 7</GameDescription>
<GameId>1</GameId>
<GameLogPath>sample string 4</GameLogPath>
<GameName>sample string 6</GameName>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<IsSinglePlayer>true</IsSinglePlayer>
<Languages>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
</Languages>
<MaxRoomsAllowed>8</MaxRoomsAllowed>
<ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate>
<PlayersPerRoom>9</PlayersPerRoom>
<PublishStatusId>11</PublishStatusId>
<PublishStatusName>sample string 12</PublishStatusName>
<QuorumPerRoom>10</QuorumPerRoom>
<ReferenceNo>sample string 2</ReferenceNo>
<persistentItemsRequired>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
</persistentItemsRequired>
</GameInformation>
</GameList>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<IsActive>true</IsActive>
<Languages>
<ChapterLocalization>
<BackgroundUrl>sample string 7</BackgroundUrl>
<CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL>
<Description>sample string 5</Description>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<Name>sample string 4</Name>
<ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate>
</ChapterLocalization>
<ChapterLocalization>
<BackgroundUrl>sample string 7</BackgroundUrl>
<CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL>
<Description>sample string 5</Description>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<Name>sample string 4</Name>
<ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate>
</ChapterLocalization>
</Languages>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate>
</ChapterInformation>
<ChapterInformation>
<BackgroundUrl>sample string 4</BackgroundUrl>
<ChapterDescription>sample string 3</ChapterDescription>
<ChapterId>1</ChapterId>
<ChapterName>sample string 2</ChapterName>
<ChapterReferenceNo>sample string 5</ChapterReferenceNo>
<CustomGameAndGameletPackageURL>sample string 8</CustomGameAndGameletPackageURL>
<GameList>
<GameInformation>
<DownloadUrl>sample string 3</DownloadUrl>
<GameDescription>sample string 7</GameDescription>
<GameId>1</GameId>
<GameLogPath>sample string 4</GameLogPath>
<GameName>sample string 6</GameName>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<IsSinglePlayer>true</IsSinglePlayer>
<Languages>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
</Languages>
<MaxRoomsAllowed>8</MaxRoomsAllowed>
<ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate>
<PlayersPerRoom>9</PlayersPerRoom>
<PublishStatusId>11</PublishStatusId>
<PublishStatusName>sample string 12</PublishStatusName>
<QuorumPerRoom>10</QuorumPerRoom>
<ReferenceNo>sample string 2</ReferenceNo>
<persistentItemsRequired>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
</persistentItemsRequired>
</GameInformation>
<GameInformation>
<DownloadUrl>sample string 3</DownloadUrl>
<GameDescription>sample string 7</GameDescription>
<GameId>1</GameId>
<GameLogPath>sample string 4</GameLogPath>
<GameName>sample string 6</GameName>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<IsSinglePlayer>true</IsSinglePlayer>
<Languages>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
<GameLocalization>
<Description>sample string 5</Description>
<DownloadUrl>sample string 6</DownloadUrl>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<Name>sample string 4</Name>
</GameLocalization>
</Languages>
<MaxRoomsAllowed>8</MaxRoomsAllowed>
<ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate>
<PlayersPerRoom>9</PlayersPerRoom>
<PublishStatusId>11</PublishStatusId>
<PublishStatusName>sample string 12</PublishStatusName>
<QuorumPerRoom>10</QuorumPerRoom>
<ReferenceNo>sample string 2</ReferenceNo>
<persistentItemsRequired>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
<PersistentItem>
<Desc>sample string 3</Desc>
<GameletId>sample string 4</GameletId>
<ItemId>sample string 1</ItemId>
<Qty>2</Qty>
</PersistentItem>
</persistentItemsRequired>
</GameInformation>
</GameList>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<IsActive>true</IsActive>
<Languages>
<ChapterLocalization>
<BackgroundUrl>sample string 7</BackgroundUrl>
<CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL>
<Description>sample string 5</Description>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<Name>sample string 4</Name>
<ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate>
</ChapterLocalization>
<ChapterLocalization>
<BackgroundUrl>sample string 7</BackgroundUrl>
<CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL>
<Description>sample string 5</Description>
<IconImage>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<URL>sample string 1</URL>
</IconImage>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<Name>sample string 4</Name>
<ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate>
</ChapterLocalization>
</Languages>
<LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate>
<ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate>
</ChapterInformation>
</ChapterList>
<CourseDescription>sample string 3</CourseDescription>
<CourseId>1</CourseId>
<CourseName>sample string 2</CourseName>
<CustomGameAndGameletPackageURL>sample string 5</CustomGameAndGameletPackageURL>
<EndDate>2025-12-09T00:54:13.2856001+00:00</EndDate>
<IsMultiplayer>true</IsMultiplayer>
<Languages>
<CourseLocalization>
<Description>sample string 5</Description>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<Name>sample string 4</Name>
</CourseLocalization>
<CourseLocalization>
<Description>sample string 5</Description>
<LanguageCode>sample string 1</LanguageCode>
<LanguageDisplayName>sample string 3</LanguageDisplayName>
<LanguageName>sample string 2</LanguageName>
<Name>sample string 4</Name>
</CourseLocalization>
</Languages>
<ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate>
<StartDate>2025-12-09T00:54:13.2856001+00:00</StartDate>
</CourseDetail>
multipart/form-data
Sample:
<CourseDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/_3DHiveAPI.Models"><ChapterList><ChapterInformation><BackgroundUrl>sample string 4</BackgroundUrl><ChapterDescription>sample string 3</ChapterDescription><ChapterId>1</ChapterId><ChapterName>sample string 2</ChapterName><ChapterReferenceNo>sample string 5</ChapterReferenceNo><CustomGameAndGameletPackageURL>sample string 8</CustomGameAndGameletPackageURL><GameList><GameInformation><DownloadUrl>sample string 3</DownloadUrl><GameDescription>sample string 7</GameDescription><GameId>1</GameId><GameLogPath>sample string 4</GameLogPath><GameName>sample string 6</GameName><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><IsSinglePlayer>true</IsSinglePlayer><Languages><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization></Languages><MaxRoomsAllowed>8</MaxRoomsAllowed><ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate><PlayersPerRoom>9</PlayersPerRoom><PublishStatusId>11</PublishStatusId><PublishStatusName>sample string 12</PublishStatusName><QuorumPerRoom>10</QuorumPerRoom><ReferenceNo>sample string 2</ReferenceNo><persistentItemsRequired><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem></persistentItemsRequired></GameInformation><GameInformation><DownloadUrl>sample string 3</DownloadUrl><GameDescription>sample string 7</GameDescription><GameId>1</GameId><GameLogPath>sample string 4</GameLogPath><GameName>sample string 6</GameName><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><IsSinglePlayer>true</IsSinglePlayer><Languages><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization></Languages><MaxRoomsAllowed>8</MaxRoomsAllowed><ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate><PlayersPerRoom>9</PlayersPerRoom><PublishStatusId>11</PublishStatusId><PublishStatusName>sample string 12</PublishStatusName><QuorumPerRoom>10</QuorumPerRoom><ReferenceNo>sample string 2</ReferenceNo><persistentItemsRequired><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem></persistentItemsRequired></GameInformation></GameList><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><IsActive>true</IsActive><Languages><ChapterLocalization><BackgroundUrl>sample string 7</BackgroundUrl><CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL><Description>sample string 5</Description><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><Name>sample string 4</Name><ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate></ChapterLocalization><ChapterLocalization><BackgroundUrl>sample string 7</BackgroundUrl><CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL><Description>sample string 5</Description><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><Name>sample string 4</Name><ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate></ChapterLocalization></Languages><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate></ChapterInformation><ChapterInformation><BackgroundUrl>sample string 4</BackgroundUrl><ChapterDescription>sample string 3</ChapterDescription><ChapterId>1</ChapterId><ChapterName>sample string 2</ChapterName><ChapterReferenceNo>sample string 5</ChapterReferenceNo><CustomGameAndGameletPackageURL>sample string 8</CustomGameAndGameletPackageURL><GameList><GameInformation><DownloadUrl>sample string 3</DownloadUrl><GameDescription>sample string 7</GameDescription><GameId>1</GameId><GameLogPath>sample string 4</GameLogPath><GameName>sample string 6</GameName><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><IsSinglePlayer>true</IsSinglePlayer><Languages><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization></Languages><MaxRoomsAllowed>8</MaxRoomsAllowed><ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate><PlayersPerRoom>9</PlayersPerRoom><PublishStatusId>11</PublishStatusId><PublishStatusName>sample string 12</PublishStatusName><QuorumPerRoom>10</QuorumPerRoom><ReferenceNo>sample string 2</ReferenceNo><persistentItemsRequired><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem></persistentItemsRequired></GameInformation><GameInformation><DownloadUrl>sample string 3</DownloadUrl><GameDescription>sample string 7</GameDescription><GameId>1</GameId><GameLogPath>sample string 4</GameLogPath><GameName>sample string 6</GameName><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><IsSinglePlayer>true</IsSinglePlayer><Languages><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization><GameLocalization><Description>sample string 5</Description><DownloadUrl>sample string 6</DownloadUrl><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><Name>sample string 4</Name></GameLocalization></Languages><MaxRoomsAllowed>8</MaxRoomsAllowed><ModifiedDate>2025-12-09T00:54:13.2856001+00:00</ModifiedDate><PlayersPerRoom>9</PlayersPerRoom><PublishStatusId>11</PublishStatusId><PublishStatusName>sample string 12</PublishStatusName><QuorumPerRoom>10</QuorumPerRoom><ReferenceNo>sample string 2</ReferenceNo><persistentItemsRequired><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem><PersistentItem><Desc>sample string 3</Desc><GameletId>sample string 4</GameletId><ItemId>sample string 1</ItemId><Qty>2</Qty></PersistentItem></persistentItemsRequired></GameInformation></GameList><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><IsActive>true</IsActive><Languages><ChapterLocalization><BackgroundUrl>sample string 7</BackgroundUrl><CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL><Description>sample string 5</Description><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><Name>sample string 4</Name><ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate></ChapterLocalization><ChapterLocalization><BackgroundUrl>sample string 7</BackgroundUrl><CustomGameAndGameletPackageURL>sample string 6</CustomGameAndGameletPackageURL><Description>sample string 5</Description><IconImage><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><URL>sample string 1</URL></IconImage><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><Name>sample string 4</Name><ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate></ChapterLocalization></Languages><LastUpdatedDate>2025-12-09T00:54:13.2856001+00:00</LastUpdatedDate><ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate></ChapterInformation></ChapterList><CourseDescription>sample string 3</CourseDescription><CourseId>1</CourseId><CourseName>sample string 2</CourseName><CustomGameAndGameletPackageURL>sample string 5</CustomGameAndGameletPackageURL><EndDate>2025-12-09T00:54:13.2856001+00:00</EndDate><IsMultiplayer>true</IsMultiplayer><Languages><CourseLocalization><Description>sample string 5</Description><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><Name>sample string 4</Name></CourseLocalization><CourseLocalization><Description>sample string 5</Description><LanguageCode>sample string 1</LanguageCode><LanguageDisplayName>sample string 3</LanguageDisplayName><LanguageName>sample string 2</LanguageName><Name>sample string 4</Name></CourseLocalization></Languages><ServerPackageUploadDate>2025-12-09T00:54:13.2856001+00:00</ServerPackageUploadDate><StartDate>2025-12-09T00:54:13.2856001+00:00</StartDate></CourseDetail>