Property| Parameter | Default | Description |
|---|---|---|
| page | 1 | |
| per_page | 50 | |
| status | Value when active returns only active condiments else all. | |
| updated_at | 0 | This value when zero returns all condiments. Format unix time. |
curl --location 'https://api.simpra.app/v2/condiments?page=undefined&per_page=undefined&status=undefined&updated_at=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": 160,
"total_page": 4
},
"condiments": [
{
"id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"active": true,
"order": 1,
"updated_at": 1554739398,
"condiment_group_id": "6f6fc0e2-0839-4e2c-bcd9-dcc58be299af",
"translations": [
{
"name": "Acılı",
"locale": "tr"
}
]
}
]
}