/api/v2/bpm/nodes/{node_id}
Метод возвращает основную информацию о ноде по ID
Path Parameters
- node_id integer required
ID ноды, любой из основных структурных единиц проекта в BPMS
Example: 1249450
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- example-0
- example-1
Schema
- object
{}
200_field
{
"status": 1,
"message": "",
"response": {
"id": 1173033,
"name": "qa.field.test2",
"nodeType": "field_for_qa_test_2",
"properties": {}
},
"preparingsTime": 0.987
}
200
{
"status": 1,
"message": "",
"response": {
"id": 1144612,
"name": "for test actions",
"title": "for test actions",
"nodeType": "process",
"properties": {}
},
"preparingsTime": 0.099
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Node with 1164212 id not found",
"response": {},
"preparingsTime": 0.034
}
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.006
}
Loading...