Gets the transaction extra field facts. Run in API Explorer
This request should be used to retrieve information that is put on the custom fields (extra fields) for transactions for the specified engagement(s). The columns provided here will be the name of the extra field that is configured and it will be tied to the transactions using the Transaction_Key column.
GET
/api/TransactionExtraFieldFacts
curl \
--request GET 'https://analyticsapi.adra.com/balancer/api/TransactionExtraFieldFacts' \
--user "username:password"
Response examples (200)
[
{
"Value": "1.65",
"ColumnName": "Varience",
"Transaction_Key": 1234
}
]