Get Transaction Extra Field Facts
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.
Query parameters
-
Short Guid of desired engagement Ex - ESXmkya-nEeWMX-7_3fSxA or Guid of desired engagement Ex - 45c31339-96d0-4262-b051-c00f392685c1
GET
/api/TransactionExtraFieldFacts
curl \
-X GET https://analyticsapi.adra.com/balancer/api/TransactionExtraFieldFacts
Response examples (200)
[
{
"transaction_Key": 42,
"columnName": "string",
"value": "string",
"engagementGuid": "string"
}
]