Async
POST
https://mostqiapi.com/big-data/enrichment/async
en-US
Last modified:2024-10-04 12:49:24
Request body description:
{
"query": "string",
"parameters": {"string":"string"},
"webhook": {
"url": "",
"fallbackUrl": "",
"authorization": {
"headers": [
{
"name": "nomeCabecalho1",
"value": "valorCabecalho1"
},
{
"name": "nomeCabecalho2",
"value": "valorCabecalho2"
}
],
"queryStrings": [
{
"name": "nomeQs1",
"value": "valorQs1"
},
{
"name": "nomeQs2",
"value": "valorQs2"
}
]
}
}
}
Parameters table
Table
Name | Type | Required | Note |
---|---|---|---|
query | String | Yes | Query identifier name, for example, pf, pf full, pj, or pj full (standard queries) or a customized name defined by support according to the client necessities and applications (customized queries) |
parameters | String | Yes | Required parameter(s) for the datasets that compose the query. Click here to check the list of available datasets and their respective required parameters (column G). |
webhook.url | String | No | Endpoint to which mostQI Enrichment will make a request, sending the query result. |
webhook.fallbackUrl | String | No | Parameter that allows specifying an alternative URL in case of communication failure during the call to the URL indicated in the 'webhook.url' parameter. |
webhook.authorization.headers | String | No | Parameter that allows specifying which headers mostQI Enrichment will pass on to the server specified in the 'webhook.url' or 'webhook.fallbackUrl' parameter |
webhook.authorization.queryStrings | String | No | Parameter that allows specifying which query strings mostQI Enrichment will pass on to the server specified in the 'webhook.url' or 'webhook.fallbackUrl' parameter. |
Request
Header Params
Authorization
string
required
Example:
Bearer {{bearer_token}}
Body Params application/json
Request samples
Responses
Modified at 2024-10-04 12:49:24