/api/v2/bpm/extApi/methods
Метод возвращает список всех прокси эндпоинтов из всех внешних систем интегрированных с BPMS
Query Parameters
- q string
Регистронезависимая подстрока - фильтр
Example: api - type string
Параметр указывающий по какому полю осуществлять фильтрацию. Значение "url" запускает фильтрацию по полю "methodUrl", значение "name" запускает фильтрацию по полю "methodName"
Example: url - offset integer
Параметр содержащий порядковый номер элемента, после которого будут показаны остальные результаты
Example: 1 - limit integer
Параметр содержащий максимальное кол-во элементов в ответе
Example: 3
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- example-0
- example-1
Schema
- object
{}
200
{
"status": 1,
"message": "",
"response": {
"apiMethods": [
{
"id": 179,
"apiId": 28,
"typeId": 1,
"methodUrl": "/api/Client/transactionhistory/{{api.externalId}}",
"methodName": "get transaction info detail",
"requestJson": {
"payment": true,
"clientId": "{{api.externalId}}",
"transactionId": "{{field.6334}}"
},
"responseJson": {
"body": {
"status": 1,
"message": null,
"response": {
"success": true,
"clientId": "",
"transactions": [
{
"dateOnly": "",
"transactions": [
{
"date": "",
"amount": "{{field.6319}}",
"income": "{{field.6322}}",
"status": "NaN",
"message": "Issuing a loan to a client",
"payment": true,
"paymentDT": "{{field.6318}}",
"statusLong": "{{field.6323}}",
"paymentType": "{{field.6321}}",
"paymentMethod": "{{field.6320}}",
"transactionId": "5d2165d2-b998-483d-848a-e09455080148"
}
]
}
]
}
},
"status": "",
"cookies": {},
"headers": {}
},
"responseTypeId": null,
"timeoutConnect": null,
"timeoutReceive": null
},
{
"id": 116,
"apiId": 28,
"typeId": null,
"methodUrl": "/apibpms/DigitapEsign/GetUrlFrameToDocSig",
"methodName": "GetUrlFrameToDocSig",
"requestJson": null,
"responseJson": null,
"responseTypeId": null,
"timeoutConnect": null,
"timeoutReceive": null
},
{
"id": 271,
"apiId": 28,
"typeId": 1,
"methodUrl": "/api/Client/GetAdditionalData/{{api.externalId}}",
"methodName": "getAadhaarInfo",
"requestJson": {
"params": [
"AadhaarID"
]
},
"responseJson": {
"body": {
"status": 1,
"message": null,
"response": {
"AadhaarID": "{{field.1394}}"
}
},
"status": "",
"cookies": {},
"headers": {}
},
"responseTypeId": null,
"timeoutConnect": null,
"timeoutReceive": null
}
],
"offset": 1,
"total": 237,
"all": 3
},
"preparingsTime": 0.237
}
200_2
{
"status": 1,
"message": "",
"response": {
"apiMethods": [
{
"id": 179,
"apiId": 28,
"typeId": 1,
"methodUrl": "/api/Client/transactionhistory/{{api.externalId}}",
"methodName": "get transaction info detail",
"requestJson": {
"payment": true,
"clientId": "{{api.externalId}}",
"transactionId": "{{field.6334}}"
},
"responseJson": {
"body": {
"status": 1,
"message": null,
"response": {
"success": true,
"clientId": "",
"transactions": [
{
"dateOnly": "",
"transactions": [
{
"date": "",
"amount": "{{field.6319}}",
"income": "{{field.6322}}",
"status": "NaN",
"message": "Issuing a loan to a client",
"payment": true,
"paymentDT": "{{field.6318}}",
"statusLong": "{{field.6323}}",
"paymentType": "{{field.6321}}",
"paymentMethod": "{{field.6320}}",
"transactionId": "5d2165d2-b998-483d-848a-e09455080148"
}
]
}
]
}
},
"status": "",
"cookies": {},
"headers": {}
},
"responseTypeId": null,
"timeoutConnect": null,
"timeoutReceive": null
},
{
"id": 116,
"apiId": 28,
"typeId": null,
"methodUrl": "/apibpms/DigitapEsign/GetUrlFrameToDocSig",
"methodName": "GetUrlFrameToDocSig",
"requestJson": null,
"responseJson": null,
"responseTypeId": null,
"timeoutConnect": null,
"timeoutReceive": null
},
{
"id": 271,
"apiId": 28,
"typeId": 1,
"methodUrl": "/api/Client/GetAdditionalData/{{api.externalId}}",
"methodName": "getAadhaarInfo",
"requestJson": {
"params": [
"AadhaarID"
]
},
"responseJson": {
"body": {
"status": 1,
"message": null,
"response": {
"AadhaarID": "{{field.1394}}"
}
},
"status": "",
"cookies": {},
"headers": {}
},
"responseTypeId": null,
"timeoutConnect": null,
"timeoutReceive": null
}
],
"offset": 1,
"total": 237,
"all": 3
},
"preparingsTime": 0.413
}
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...