curl --location --request GET 'https://api.storyous.com/menu/5837801c78c5400e00e57dc2/timeBased/?integrationId=&limit=7&start=2025-01-01&timeBasedMenuType=dailyMenu, happyHours' \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"since": "2020-12-02T23:00:00.000Z",
"till": "2020-12-03T23:00:00.000Z",
"timeBasedMenuType": "dailyMenu",
"items": [
{
"productId": "p:saThrc2dm",
"decodedId": 5,
"type": "default",
"name": "Chicken McNuggets 20+3",
"marketingName": null,
"ean": null,
"measure": "pcs",
"isPriceVariable": false,
"description": "",
"imageUrl": "https://admin.story-test.com/media/thumbs/5dea5ec89e01eb0015219138_baabaaLfKhOnWx9Lp4Jq8QAl7THwmd5XRMIFDCbai.jpeg",
"labels": [],
"placeValues": {
"priceLevels": {
"default": {
"price": 1825
}
},
"integrationData": [],
"vatRate": 0.21,
"vatId": 1,
"takeawayVatRate": null,
"takeawayVatId": null,
"showInPos": true,
"printerIds": [
"5e3151838448090015c642e5"
]
}
},
{
"productId": "p:4czFhMXMz",
"decodedId": 4,
"type": "default",
"name": "Pizza Hawaii",
"marketingName": null,
"ean": null,
"measure": "pcs",
"isPriceVariable": false,
"description": "The best pizza option on the World!",
"imageUrl": "https://admin.story-test.com/media/thumbs/5dea5ec89e01eb0015219138_baabaanQmSqYy9Kn1Fl2JscWIvj8XOGztokhfebai.jpeg",
"labels": [],
"placeValues": {
"priceLevels": {
"default": {
"price": 20
}
},
"integrationData": [
{
"integrationId": "customdelivery",
"enabled": true,
"externalId": null
}
],
"vatRate": 0.21,
"vatId": 1,
"takeawayVatRate": null,
"takeawayVatId": null,
"showInPos": true,
"printerIds": [
"5e3151838448090015c642e5"
]
}
}
]
},
{
"since": "2020-12-03T10:00:00.000Z",
"till": "2020-12-03T14:00:00.000Z",
"timeBasedMenuType": "happyHours",
"items": [
{
"productId": "p:acGk1ZG1m",
"decodedId": 10,
"type": "default",
"name": "Test Produkt Vaškova nová skladovka [ks]",
"marketingName": null,
"ean": null,
"measure": "pcs",
"isPriceVariable": false,
"description": "",
"imageUrl": "https://admin.story-test.com/media/thumbs/5dea5ec89e01eb0015219138_baabaauXtZx6FgRu8Ms9Qzj4PCqf5VNGAvromkbai.jpeg",
"labels": [],
"placeValues": {
"priceLevels": {
"default": {
"price": 90,
"discount": {
"originalPrice": 100,
"type": "percentage",
"value": 10
}
}
},
"integrationData": [],
"vatRate": 0.21,
"vatId": 1,
"takeawayVatRate": null,
"takeawayVatId": null,
"showInPos": false,
"printerIds": []
}
},
]
}
]
}