Fetch all alerts

GET

List all alerts from previously checked activities.

Headers

X-Frankie-CustomerIDstringRequired

Your Customer ID provided by FrankieOne

X-Frankie-CustomerChildIDstringOptional

Your Customer Child ID provided by FrankieOne

Query parameters

entityIdstringOptional

Unique identifier of a FrankieOne entity

isActivebooleanOptional

A boolean value to whether we want to only fetch the alerts that have not been resolved

typesenumOptional

comma delimited list of EnumRiskResultType

Allowed values: DEVICETRANSACTIONAMLFRAUD
subtypesstringOptional

comma delimited list of strings representing the Subtypes

riskLevelsenumOptional

comma delimited list of strings representing the risk levels

Allowed values: NONELOWMEDIUMHIGHVERY_HIGH
assignedTostringOptional

User identifier that will filter based on which alerts are assigned to

activityTypeenumOptional

comma delimited list of EnumActivityType

offsetintegerOptionalDefaults to 0

Number of items to offset by

limitintegerOptionalDefaults to 20

Limit to the Number of Results to return in the response payload

order"asc" or "desc"Optional

The order in which the records will be sorted in before returning in the response payload

Allowed values: ascdesc
sortField"createdDate" or "lastUpdated"Optional

Field that the alerts will be sorted upon

Allowed values: createdDatelastUpdated

Response

Response from the GET /alerts endpoint

datalist of objects

List of Transaction Check Alerts found from the query

metaobject
Built with