curl --request GET \
--url https://api.example.com/menu-layout/history \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"action": "<string>",
"changes_summary": "<string>",
"user_info": "<string>"
}
],
"total": 123
}Получить историю изменений меню.
curl --request GET \
--url https://api.example.com/menu-layout/history \
--header 'X-API-Key: <api-key>'{
"items": [
{
"id": 123,
"created_at": "2023-11-07T05:31:56Z",
"action": "<string>",
"changes_summary": "<string>",
"user_info": "<string>"
}
],
"total": 123
}