Skip to main content

Creates a Survey element

Creates a Survey element

Path Parameters
    projectId string required
    surveyId string required
Request Body
    description string nullable

    Gets or sets the description.

    insertAfterId string nullable

    Gets or sets the ID of an existing element where the new element will be inserted (inserted after). If the value is empty or null, the new element will be added last.

    isCustomQuestion boolean

    Gets or sets a value indicating whether to insert a custom question instead of a default element. If true, TemplateId should be set to a valid custom question ID.

    isLibraryItem boolean

    Gets or sets a value indicating whether to insert a library item instead of a default element. If true, TemplateId should be set to a valid library item ID.

    name string nullable

    Gets or sets the name.

    templateId string nullable

    Gets or sets the template ID.

Responses

Success

Loading...