/api/v2/bpm/endpoints/{id}
Метод возвращает информацию о прокси эндпоинте внутренней экосистемы по ID
Path Parameters
- id integer required
ID прокси эндпоинта
Example: 108
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"id": 108,
"instanceId": 3,
"endpointUrl": "lms/checkVKYSStatus/{{field.5304}}",
"function": "Hello world",
"logId": 10,
"apiMethodId": null,
"nodeFuncId": 1172304,
"requestJson": {
"actionName": "new_action_for_test",
"actionType": "exit",
"parameters": [
"{{prop.1000_2000}}",
"{{prop.1111_2222}}"
]
},
"responseJson": {
"status": 1,
"message": "Actions is successfully created",
"response": {
"id": 108,
"actionName": "new_action_for_test",
"actionType": "exit",
"parameters": [
"{{prop.1000_2000}}",
" {{prop.1111_2222}}"
],
"actionAlias": "action.exit({{prop.1000_2000}}, {{prop.1111_2222}})"
},
"preparingsTime": 0.081
}
},
"preparingsTime": 0.434
}
Bad Request
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Not found",
"response": {},
"preparingsTime": 0.123
}
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.004
}
Loading...