/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
{}
{
"id": 22,
"nodeId": 655109,
"nodeData": {
"here": 500,
"mayBe": "random string",
"anyJson": {
"age": 10,
"name": "slava"
}
},
"preparingsTime": 0.053
}
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.042
}
Loading...