Gets list of offer chains for administration.
limit
and offset
query parameters for pagination.project_id required | integer Project ID. You can find this parameter in your Publisher Account next to the name of the project. Example: 44056 |
The list of offer chains was successfully retrieved.
Basic authentication not passed or wrong. Make sure you used basic authentication or correct credentials.
{- "has_more": false,
- "items": [
- {
- "id": 1,
- "name": {
- "en": "Offer chain",
- "ru": "Цепочка предложений"
}, - "description": {
- "en": "Offer chain short description"
}, - "order": 1,
- "date_start": "2023-04-15T18:16:00+05:00",
- "date_end": "2025-04-25T18:16:00+05:00",
- "is_enabled": false,
- "recurrent_schedule": {
- "interval_type": "weekly",
- "day_of_week": 3,
- "time": "07:00:00+03:00",
- "displayable_reset_start_date": "2018-12-05T07:00:00+03:00",
- "displayable_reset_next_date": "2018-12-05T07:00:00+03:00",
- "reset_next_date": 1543982400
}
}, - {
- "id": 2,
- "name": {
- "en": "Monthly offer chain",
- "ru": "Ежемесячная цепочка товаров"
}, - "description": {
- "en": "Monthly offer chain short description"
}, - "order": 2,
- "date_start": "2025-04-15T00:00:00+08:00",
- "date_end": "2025-08-28T15:00:00+08:00",
- "is_enabled": false,
- "recurrent_schedule": {
- "interval_type": "monthly",
- "day_of_month": 28,
- "time": "15:00:00+08:00",
- "displayable_reset_start_date": "2025-05-28T15:00:00+08:00",
- "displayable_reset_next_date": "2025-05-28T15:00:00+08:00",
- "reset_next_date": 1748415600
}
}, - {
- "id": 3,
- "name": {
- "en": "Offer chain",
- "ru": "Цепочка предложений"
}, - "description": {
- "en": "Offer chain short description"
}, - "order": 3,
- "date_start": "2023-04-15T18:16:00+05:00",
- "date_end": "2025-04-25T18:16:00+05:00",
- "is_enabled": true,
- "recurrent_schedule": null
}
]
}