| Parameter | Default | Description |
|---|---|---|
| page | 1 | |
| per_page | 50 | |
| updated_at | 0 | This value when zero returns all menu item groups. Format unix time. |
curl --location 'https://api.simpra.app/menu_item_groups?page=undefined&per_page=undefined&updated_at=undefined' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"menu_item_groups": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"updated_at": 1547314596,
"parent_mig_id": null,
"translations": [
{
"name": "Drinks",
"locale": "en"
}
]
}
]
}