Queries
reviewTriggerPersonSearch
Find all review trigger events delivered for a specific private person.
query ReviewTriggerPersonSearch($where: PersonReviewTriggerEventWhereInput!, $pageInfo: SizePageInfoInput) {
reviewTriggerPersonSearch(where: $where, pageInfo: $pageInfo) {
totalCount
edges {
node {
... on CompanyReviewTriggerEvent {
company
relations {
edges {
kind
explanation
custom
node {
... on BusinessPerson {
id
name
}
... on Company {
id
name
}
... on ConnectDeletedEntity {
isDeleted
id
name
addresses {
country {
code
name
}
addressLine
city
zipCode
addressKind
}
countries {
relationship
country {
code
name
}
}
identifiers {
value
country
kind
description
}
sanctionInfo {
sanctioned
sanctions {
sanctionedBy
sourceReference
sanctionedSince
program
sourceUrl
confirmedMatch
}
}
ams {
id
entityId
published
publisher
title
summary
bodyText
url
clusteredEvents {
id
url
}
authors
images
entityMentions {
text
span {
start
end
}
entityType
containingPhrase
containingPhraseSpan {
start
end
}
amsPredictions {
context {
start
end
}
classification
score
}
field
amsClassification
}
topicMentions {
topic
mentions
}
eventKind
createdBy {
id
name
avatar
email
accountKind
}
behindPaywall
}
flags
riskSignals {
signals {
name
riskFactors {
name
dateTime
paths {
edges {
kinds
node {
...
}
}
}
}
}
}
}
... on CustomBusinessPerson {
id
name
}
}
details {
... on OwnershipRelationDetails {
share
}
}
}
}
id
triggeredAt
statements
}
... on PersonReviewTriggerEvent {
person
id
triggeredAt
statements
}
}
}
}
}input PersonReviewTriggerEventWhereInput {
person: PrivatePersonId!
from: DateTime
to: DateTime
}
input SizePageInfoInput {
size: Int!
offset: Int = 0
}Arguments
where PersonReviewTriggerEventWhereInput! non-null input
PersonReviewTriggerEventWhereInput!
pageInfo SizePageInfoInput input
Type
ReviewTriggerEventSearchConnection object
ReviewTriggerEventSearchConnection