Xsolla-logo
  • 文档
  • 创建帐户

按指定组的外部ID获取捆绑包列表Server-sideAdmin

get/v2/project/{project_id}/admin/items/bundle/group/external_id/{external_id}

获取组中的捆绑包列表以进行管理。

注意

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

项目编号。您可以在您的发布商帐户项目名称旁边。

Example: 44056
external_id
required
string
Default: "all"

组外部ID。

query Parameters
limit
integer

Limit for the number of elements on the page.

Example: limit=50
offset
integer

元素编号,从该元素开始生成列表(从0开始数)。

Example: offset=0
promo_code
string [ 1 .. 128 ] characters

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

Example: promo_code=WINTER2021
Responses
200

捆绑包列表已成功接收。

401

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

Request samples
Response samples
application/json
{
  • "items": [
    ]
}