/api/v2/bpm/editor/nodes/fieldName/{id}
Метод возвращает уникальное имя ноды из справочника по ID
Path Parameters
- id integer required
ID "fieldName", уникального имени, используемого, как ключ, при передаче связанной с элементом информацией на backend
Example: 8853
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"id": 8853,
"fieldName": "MX_questionnareCreditCardList",
"personalData": false,
"localSave": true,
"fieldSettings": {
"type": "json",
"parsingType": "variable"
}
},
"preparingsTime": 0.077
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not Found",
"response": {},
"preparingsTime": 0.067
}
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.02
}
Loading...