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.
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.
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.
Get Survey Themes
Send Authorization: Parcellab-API-Token <encoded-token>.
<encoded-token> = base64(account_id:token) as provided in the portal.
Was this helpful?