post https://securepayments.loanpro.io/api/search/cpa_export?export=
This request pulls CPA-005 reports.
{
"search": {
"query": {
"bool": {
"must": [
{
"bool": {
"should": {
"query_string": {
"query": "*",
"default_operator": "AND",
"fields": "uuid"
}
}
}
}
]
}
}
}
}
Instructions
CPA-005 processors generate a batch file each day that you can export. This Elasticsearch request generates a list of all the CPA-005 reports between two dates.