| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId |
The unique identifier of the person (in context of the current site). |
integer |
None. |
| FirstName |
The first name of the person. |
string |
None. |
| LastName |
The last name of the person. |
string |
None. |
| FullName |
The full name of the person (formatted according to site configuration). |
string |
None. |
| ExtraInfo |
Extra information about the person. Normally something that can help identify the person, e.g. username. Note that this field may be null or empty, if for example the user who requests such information does not have sufficient permission. |
string |
None. |
| Submitted |
Date and time when the answer was submitted, null if not submitted. |
date |
None. |
| AssessmentStatusItemId |
Identifier to the "assessment status item", see . Can be null if no status is set, or if status is not applicable for the element. |
integer |
None. |
| AssessmentItemId |
Identifier to the "assessment item" (grade), see . |
integer |
None. |