curl --location --request GET 'https://api.simpra.app/v2/menu_items?page&per_page&only_active&updated_at' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"meta": {
"has_next_page": true,
"current_page": 0,
"per_page_count": 0,
"total_count": 0,
"total_page": 0
},
"menu_items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"active": true,
"price": "string",
"enterprise_id": "2dbe425a-b3bc-4170-8bae-9e5391aafea6",
"created_at": 0,
"updated_at": 0,
"item_definitions": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"price": "string",
"revenue_center_id": "3b274567-7234-4972-bc6c-e8795c241942"
}
],
"condiment_groups": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"selection_type": "string",
"min_selection": 0,
"max_selection": 0
}
],
"translations": [
{
"name": "string",
"locale": "en"
}
],
"metafields": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"key": "string",
"value": "string",
"value_type": "string",
"updated_at": 0
}
]
}
]
}