API splitter EN: различия между версиями
Нет описания правки |
|||
Строка 2: | Строка 2: | ||
Section '''[[API_EN|API]]''' ERP "UserSide" | Section '''[[API_EN|API]]''' ERP "UserSide" | ||
Purpose: Dividers/Compactors | |||
Additional parameters: | |||
action - request subcategory ''(possible value: see below)'' | |||
== Subcategories == | |||
==== get ==== | |||
''Added in: 3.14beta5'' | |||
Description: List of objects | |||
Obligatory parameters: | |||
None | |||
Optional parameters: | |||
id - id of objects ''(can be comma separated)'' | |||
==== add ==== | |||
''Added in: 3.14beta5'' | |||
Description: add object | |||
Obligatory parameters: | |||
node_id - id of the placement object | |||
port_count_in - number of incoming ports | |||
port_count_out - number of outgoing ports | |||
Optional parameters: | |||
description - notes | |||
is_planned - flag - object is only planned | |||
==== edit ==== | |||
''Added in: 3.14beta5'' | |||
Description: Edit object | |||
Obligatory parameters: | |||
id - id of the object | |||
Optional parameters: | |||
description - notes | |||
is_planned - flag - object is only planned | |||
==== delete==== | |||
''Added in: 3.14beta5'' | |||
Description: Deleting an object | |||
Obligatory parameters: | |||
id - object id |
Текущая версия от 14:22, 1 сентября 2023
Section API ERP "UserSide"
Purpose: Dividers/Compactors
Additional parameters: action - request subcategory (possible value: see below)
Subcategories
get
Added in: 3.14beta5
Description: List of objects Obligatory parameters: None Optional parameters: id - id of objects (can be comma separated)
add
Added in: 3.14beta5
Description: add object Obligatory parameters: node_id - id of the placement object port_count_in - number of incoming ports port_count_out - number of outgoing ports Optional parameters: description - notes is_planned - flag - object is only planned
edit
Added in: 3.14beta5
Description: Edit object Obligatory parameters: id - id of the object Optional parameters: description - notes is_planned - flag - object is only planned
delete
Added in: 3.14beta5
Description: Deleting an object Obligatory parameters: id - object id