Перейти к основному содержимому

ResponseListStylesShort

items object[]required
  • Array [
  • idintegerrequired

    Possible values: >= 1 and <= 2147483647

    Example: 1
    namestringrequired

    Название стиля

    versionstring
  • ]
  • totalintegerrequired

    Общее количество

    Example: 150
    limitinteger

    Количество записей на странице

    Example: 20
    offsetinteger

    Смещение от начала списка

    Example: 0
    ResponseListStylesShort
    {
    "items": [
    {
    "id": 1,
    "name": "string",
    "version": "string"
    }
    ],
    "total": 150,
    "limit": 20,
    "offset": 0
    }