Skip to main content

Creates a preview qif from a referenced element (ques/info/goto) without logic, stores it and finally creates a DC test url for internal testing

Retrieves a Survey Object structure

Path Parameters
    projectId string required
    surveyId string required
    elementId string required
Request Body
    previewThemeId string nullable
Responses

Success

POST /projects/:projectId/surveys/:surveyId/elements/:elementId/preview

Request

Base URL
https://api.walr.com/su
projectId — path required
surveyId — path required
elementId — path required
Content-Type
Body
{
"previewThemeId": "string"
}
curl / cURL
curl -L -X POST 'https://api.walr.com/su/projects/:projectId/surveys/:surveyId/elements/:elementId/preview' \
-H 'Content-Type: application/*+json' \
--data-raw '{
"previewThemeId": "string"
}'