| Field | Type | Required | Description | Example |
|---|---|---|---|---|
last_verifier |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
last_verification_ts |
Optional[int] | ➖ | The unix timestamp of the verification (in seconds since epoch UTC). | |
expiration_ts |
Optional[int] | ➖ | The unix timestamp of the verification expiration if applicable (in seconds since epoch UTC). | |
document |
Optional[models.Document] | ➖ | N/A | |
reminders |
List[models.Reminder] | ➖ | Info about all outstanding verification reminders for the document if exists. | |
last_reminder |
Optional[models.Reminder] | ➖ | N/A | |
visitor_count |
List[models.CountInfo] | ➖ | Number of visitors to the document during included time periods. | |
candidate_verifiers |
List[models.Person] | ➖ | List of potential verifiers for the document e.g. old verifiers and/or users with view/edit permissions. |