Survey Taking APIs
Number of APIs: 4
The Sessions endpoints allow you to create and manage a user session within a specific survey. This allows you to create tools that provide answers to survey questions. When your application needs to start answering survey questions, then you come here to create the session, and then update the session periodically and upon questions being answered. When you are through, you can delete the session.
Contact Support: Name: Support
-
surveys/{surveyId}/sessions-{sessionId} - Update a Session POST {{baseUrl}}/surveys/:surveyId/sessions/:sessionId
-
surveys/{surveyId}/sessions-{sessionId} - Delete Session Without Saving Response DELETE {{baseUrl}}/surveys/:surveyId/sessions/:sessionId
-
surveys/{surveyId}/sessions - Start a New Session POST {{baseUrl}}/surveys/:surveyId/sessions
-
surveys/{surveyId}/sessions-{sessionId} - Fetch Current Page of Existing Session GET {{baseUrl}}/surveys/:surveyId/sessions/:sessionId