Person
No description
type Person implements Node {
id: ID!
name: String
url: String
documents: [Document]
caseIds: [String]
ContactInfo_Email: [Email]
ContactInfo_Phone: [PhoneNumber]
IdentityValidationToken: [IdentityValidationToken]
ExternalId_Vendor_Economic_CustomerNumber: [EconomicCustomerNumber]
ExternalId_Vendor_Advosys_CustomerNumber: [AdvosysCustomerNumber]
ExternalId_DK_CPR_Number: [DKCPRNumber]
ExternalId_GenericNIN: [GenericNIN]
ExternalId_DK_CVR_APIId: [DKCVRAPIIdType]
ExternalId_GenericCustomerNumber: [GenericCustomerNumber]
ExternalId_Vendor_OE90_CustomerNumber: [OE90CustomerNumber]
listChecks: [ListCheck]
latestListCheck: ListCheck
externalQuestionnaireResponses: [ExternalQuestionnaireResponse]
personQuestionResponses: [PersonQuestionResponse]
goals: [GoalType]
addresses: [Address]
birthdates: [Birthdate]
citizenship: Citizenship
screeningResults: [ScreeningResult]
rolesInCompany(
companyId: ID!
): [PersonRole]
identityValidations: [IdentityValidation]
pepQuestionResponse: Boolean
goalsFulfilledStatus(
caseId: ID
): Boolean
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
Person.id
● ID!
non-null scalar
Person.name
● String
scalar
Person.url
● String
scalar
Person.documents
● [Document]
list object
Person.caseIds
● [String]
list scalar
Person.ContactInfo_Email
● [Email]
list object
Person.ContactInfo_Phone
● [PhoneNumber]
list object
Person.IdentityValidationToken
● [IdentityValidationToken]
list object
Person.ExternalId_Vendor_Economic_CustomerNumber
● [EconomicCustomerNumber]
list object
Person.ExternalId_Vendor_Advosys_CustomerNumber
● [AdvosysCustomerNumber]
list object
Person.ExternalId_DK_CPR_Number
● [DKCPRNumber]
list object
Person.ExternalId_GenericNIN
● [GenericNIN]
list object
Person.ExternalId_DK_CVR_APIId
● [DKCVRAPIIdType]
list object
Person.ExternalId_GenericCustomerNumber
● [GenericCustomerNumber]
list object
Person.ExternalId_Vendor_OE90_CustomerNumber
● [OE90CustomerNumber]
list object
Person.listChecks
● [ListCheck]
list object
Person.latestListCheck
● ListCheck
object
Person.externalQuestionnaireResponses
● [ExternalQuestionnaireResponse]
list object
Person.personQuestionResponses
● [PersonQuestionResponse]
list object
Person.goals
● [GoalType]
list object
Person.addresses
● [Address]
list object
Person.birthdates
● [Birthdate]
list object
Person.citizenship
● Citizenship
object
Person.screeningResults
● [ScreeningResult]
list interface
Person.rolesInCompany
● [PersonRole]
list enum
Person.rolesInCompany.companyId
●ID!
non-null scalar
Person.identityValidations
● [IdentityValidation]
list interface
Person.pepQuestionResponse
● Boolean
scalar
Person.goalsFulfilledStatus
● Boolean
scalar
This field lets you check if a person has any outstanding goals across all their cases. Combine with a caseId to check specific cases
Person.goalsFulfilledStatus.caseId
●ID
scalar
Person.timeCreated
● Timestamp!
non-null scalar
Person.timeLastEdited
● Timestamp!
non-null scalar
Interfaces
Node
interface
Returned by
addContactPersonToCase
mutation ● addGoalToPerson
mutation ● addPersonClientToCase
mutation ● addRepresentativeToCase
mutation ● person
query
Member of
Case
object ● CollectionItem_Person
object ● Company
object
Implemented by
Clients
union ● LegalOwners
union ● PersonOrCompany
union