Name | Description | Type | Additional information | Nullable |
---|---|---|---|---|
Id |
Unique ID for customer. |
integer |
None |
False |
AccessKey |
Key used in the URL for opening the questionnaire. |
string |
None |
False |
QuestionnaireId |
Id of the answered questionnaire. |
globally unique identifier |
None |
False |
Status |
Current status of the customer. |
CustomerStatus |
None |
False |
ScheduledInvitationDate |
Scheduled send date for the invitation. |
date |
None |
True |
DateInvited |
Date when the invitation is sent to the customer. |
date |
None |
True |
DateReminded |
Date when the reminder is sent to the customer. |
date |
None |
True |
SurveyFinishedDate |
Date when the customer has finished the questionnaire. |
date |
None |
True |
OpenDate |
Date when customer has opened questionnaire for the first time. |
date |
None |
True |
LastActivityDate |
Last activity date of the customer. |
date |
None |
True |
CompletionTimeInSeconds |
Amount of seconds the customer took to complete the questionnaire. Only filled when customer has finished the questionnaire within a day. |
integer |
None |
True |
HasSecondFeedBack |
This customer received a second feedback request. |
boolean |
None |
False |
IsSecondFeedBack |
This customer is the second feedback request. |
boolean |
None |
False |
SecondFeedbackInformation |
Contains information of the original or second feedback customer when the customer is or has second feedback. |
SecondFeedbackInformation |
None |
False |
Batch |
Customer batch. |
Batch |
None |
False |
OptedOut |
Customer has opted out. |
boolean |
None |
False |
ExternalUniqueId |
Unique external ID to identity customer. |
string |
None |
False |
OptedOutDate |
Date the customer opted out. |
date |
None |
True |
Answers |
Customers answers. |
Collection of ExportAnswer |
None |
False |
UserAgent |
User agent used when answering questionnaire. |
string |
None |
False |
Priority |
Priority for sending customer. |
integer |
None |
False |
PartiallyAnsweredRemindedDate |
Date when the partially answered reminder is sent to the customer. |
date |
None |
True |
PreviousId |
Previous customer ID. |
integer |
None |
True |
Overtime |
Customer has finished the questionnaire after the closing date. |
boolean |
None |
False |
FormStatus |
Form status. |
FormStatus |
None |
False |
FormNotes |
Interaction form notes. |
Collection of FormNote |
None |
False |
Review |
Review information. |
Review |
None |
False |
E-mail address of the customer. |
string |
None |
False | |
TransactionDate |
Date of the transaction. If not provided, the current date and time will be selected. |
date |
None |
True |
SurveyClosedDate |
Enddate of the survey. If not provided, batch enddate will be used. |
date |
None |
True |
Data |
Collection of customer data. |
Collection of CustomerData |
Required |
False |
Language |
Language of the survey. |
string |
None |
False |
IsContactRequested |
True when a customer requests contact via a check box combined with an open text question. |
boolean |
None |
False |
IsConcept |
Concept customer. Used for testing concept questionnaires. |
boolean |
None |
False |