curl --request GET \
--url http://localhost:8080/cabinet/admin/promo-offers/logs{
"items": [
{
"id": 123,
"action": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"user_id": 123,
"offer_id": 123,
"source": "<string>",
"percent": 123,
"effect_type": "<string>",
"details": {},
"user": {
"id": 123,
"telegram_id": 123,
"email": "<string>",
"username": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>"
},
"offer": {
"id": 123,
"notification_type": "<string>",
"discount_percent": 123,
"bonus_amount_kopeks": 123,
"effect_type": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"claimed_at": "2023-11-07T05:31:56Z",
"is_active": true
}
}
],
"total": 123,
"limit": 123,
"offset": 123
}Get promo offer logs.
curl --request GET \
--url http://localhost:8080/cabinet/admin/promo-offers/logs{
"items": [
{
"id": 123,
"action": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"user_id": 123,
"offer_id": 123,
"source": "<string>",
"percent": 123,
"effect_type": "<string>",
"details": {},
"user": {
"id": 123,
"telegram_id": 123,
"email": "<string>",
"username": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"full_name": "<string>"
},
"offer": {
"id": 123,
"notification_type": "<string>",
"discount_percent": 123,
"bonus_amount_kopeks": 123,
"effect_type": "<string>",
"expires_at": "2023-11-07T05:31:56Z",
"claimed_at": "2023-11-07T05:31:56Z",
"is_active": true
}
}
],
"total": 123,
"limit": 123,
"offset": 123
}1 <= x <= 200x >= 0x >= 11