Retrieves a paginated list of all promotions.
OK
Bad Request
Internal Server Error
{- "offset": 0,
- "limit": 10,
- "keyword": "PROMO",
- "sortBy": "updatedAt",
- "sortOrder": "desc"
}
{- "query": {
- "limit": 10,
- "offset": 0,
- "count": 50
}, - "promos": [
- {
- "_id": "abcdefg1ee7ce20123456789",
- "promoId": 100013,
- "promoCodes": [ ],
- "promoCount": 0,
- "state": "SCHEDULED",
- "isImplicit": true,
- "title": "CREATE PROMO",
- "startDate": "2019-08-24T14:15:22Z",
- "endDate": "2019-08-25T14:15:22Z",
- "isExclusive": true,
- "eligiblePriceList": [
- 10000056
], - "updatedAt": "2019-08-20T14:15:22Z"
}
]
}