/api/v2/bpm/editor/nodes/fieldName
Метод возвращает список "имен переменных" с настройками
Query Parameters
- q string
Регистронезависимая подстрока, фильтр по "fieldName"
Example: url - offset integer
Параметр содержащий порядковый номер элемента, после которого будут показаны остальные результаты
Example: 1 - limit integer
Параметр содержащий максимальное кол-во элементов в ответе
Example: 20
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"fieldNames": [
{
"id": 5511,
"fieldName": "urlMandateTransh",
"personalData": null,
"localSave": true,
"fieldSettings": {
"parsingType": "variable"
}
},
{
"id": 236,
"fieldName": "saveStatus.contractStatus.data.msg.model.url",
"personalData": null,
"localSave": true,
"fieldSettings": {
"protected": true
}
},
{
"id": 5803,
"fieldName": "urlSignedDocument",
"personalData": null,
"localSave": true,
"fieldSettings": {}
}
],
"offset": 1,
"total": 4,
"all": 3
},
"preparingsTime": 0.064
}
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.003
}
Loading...