/api/v2/bpm/extApi/{id}
Метод по ID возвращает информацию о точке доступа к API внешней системы, которая интегрируется с BPMS
Path Parameters
- id integer required
ID, под которым хранится API внешнего сервиса
Example: 84
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"id": 84,
"apiName": "Notion AI",
"apiUrl": "https://www.notion.so/",
"token": "pyFunNFO8FIF9bExRAF3sDwZ=m2Bwn/70qR9ZHZZR26zoMMrErJGCSQL",
"authorization": "API key",
"signKey": "Vasilii Pupkin",
"encryptKey": "base64",
"expKey": 9999,
"headers": {
"Content-Type": "application/json"
},
"parentId": 66,
"environment": null
},
"preparingsTime": 0.045
}
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.005
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Endpoint en/api/v2/bpm/editor/listApi/99999 not found",
"response": {},
"preparingsTime": 0.269
}
Loading...