Skip to content

Return Audit Trail

Request

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

Security
bearerToken
Query
profileIdsArray of strings

Select the profileId's for the filter.

categoriesArray of strings

Available categories for the filter.

Items Enum:"profile""amlSearch""settings"
subcategoriesArray of strings

Available subcategories for the filter.

Items Enum:"profileDetails""keyParty""amlMonitoring""preferences"
actionsArray of strings

Available actions for the filter.

Items Enum:"created""updated""deleted""searchRemoved""searchLinked""attachmentCreated""attachmentUpdated""attachmentDeleted""noteCreated""noteUpdated"
userIdsArray of integers

User Ids for the filter.

startDatestring, (date)

Start date for the filter.

endDatestring, (date)

End date for the filter.

pageinteger

Starting page number.

Default:1
pageSizeinteger

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

curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/compliance/kyc-protect/audits?profileIds=string&categories=profile&subcategories=profileDetails&actions=created&userIds=0&startDate=2019-08-24&endDate=2019-08-24&page=1&pageSize=0' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
itemsArray of objects
totalSizeinteger

Total number of audits

correlationIdstring

Correlation Id for the request

Response
{ "items": [ {} ], "totalSize": 0, "correlationId": "string" }