Skip to main content
POST
/
watchlists
/
{id}
/
events
/
{eventId}
/
acknowledge
Acknowledge a single event
curl --request POST \
  --url https://lens-api.tic.io/watchlists/{id}/events/{eventId}/acknowledge \
  --header 'Content-Type: application/json-patch+json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "note": "<string>"
}
'
{
  "a_EventId": 123,
  "b_WatchListMemberGuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "a_WatchListMemberEventType": "companyAddress",
  "a_WatchListMemberSubType": "<string>",
  "a_EventDate": "2023-11-07T05:31:56Z",
  "a_SentAtUtc": "2023-11-07T05:31:56Z",
  "a_AcknowledgedAtUtc": "2023-11-07T05:31:56Z",
  "a_AcknowledgedByUserId": 123,
  "u_AcknowledgedByFirstName": "<string>",
  "u_AcknowledgedByLastName": "<string>",
  "u_AcknowledgedByEmail": "<string>",
  "a_AcknowledgedNote": "<string>",
  "isAcknowledged": true,
  "b_CompanyId": 123,
  "s_CompanyName": "<string>",
  "c_CompanyRegistrationNumber": "<string>",
  "b_PersonId": 123,
  "p_FirstName": "<string>",
  "p_LastName": "<string>",
  "b_AddressId": 123,
  "x_AddressLabel": "<string>",
  "b_PropertyId": 123,
  "l_PropertyLabel": "<string>",
  "b_VehicleId": 123,
  "vs_VehicleRegistreringsnummer": "<string>",
  "entityName": "<string>"
}
Pro+ tier

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Watchlist GUID

eventId
integer<int32>
required

Event ID to acknowledge

Body

note
null | string

Response

Event acknowledged

a_EventId
integer<int32>
b_WatchListMemberGuid
string<uuid>
a_WatchListMemberEventType
enum<string>
Available options:
companyAddress,
companyName,
companyStatus,
companyRegistration,
companyIntelligence,
companyBeneficialOwner,
companyDocument,
companyWorkplace,
companyPerson,
companyRegisteredOffice,
companyShareCapital,
companyPurpose,
companyDebtBalance,
companyOrderToPayCase,
companyFinancialDocument,
companyCase,
companyWorkplaceAddress,
unused_Company4,
unused_Company5,
unused_Company6,
unused_Company7,
unused_Company8,
unused_Company9,
unused_Company10,
personAddress,
personName,
personIntelligence,
personStatus,
personCompany,
unused_Person1,
unused_Person2,
unused_Person3,
unused_Person4,
unused_Person5,
unused_Person6,
unused_Person7,
unused_Person8,
unused_Person9,
unused_Person10,
propertyOwnershipChange,
propertyMortageDeedChange,
unused_Property1,
unused_Property2,
unused_Property3,
unused_Property4,
unused_Property5,
vehicleOwnerChange,
vehicleUserChange,
vehicleStatusChange,
vehicleInspection,
vehicleStolen,
unused_Vehicle1,
unused_Vehicle2,
unused_Vehicle3,
unused_Vehicle4,
unused_Vehicle5
a_WatchListMemberSubType
null | string
a_EventDate
string<date-time>
a_SentAtUtc
null | string<date-time>
a_AcknowledgedAtUtc
null | string<date-time>
a_AcknowledgedByUserId
null | integer<int32>
u_AcknowledgedByFirstName
null | string
u_AcknowledgedByLastName
null | string
u_AcknowledgedByEmail
null | string
a_AcknowledgedNote
null | string
isAcknowledged
boolean
b_CompanyId
null | integer<int32>
s_CompanyName
null | string
c_CompanyRegistrationNumber
null | string
b_PersonId
null | integer<int32>
p_FirstName
null | string
p_LastName
null | string
b_AddressId
null | integer<int32>
x_AddressLabel
null | string
b_PropertyId
null | integer<int32>
l_PropertyLabel
null | string
b_VehicleId
null | integer<int32>
vs_VehicleRegistreringsnummer
null | string
entityName
null | string