SurveyPage

Articles

List survey pages
List Survey Pages Returns a list of all pages for the specified survey. Endpoint GET v5/survey/{survey_id}/surveypage Requires authentication Path Parameters ...
Get survey page
Get Survey Page Returns detailed information about a single page in the specified survey. Endpoint GET v5/survey/{survey_id}/surveypage/{page_id} Requires authentication ...
Create survey page
Create Survey Page Creates a new page in the specified survey. Endpoint PUT v5/survey/{survey_id}/surveypage Requires authentication Path Parameters The surv...
Update survey page
Update Survey Page Updates a specified page in a survey. Any combination of title, description, and properties may be changed in a single call. Endpoint POST v5/survey/{survey_id}/surveypage...
Delete survey page
Delete Survey Page Deletes a specified page from a survey. This action is permanent and cannot be undone. All questions on the page will also be deleted. Endpoint DELETE v5/survey/{survey_id...