Xsolla-logoXsolla Developers
or
To Publisher Account

Get daily rewardServer-sideAdmin

get/v2/project/{project_id}/admin/daily_chain/id/{daily_chain_id}

Gets a particular daily reward for administration.

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
daily_chain_id
required
integer

Daily reward ID.

Example: 101
Responses
200

The daily reward data was successfully retrieved.

401

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

404

Daily reward was not found.

Request samples
Response samples
application/json
{
  • "id": 3,
  • "name": {
    },
  • "description": {
    },
  • "date_start": "2023-04-15T18:16:00+05:00",
  • "date_end": "2025-04-25T18:16:00+05:00",
  • "order": 1,
  • "is_recurrent": false,
  • "number_of_steps": 3,
  • "steps": [
    ],
  • "is_enabled": true,
  • "type": "calendar_hard"
}