EndUserCalculations
Get EndUser anomalies
Get anomalies for given EndUser given a category label or heron id
GET
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The end_user_id
or heron_id
of EndUser to upload
Query Parameters
Label or Heron ID of category to find anomalies for
Example:
"Revenue"
Response
200 - application/json
OK
Converted amount of transaction in currency
Example:
42.42
Anomaly score 0-1, where 1 is very anomalous, and 0 is not anomalous
Example:
0.5
Currency code for amount that transaction was converted to
Example:
"USD"
Heron ID of the Transaction
Example:
"txn_aEGijdNkLyC8aRa9TVDrbU"
Customer-provided reference ID for the Transaction
Example:
"1342db06-feb7-4c33-a157-4351d74a98e9"
Was this page helpful?