Property| Parameter | Default | Description |
|---|---|---|
| page | 1 | |
| per_page | 50 | |
| updated_at | 0 | This value when zero returns all ComboMenus. Format unix time. |
curl --location 'https://api.simpra.app/combo_menus?page=undefined&per_page=undefined&updated_at=undefined' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"meta": {
"has_next_page": false,
"current_page": 1,
"per_page_count": 50,
"total_count": 1,
"total_page": 1
},
"combo_menus": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"price_view_format": null,
"menu_item_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"updated_at": 1587035272,
"combo_groups": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"required": false,
"active": true,
"number_of_choices": 1,
"order": 1,
"translations": [
{
"name": "Soups",
"locale": "en"
}
],
"combo_group_items": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"default_choice": false,
"price": 10,
"item_definition_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"print_class_id": null,
"target_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"target_type": "RevenueCenter"
}
]
},
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"required": false,
"active": true,
"number_of_choices": 1,
"order": 1,
"translations": [
{
"name": "Desserts",
"locale": "en"
}
],
"combo_group_items": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"default_choice": false,
"price": 0,
"item_definition_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"print_class_id": null,
"target_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"target_type": "RevenueCenter"
}
]
}
]
}
]
}