Multi-factor authentication (MFA)
Please upgrade to Snap XMP Desktop version 12.11 or later to enable MFA support. Multi-factor authentication is a security measure for online software. In addition to your username and password, this requires you to authenticate your login by providing additional information that proves your identity. This is usually provided by a code generated in an […]
Quotas and Screen Outs for mobile interviewing
In the Interviewer app, the selection page shows the quotas and screen outs available for each survey. The selection page displays the totals next to each survey Setting up quotas and screen outs You set up the quotas and screen outs in Snap XMP Desktop. You can find how to set up a quota at […]
On-Premises Snap XMP Online installation guide
System requirements You can find the latest technical specifications here. These installation instructions have been written for Window server 2019. You will need to refer to the system documentation if installing on a different version of Windows server. This document assumes that your server is configured, secured and functioning properly using a server certificate for […]
Inline questions
Inline questions are questions that can be inserted into any text in the questionnaire. As with other types of questions, inline questions use the variable properties, such as setting the response type and adding a pattern to validate the response. You can also show or hide them using routing. Using inline questions can give the […]
Get Participant
Get the details of a participant of a survey. Endpoint Method Url GET surveys/{surveyId}/participants/{participantUniqueId} Get details of the specific participant identified by the participantUniqueId path variable of the specific survey identified by the surveyId path variable. Parameters Path parameters Path parameter Description {surveyId} The id of the survey. This is the survey GUID and not […]
Get Participant List
Get the details of the latest participants of a survey. Endpoint Method Url GET surveys/{surveyId}/participants Get the details of latest participants of the specific survey identified by the surveyId path variable. Parameters Path parameters Path parameter Description {surveyId} The id of the survey. This is the survey GUID and not the Interview URL. Query string […]
Delete Participant Subject
Delete a subject from a participant of a survey. Endpoint Method Url DELETE surveys/{surveyId}/participants/{participantUniqueId}/subjects/{subjectName} Delete the specific subject identified by the subjectName path variable from the specific participant identified by the participantUniqueId path variable of the specific survey identified by the suurveyId path variable. Note: You cannot delete the subject of a non-group questionnaire. On […]
Update Participant Subject
Update an existing subject of a participant of a survey. Endpoint Method Url PUT surveys/{surveyId}/participants/{participantUniqueId}/subjects/{subjectName} Update the existing specific subject identified by the subjectName path variable of the specific participant identified by the participantUniqueId path variable of the specific survey identified by the surveyId path variable. Parameters Path parameters Path parameter Description {surveyId} The id […]
Add Participant Subject
Add a new subject to a participant of a survey. Endpoint Method Url POST surveys/{surveyId}/participants/{participantUniqueId}/subjects Add the new subject of the specific participant identified by the participantUniqueId path variable of the specific survey identified by the surveyId path variable. Parameters Path parameters Path parameter Description {surveyId} The id of the survey. This is the survey […]
Get Participant Subject
Get the details of a subject of a participant of a survey. Endpoint Method Url GET surveys/{surveyId}/participants/{participantUniqueId}/subjects/{subjectName} Get the details of the specific subject identified by the subjectName path variable of the specific participant identified by the participantUniqueId path variable of the specific survey identified by the surveyId path variable. Parameters Path parameters Path parameter […]