API setting EN: различия между версиями
Нет описания правки |
IronBot (обсуждение | вклад) (Sync English API page with Russian API documentation) |
||
| Строка 13: | Строка 13: | ||
''Added in: 3.12.13'' | ''Added in: 3.12.13'' | ||
Description: Get values of settings parameters | Description: Get values of settings parameters | ||
Obligatory parameters: | |||
id - ID of setting parameters ''(can be comma separated)'' | id - ID of setting parameters ''(can be comma separated)'' | ||
| Строка 29: | Строка 29: | ||
name - name | name - name | ||
Optional parameters: | Optional parameters: | ||
color - color | |||
line_type - line type | line_type - line type | ||
is_on_map_by_default - default flag of displaying on the map | is_on_map_by_default - default flag of displaying on the map | ||
Версия от 19:22, 9 мая 2026
Section API ERP "UserSide"
Purpose: Setting
Optional parameters: action - request subcategory (possible value: see below)
Subcategories
get
Added in: 3.12.13
Description: Get values of settings parameters Obligatory parameters: id - ID of setting parameters (can be comma separated)
mark_show
Modified in: 3.17dev1 (added object_type parameter)
Description: Output a list of marks/layers for objects Optional parameters: object_type - type of objects [customer]
mark_add
Description: Add mark/layer for equipment/objects Obligatory parameters: name - name Optional parameters: color - color line_type - line type is_on_map_by_default - default flag of displaying on the map type_array - array with object types for labels
mark_edit
Description: Edit mark Obligatory parameters: id - ID of the mark Optional parameters: name - name + all listed in mark_add
mark_delete
Description: Delete mark Obligatory parameters: id - ID of the mark