Name | Description | Type | Additional information |
---|---|---|---|
InterviewerId |
The unique id of the user |
string |
None. |
UserName |
The interviewer's username |
string |
Max length: 50 |
FirstName |
First name of the interviewer |
string |
Max length: 50 |
LastName |
Last name of the interviewer |
string |
Max length: 50 |
EmailAddress |
Email Address of the interviewer |
string |
Max length: 50 |
TelephoneNumber |
TelephoneNumber of the interviewer |
string |
Max length: 30 |
LastPasswordChangeTime |
Time the password was last changed |
date |
None. |
ClientInterviewerId |
The InterviewerId as it is used on the client (and stored in data) |
string |
String length: inclusive between 0 and 8 |
SuccessfulCount |
Number of successfully completed interviews for this interviewer |
integer |
None. |
UnsuccessfulCount |
Number of unsuccessfully completed interviews for this interviewer |
integer |
None. |
DroppedOutCount |
Number of dropped out interviews for this interviewer |
integer |
None. |
RejectedCount |
Number of rejected interviews for this interviewer |
integer |
None. |
LastSyncDate |
The date and time of the last sync |
date |
None. |
IsFullSynced |
interviewer full-sync status: true if fully synced, false if not fully synced |
boolean |
None. |
IsLastSyncSuccessful |
true if last sync was successful, false if not |
boolean |
None. |
IsSupervisor |
Property indicating weather the interviewer is a supervisor or not. Supervisors have special powers e.g. they can enter and modify the device ID in the CAPI client application in the Settings page. |
boolean |
None. |