/api/v2/bpm/node_data/node/{node_id}/data/{data_id}
/api/v2/bpm/node_data/node/{node_id}/data/{data_id}
Path Parameters
- node_id integer required
ID ноды, которая может содержать дополнительные данные
Example: 655109 - data_id string required
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "NodesData is successfully deleted",
"response": {},
"preparingsTime": 0.037
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Data for node with such id is not found",
"response": {},
"preparingsTime": 0.026
}
Loading...