Enterprise| Parameter | Default | Description | Required |
|---|---|---|---|
| page | 1 | ||
| per_page | 50 |
curl --location 'https://api.simpra.app/condiment_groups?page=undefined&per_page=undefined' \
--header 'Simpra-Access-Token: <api-key>' \
--header 'Content-Type: application\json'{
"meta": {
"has_next_page": true,
"current_page": 1,
"per_page_count": 50,
"total_count": 1251,
"total_page": 26
},
"condiment_groups": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"multiple": true,
"updated_at": 1549461152,
"translations": [
{
"name": "Türk Kahvesi",
"locale": "tr"
}
]
}
]
}