Xsolla-logo
  • 文档
  • 创建帐户

Get list of reward chainsServer-sideAdmin

get/v2/project/{project_id}/admin/reward_chain

Gets list of reward chains.

Attention

All projects have the limitation to the number of items that you can get in the response. The default and maximum value is 10 items per response. To get more data page by page, use limit and offset fields.
SecuritybasicAuth
Request
path Parameters
project_id
required
integer

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

Example: 44056
query Parameters
limit
integer

Limit for the number of elements on the page.

Example: limit=50
offset
integer

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

Example: offset=0
enabled
integer

Filter elements by is_enabled flag.

Responses
200

The list of reward chains was successfully received.

401

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

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