Skip to main content

Clone a survey

POST 

/v3/surveys/:id/clone

Clone a survey

Request

Path Parameters

    id numberrequired

    Id of Survey

Body

    survey_type string

    Possible values: [Conversational, ClassicForm, Kiosk, OfflineApp, NPS, NPSChat, CES, CESChat, CSAT, CSATChat, Employee360]

    Survey type to be Cloned.

    name string

    Possible values: non-empty and <= 200 characters

    Name of the Cloned Survey

Responses

Successful

Schema

    data

    object

    id number
    name string
    archived boolean
    survey_type string
    created_at date
    updated_at date
    survey_folder_id number
    survey_folder_name string
Loading...