Get a list of activities for an individual.
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Your Customer Child ID provided by FrankieOne
"87654321-4321-4321-4321-210987654321"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Username provided by API caller
Unique identifier for an entity Entities are assigned a FrankieOne auto-generated UUID to ensure global uniqueness, represented as entityId. The entityId allows for precise modification when required. To modify an entity, set the entityId of the entity you wish to update in an update request.
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Query parameter to filter activities by types
The different types of activities able to be monitored
TRANSACTION, EVENT Query parameter to filter results by classes
The class of the activity result (AML, FRAUD, EVENT)
AML, FRAUD, EVENT Query parameter to determine which fields specific field to sort by.
ACTIVITY_AT The order in which your results will display.
This is to be used in conjunction with sortField.
If there are multiple matches for the same value, the results will be sorted by the primary identifier (e.g. activityId).
Sort records by a specific field in a specific direction.
This is to be used in conjunction with sortBy.
ASC, DESC Query parameter to limit the number of records returned
1 <= x <= 200Query parameter to paginate through returned items
x >= 1Query parameter to filter records after a specific activity timestamp. Timestamp values must be in UTC ISO8601 format.
Query parameter to filter records that occurred before a specific activity timestamp. Timestamp values must be in UTC ISO8601 format.