Xsolla-logoXsolla Developers
또는
관리자 페이지로

일일 보상 받기Server-sideAdmin

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

관리 작업을 수행하면 매일 특정 보상을 받습니다.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

프로젝트 ID입니다. 이 매개 변수는 관리자 페이지의 프로젝트 이름 옆에서 확인할 수 있습니다.

Example: 44056
daily_chain_id
required
integer

일일 보상 ID입니다.

Example: 101
Responses
200

일일 보상 데이터를 성공적으로 조회했습니다.

401

기본 인증이 전달되지 않았거나 잘못되었습니다. 기본 인증 또는 올바른 자격 증명을 사용했는지 확인해야 합니다.

404

일일 보상을 찾을 수 없습니다.

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