Skip to main content
GET
/
menu-layout
/
placeholders
List Dynamic Placeholders
curl --request GET \
  --url http://localhost:8080/menu-layout/placeholders
{
  "items": [
    {
      "placeholder": "<string>",
      "description": "<string>",
      "example": "<string>",
      "category": "<string>"
    }
  ],
  "total": 123
}

Response

200 - application/json

Successful Response

Список доступных плейсхолдеров.

items
DynamicPlaceholder · object[]
required
total
integer
required