Skip to main content
GET
/
menu-layout
/
history
Get Menu Layout History
curl --request GET \
  --url http://localhost:8080/menu-layout/history
{
  "items": [
    {
      "id": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "action": "<string>",
      "changes_summary": "<string>",
      "user_info": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

limit
integer
default:50
offset
integer
default:0

Response

Successful Response

История изменений.

items
MenuLayoutHistoryEntry · object[]
required
total
integer
required