Surveys
Our API allows you to retrieve key survey information and submit responses for your surveys.
Overview
Get Surveys
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
A UUID string identifying this Survey.
Read-only public view of a survey.
draft- Draft Surveyarchived- Archived Surveypublished- Published Survey
nps- NPSsmart_survey- Smart Survey
Public URL to vote on the survey. Backend is responsible for replacing the ref_id.
Get Survey Answers
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
A UUID string identifying this Survey.
Read-only public view of a survey.
draft- Draft Surveyarchived- Archived Surveypublished- Published Survey
nps- NPSsmart_survey- Smart Survey
Public URL to vote on the survey. Backend is responsible for replacing the ref_id.
Submit Survey Answers
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
A UUID string identifying this Survey.
Survey response with metadata and derived values.
A JSON object containing survey data.
Envelope for survey response data returned from processing.
Get Survey Themes
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
Theming configuration applied to survey UI.
A json object containing the survey theme.
Last updated
Was this helpful?