TypesObjects
PrivatePersonReview
No description
type PrivatePersonReview {
id: ID!
pdf: Base64EncodedFile
createdAt: DateTime!
privatePersonId: PrivatePersonId!
userAssessedRiskLevel: RiskLevelKind
validUntilDate: DateTime
}Fields
id ID! non-null scalar
ID!
The id of the review.
pdf Base64EncodedFile scalar
Base64EncodedFile
The review as a base64 encoded PDF. The PDF is generated asynchronously, if it has not been created yet this field will be 'null'.
createdAt DateTime! non-null scalar
DateTime!
The review's creation timestamp
privatePersonId PrivatePersonId! non-null scalar
PrivatePersonId!
The ID of the private person on which the review was created.
userAssessedRiskLevel RiskLevelKind enum
RiskLevelKind
User-assessed risk level set during the review process.
validUntilDate DateTime scalar
DateTime
Date until which the review is valid
Returned By
privatePersonReview query privatePersonReviews query
Member Of
PrivatePerson object