/api/v2/bpm/editor/nodes/types
Метод возвращает список всех возможных типов нод
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": [
{
"id": 5,
"typeName": "Группа нод",
"typeOrder": "1",
"prefixName": "group"
},
{
"id": 7,
"typeName": "Процесс",
"typeOrder": "1",
"prefixName": "process"
},
{
"id": 9,
"typeName": "Коллекция",
"typeOrder": "2",
"prefixName": "collection"
},
{
"id": 1,
"typeName": "Нода",
"typeOrder": "2",
"prefixName": "node"
},
{
"id": 8,
"typeName": "Функция",
"typeOrder": "2",
"prefixName": "function"
},
{
"id": 6,
"typeName": "Пресет",
"typeOrder": "3",
"prefixName": "preset"
},
{
"id": 2,
"typeName": "Экран",
"typeOrder": "4",
"prefixName": "screen"
},
{
"id": 4,
"typeName": "Виджет",
"typeOrder": "5",
"prefixName": "widget"
},
{
"id": 10,
"typeName": "Врапер",
"typeOrder": "5",
"prefixName": "wrapper"
},
{
"id": 3,
"typeName": "Поле / элемент",
"typeOrder": "6",
"prefixName": "field"
}
],
"preparingsTime": 0.056
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.004
}
Loading...