Survey

Articles

LIST
List Surveys Returns a paginated list of all surveys in the authenticated account. Endpoint GET v5/survey Requires authentication Path Parameters None ...
GET
Get Survey Returns detailed information about a single survey, including its configuration, pages, and questions. Endpoint GET v5/survey/{survey_id} Requires authentication ...
CREATE
Create Survey Creates a new survey in the authenticated account. Returns the full survey object, including the two default pages Alchemer creates automatically. Endpoint PUT v5/survey ...
UPDATE
Update Survey Updates a specified survey. Title, status, and other survey properties may be changed in a single call. Endpoint POST v5/survey/{survey_id} Requires authentication ...
DELETE
Delete Survey Deletes a specified survey. This action is permanent and cannot be undone. Endpoint DELETE v5/survey/{survey_id} Requires authentication Path Param...