Authorization: ********************
{
"start": "1s",
"end": "1s",
"group_by": [
"string"
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/getintegrationtransactionreport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start": "1s",
"end": "1s",
"group_by": [
"string"
]
}'
{
"values": [
{
"integration_id": "INTEGRATION_TYPE_UNKNOWN",
"integration_name": "string",
"method_id": "REQUEST_METHOD_UNKNOWN",
"method_name": "string",
"transaction_type": "TRANSACTION_TYPE_PAYMENT",
"request_source": "REQUEST_SOURCE_IVR",
"flow_name": "string",
"campaign_type": "string",
"group_by_values": {
"property1": "string",
"property2": "string"
},
"revenue": 0,
"revenue_subtotals": {
"property1": 0,
"property2": 0
},
"success_count": 0,
"failure_count": 0,
"total_count": 0,
"highest_traffic_date": "string",
"lowest_traffic_date": "string",
"count_metrics": {
"property1": 0,
"property2": 0
},
"fields": [
"string"
]
}
]
}