ResponseListOrganizationConfigsShort
items object[]required
Array [
idintegerrequired
ID настроек организации
Possible values: >= 1 and <= 2147483647
Example:
1config object
property name*any
]
totalintegerrequired
Общее количество
Example:
150limitinteger
Количество записей на странице
Example:
20offsetinteger
Смещение от начала списка
Example:
0ResponseListOrganizationConfigsShort
{
"items": [
{
"id": 1,
"config": {}
}
],
"total": 150,
"limit": 20,
"offset": 0
}