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

ID do projeto. Você pode encontrar esse parâmetro em sua Conta de Distribuidor ao lado do nome do projeto.

Example: 44056
query Parameters
limit
integer

Limite da quantidade de elementos na página.

Example: limit=50
offset
integer

Número do elemento a partir do qual a lista é gerada (a quantidade começa a partir de 0).

Example: offset=0
enabled
integer

Filter elements by is_enabled flag.

Responses
200

The list of reward chains was successfully received.

401

Autenticação básica não aprovada ou errada. Verifique se você usou a autenticação básica ou as credenciais corretas.

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