Game Platforms Object
Contains platform filtering data for this game. This object is only applicable if the game has cross-platform moderation enabled. Otherwise this value will always be null
.
platformPlatform String Enum (string)
Enum Value | Description |
---|---|
ALL | All Platforms |
WINDOWS | Windows |
MAC | Mac |
LINUX | Linux |
ANDROID | Android |
IOS | Iphone IOS |
XBOXONE | Xbox One |
XBOXSERIESX | Xbox Series X |
PLAYSTATION4 | Playstation 4 |
PLAYSTATION5 | Playstation 5 |
SWITCH | Switch |
OCULUS | Oculus |
SOURCE | Source |
Possible values: [ALL
, WINDOWS
, MAC
, LINUX
, ANDROID
, IOS
, XBOXONE
, XBOXSERIESX
, PLAYSTATION4
, PLAYSTATION5
, SWITCH
, OCULUS
, SOURCE
]
Example:
PLAYSTATION5
labelstring
A presentable label of the platform.
Example:
PlayStation 5
moderatedboolean
Is this platform moderated by game admins? If false, then user submissions for the platform will be available immediately providing the game has mod curation disabled.
Example:
true
lockedboolean
Are users able to upload files to this platform? By default, users are able to upload to all supported platforms, platforms set to true
may only be used by game admins only.
Example:
true
Game Platforms Object
{
"platform": "PLAYSTATION5",
"label": "PlayStation 5",
"moderated": true,
"locked": true
}