Gets a particular daily reward for administration.
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 |
The daily reward data was successfully retrieved.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
Daily reward was not found.
{- "id": 3,
- "name": {
- "en": "Daily reward",
- "ru": "Ежедневная награда"
}, - "description": {
- "en": "Daily reward short 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": [
- {
- "step_id": 7,
- "step_number": 1,
- "items": [
- {
- "item_id": 9010,
- "sku": "telescope",
- "name": {
- "en": "Telescope",
- "ru": "Телескоп"
}, - "type": "virtual_good",
- "description": {
- "en": "Allows to see the stars",
- "ru": "Позволяет увидеть звезды"
}, - "quantity": 1
}, - {
- "item_id": 9012,
- "sku": "health_potion",
- "name": {
- "en": "Healing potion",
- "ru": "Зелье лечения"
}, - "type": "virtual_good",
- "description": {
- "en": "Heal 10% of your health",
- "ru": "Лечит 10% здоровья"
}, - "quantity": 2
}
]
}, - {
- "step_id": 6,
- "step_number": 2,
- "items": [
- {
- "item_id": 9010,
- "sku": "telescope",
- "name": {
- "en": "Telescope",
- "ru": "Телескоп"
}, - "type": "virtual_good",
- "description": {
- "en": "Allows to see the stars",
- "ru": "Позволяет увидеть звезды"
}, - "quantity": 5
}
]
}, - {
- "step_id": 5,
- "step_number": 3,
- "items": [
- {
- "item_id": 9010,
- "sku": "telescope",
- "name": {
- "en": "Telescope",
- "ru": "Телескоп"
}, - "type": "virtual_good",
- "description": {
- "en": "Allows to see the stars",
- "ru": "Позволяет увидеть звезды"
}, - "quantity": 2
}
]
}
], - "is_enabled": true,
- "type": "calendar_hard"
}