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

ResponseListOrganizationConfigsShort

items object[]required
  • Array [
  • idintegerrequired

    ID настроек организации

    Possible values: >= 1 and <= 2147483647

    Example: 1
    config object
    property name*any
  • ]
  • totalintegerrequired

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

    Example: 150
    limitinteger

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

    Example: 20
    offsetinteger

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

    Example: 0
    ResponseListOrganizationConfigsShort
    {
    "items": [
    {
    "id": 1,
    "config": {}
    }
    ],
    "total": 150,
    "limit": 20,
    "offset": 0
    }