Xsolla-logoXsolla Developers
前往发布商帐户

Get game by ID (admin)Server-sideAdmin

get/v2/project/{project_id}/admin/items/game/id/{item_id}

获取游戏以进行管理。 游戏由用户可以购买的游戏密钥组成。

注意

不要使用此端点来构建商店目录。
SecuritybasicAuth
Request
path Parameters
project_id
required
integer

项目ID。您可以在您的发布商帐户项目名称旁边找到。

Example: 44056
item_id
required
string

物品ID。

Example: 656
query Parameters
promo_code
string [ 1 .. 128 ] characters

区分大小写的唯一券码。包含字母和数字。

Example: promo_code=WINTER2021
Responses
200

成功收到游戏。

401

基本认证未通过或错误。确保您使用了基本认证或正确的凭据。

404

未找到游戏。

Request samples
Response samples
application/json
{
  • "attributes": [
    ],
  • "description": {
    },
  • "groups": [
    ],
  • "is_enabled": true,
  • "is_free": false,
  • "is_show_in_store": false,
  • "item_id": 1,
  • "long_description": {
    },
  • "name": {
    },
  • "order": 1,
  • "sku": "com.xsolla.game_1",
  • "type": "unit",
  • "unit_items": [
    ]
}