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 del proyecto. Encontrará este parámetro en su cuenta Publisher junto al nombre del proyecto.

Example: 44056
query Parameters
limit
integer

Limit for the number of elements on the page.

Example: limit=50
offset
integer

Número del elemento a partir del cual se genera la lista (el conteo empieza desde el 0).

Example: offset=0
enabled
integer

Filtrar elementos por la marca is_enabled.

Responses
200

La lista de cadenas de recompensas se recibió correctamente.

401

Autenticación básica no superada o errónea. Asegúrese de haber utilizado la autenticación básica o las credenciales correctas.

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