List all cases

Deprecated
List all cases for an entity from previously checked activities.

Path parameters

entityIdstringRequired
Unique identifier of a FrankieOne entity

Headers

apiKeystringRequired
X-Frankie-CustomerIDstringRequired
Your Customer ID provided by FrankieOne
X-Frankie-CustomerChildIDstringOptional
Your Customer Child ID provided by FrankieOne

Query parameters

typestringOptional
comma delimited list of EnumRiskResultType
needsAttentionbooleanOptionalDefaults to false
A flag to fetch only the cases that require attention from users. These are cases that have met a MEDIUM risk level and have a PENDING status.
limitdoubleOptionalDefaults to 20
Number of results to be presented in the case results
nextPageTokenstringOptional
Identifier Index for the next page of results

Response

Response from the GET /entity/{entityId}/cases endpoint

datalist of objectsOptional
List of transaction check results found from the query
nextPageTokenstringOptional
Identifier for the next page of results, if not populated there is no more results to paginate for

Errors