Xsolla-logo

Get reward chainServer-sideAdmin

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

Gets particular reward chain.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID. You can find this parameter in your Publisher Account next to the name of the project.

Example: 44056
reward_chain_id
required
integer

Reward chain ID.

Example: 101
Responses
200

The specified reward chain was successfully received.

401

Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.

404

Reward chain not found.

Request samples
Response samples
application/json
{
  • "reward_chain_id": 1,
  • "name": {
    },
  • "description": {
    },
  • "long_description": {
    },
  • "is_enabled": true,
  • "order": 1,
  • "date_start": "2020-04-15T18:16:00+05:00",
  • "date_end": "2021-04-15T18:16:00+05:00",
  • "value_point": {
    },
  • "steps": [],
  • "recurrent_schedule": {
    }
}