Audit trail events

Returns audit trail events.

Overview

Use this method to get raw audit trail events for your employees.

🚧

Attention

The Audit trail events feature comes at an additional cost. To enable this feature, contact us.

📘

Note

  • Events are always sorted by ts in a descending order.
  • The maximum number of events per request is 20000.

Response explained

The HTTP status 200 in the response confirms the availability of our API:

NameTypeOptionalDescription
tsStringNoDate/time.
clientIdStringNoKey.
activityStringNoEvent type.
subjectNameStringNoThe subject that executed the action.
ipStringNoIP from which the event was detected.
userAgentStringYesuserAgent from which the event was detected.
xClientIdStringYesAPI / dashboard / SDK.
correlationIdStringNoInternal ID for investigating requests.
applicantIdStringYesAn unique applicant identifier.
externalUserIdStringYesAn unique applicant identifier on the client side.
imageIdStringYesA unique document identifier.
descriptionStringYesAdditional information.

Event types

NameDescription
subject:loggedIn:dashboard:successUser successfully logged in to the Dashboard.
subject:loggedIn:dashboard:failureUser failed to log in to the Dashboard.
subject:loggedOut:dashboardUser logged out of the Dashboard.
subject:changed:applicantUser changed the applicant.

Event duplicates Activity.USER_CHANGED_APPLICANT.
subject:loaded:applicantUser loaded an applicant page in the Dashboard.
subject:loaded:applicantListUser loaded a page with a list of applicants in the Dashboard. Also can be an applicant page if cnt=1.
subject:exported:applicantCsvListUser exported an applicant list under filters as CSV.
subject:downloaded:docImageUser downloaded an image on an applicant page (only by manually clicking the download button). There are other ways to download the image without triggering this event.

Event duplicates {@link TrackingActivityType.SUBJECT_DOWNLOADED_DOC_IMAGE}.
subject:changed:applicantLevelUser changed applicant level settings. E.g. created a new one, or deleted the existing one, changed the steps, and so on.
subject:changed:questionnaireUser changed questionnaire settings. E.g. added a new question or deleted the existing one.
subject:changed:globalSettingsUser changed global settings. E.g. recognition settings or allowed duplicates.
subject:changed:flowUser changed flow settings. E.g. added, updated, or deleted any flow in the UI in: Integrations -> Customizations.
subject:changed:licenseKeyUser changed license key. E.g. created, updated, or deleted the license key in the UI in: Integrations -> Global Settings -> Source Keys.
subject:changed:poaStepSettingsUser changed PoA step settings. E.g. created, updated, or deleted settings in the UI in: Integrations -> Global Settings -> User verification -> Proof of Address.
subject:changed:dictionaryUser changed one of the dictionaries (MobileSDK, WebSDK, Common etc.). E.g. created or updated dictionary in the UI in: Integrations -> SDK Translations.
subject:changed:paymentMethodDefinitionsUser changed payment methods settings. E.g. created, updated, or deleted one of the payment method definitions in the UI in: Integrations -> Payment methods.
subject:modified:workflowRevisionUser changed workflow revision. E.g. changed workflow in the UI in: Integrations -> Applicant workflows.

Event duplicates {@link TrackingActivityType#SUBJECT_MODIFIED_WORKFLOW_REVISION}.
subject:published:workflowRevisionUser published workflow revision. E.g. published workflow in the UI in: Integrations -> Applicant workflows.

Event duplicates {@link TrackingActivityType#SUBJECT_PUBLISHED_WORKFLOW_REVISION}.
subject:archived:workflowRevisionUser archived workflow revision. E.g. archived workflow in the UI in: Integrations -> Applicant workflows.

Event duplicates {@link TrackingActivityType#SUBJECT_ARCHIVED_WORKFLOW_REVISION}.
subject:changed:autoCheckUser changed auto check settings. E.g. created, updated, or deleted auto check in the UI in: Admin Area -> Auto-checks.
subject:created:appTokenUser created an app token in the UI in: Dev space -> App tokens.
subject:deleted:appTokenUser deleted app token in the UI in: Dev space -> App tokens.
subject:modified:userModify parameters for the user.
subject:deleted:userDelete user.
subject:reset:passwordPassword has been reset via the Dashboard or link.
subject:modified:2faModify 2-factor authentication key into the system.
Language
Authorization
Header
Click Try It! to start a request and see the response here!