Структура каталога
Свойства
Секция «Получить структуру каталога»
Секция «Результат»
{
fields: {
"2": {
orderIndex: 1,
id: "2",
name: "Название",
type: "text",
config: {...},
hint: "",
required: true,
apiOnly: false,
...
},
"3": {
orderIndex: 2,
id: "3",
name: "Статус",
type: "dropdown",
config: {
items: {
"1": {
orderIndex: 1,
id: "1",
name: "новая",
color: "F9C2C2"
},
"2": {
orderIndex: 3,
id: "2",
name: "отказ",
color: "F9C2C2"
},
"3" {
orderIndex: 2,
id: "3",
name: "оказано",
color: "F9C2C2"
},
],
defaultEmptyValue: ["1"],
defaultValue: true
},
hint: "",
required: true,
apiOnly: false,
...
},
"4": {
orderIndex: 3,
id: "4",
name: "Файл",
type: "file",
config: {...},
hint: "",
required: true,
apiOnly: false,
...
},
...
},
fieldPrivilegeCodes: {...}
icon: "content-34",
id: "100",
name: "Заявки",
privilegeCode: "admin",
sectionId: "1"
}Пограничные события

Last updated