Return Audit Trail

Returns a list of audits which can be filtered by various categories.

SecuritybearerToken
Request
query Parameters
profileIds
Array of strings

Select the profileId's for the filter.

categories
Array of strings

Available categories for the filter.

Items Enum: "profile" "amlSearch"
subcategories
Array of strings

Available subcategories for the filter.

Items Enum: "profileDetails" "keyParty" "amlMonitoring"
actions
Array of strings

Available actions for the filter.

Items Enum: "created" "updated" "deleted" "searchRemoved" "searchLinked" "attachmentCreated" "attachmentUpdated" "attachmentDeleted" "noteCreated" "noteUpdated" "noteDeleted" "noteArchived" "noteUnarchived" "addressCreated" "addressUpdated" "addressDeleted" "kycStatusUpdated" "addedToAmlMonitoring" "updatedInAmlMonitoring" "removedFromAmlMonitoring"
userIds
Array of integers

User Ids for the filter.

startDate
string <date>

Start date for the filter.

endDate
string <date>

End date for the filter.

page
integer
Default: 1

Starting page number.

pageSize
integer <int32>
Default: 10

Specifies the number of items to be displayed per page. Allowed values are between 1 and 100.

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404
get/compliance/kyc-protect/audits
Request samples
Response samples
application/json
{
  • "items": [
    ],
  • "totalSize": 0,
  • "correlationId": "string"
}