List audit events

GET

List all audit events with filtering.

Headers

X-Frankie-CustomerIDstringRequired

Your Customer ID provided by FrankieOne

X-Frankie-CustomerChildIDstringOptional

Your Customer Child ID provided by FrankieOne

X-Frankie-ChannelstringOptional

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.

Query parameters

entityIdstringOptional

Entity ID

workflowNamesstringOptional

List of Workflow Names to filter the audit events upon

workflowRiskLevelsstringOptional

List of workflow risk levels to filter the audit events upon

sourcesstringOptional

List of Sources that the audit events will be filtered upon

requestIdstringOptional

Request Identifier to filter the audit events upon

afterTimestampstringOptional

Filter the Audit Events after the given filter based on the Event ‘timestamp’ value

beforeTimestampstringOptional

Filter the Audit Events before the given filter based on the Event ‘timestamp’ value

channelsenumOptional

List of Channels to filter the audit events upon

Allowed values: APIPORTALONESDKSYSTEM
sortenumOptional

Order of the sort fields will be sorted upon

Allowed values: ascdesc
sortFields"timestamp"OptionalDefaults to timestamp

The list of sort fields that will be used in the query, the order of the sort fields will determine the order in which the items are sorted

pageintegerOptional

The page number that you want to retrieve for the list query

limitintegerOptional>=1Defaults to 20

Limit the number of items that will be returned as part of the request

Response

OK

requestIdstringOptional

The unique request ID for the API call made.

metaobjectOptional

Meta information about the request and response that will be returned during a list operation

eventslist of objectsOptional

List of audit events matching the query.

Built with