Name | Description | Type | Required | Default |
---|---|---|---|---|
response_format |
Response data format. Default is json.
Accepted Values: [
json ,xml ]
|
String | json |
Name | Description | Type | Required | Default |
---|---|---|---|---|
keyword | Search by Target, Buyer, Seller names. | String | ||
advisor | Search by advisor id. | Array | ||
manager | Search by manager id. | Array | ||
target | Search by target id. | Array | ||
buyer | Search by buyer id. | Array | ||
seller | Search by seller id. | Array | ||
order | Sort orders (newest, oldest, deal_value_desc, deal_value_asc). | String | newest | |
indu | Search by Industry id's. | Array | ||
companies | Search by company ids. | Array | ||
cmpy | Search by company isic. | Array | ||
targetProds | Search by Target country code. | Array | ||
buyerProds | Search by Buyer country code. | Array | ||
sellerProds | Search by Seller country code. | Array | ||
dealValueMax | Search by "deal value" max value. | Integer | 0 | |
dealValueMin | Search by "deal value" min value. | Integer | 0 | |
dateMin | Search by "date" min date (ISO). | String | ||
dateMax | Search by "date" max date (ISO). | String | ||
dealType | Search by "deal type" search by deal type id. | Integer | 0 | |
status | Search by "deal status" search by deal status id. | Integer | 0 | |
stakeMin | Search by "stake" search by deal minimal stake. | Integer | 0 | |
stakeMax | Search by "stake" search by deal maximal stake. | Integer | 0 | |
evEbitdaMin | Search by "EV/EBITDA" search by deal minimal EV/EBITDA. | Integer | 0 | |
evEbitdaMax | Search by "EV/EBITDA" search by deal maximal EV/EBITDA. | Integer | 0 | |
mveEarningsMin | Search by "MVE/Earnings" search by deal minimal MVE/Earnings. | Integer | 0 | |
mveEarningsMax | Search by "MVE/Earnings" search by deal maximal MVE/Earnings. | Integer | 0 | |
offset | Pagination offset. | Integer | 0 | |
limit | Limit of results - (max. 100 results). | Integer | 25 | |
drange | Null | 5000 |
Status Code | Description | Type |
---|---|---|
200 | Returns response result. | Deal |
400 | Returns API error. | ApiError[] |