Skip to main content

Updates a Survey Object

Updates a Survey Object index

Path Parameters
    projectId string required
    surveyId string required
Request Body
    attributes object nullable

    Gets or sets the attributes.

    property name* string
    description string nullable

    Gets or sets the description.

    displaySettings object
    cssReference string nullable
    favIcon string nullable
    hideBackButton boolean
    hideProgressBar boolean
    jsReference string nullable
    logo string nullable
    reopenType int32

    Possible values: [0, 1, 2, 3]

    textForBackButton string nullable
    textForNextButton string nullable
    title string nullable
    eTag string nullable

    Gets or sets the etag.

    elements object[] nullable

    Gets or sets the elements.

  • Array [
  • attributes object nullable
    property name* string nullable
    contentValue string nullable
    customQuestionId string nullable
    customQuestionProperties object[] nullable
  • Array [
  • choices object[] nullable
  • Array [
  • text string nullable
    value string nullable
  • ]
  • description string nullable
    group string nullable
    id string nullable
    name string nullable
    type string nullable
    value nullable
  • ]
  • elements undefined[] nullable
    inlineCss string nullable
    internalCustomQuestionQno string nullable
    internalCustomQuestionSubqIndex int32
    isDisabled boolean
    isReference boolean
    metadata nullable
    referenceDisabled boolean
    referenceDisplayLabel string nullable
    referenceDisplayTexts object nullable
    property name* string nullable
    referenceId string nullable
    referenceQuesTypes string[] nullable
    referenceQuotaId string nullable
    script string nullable
    textValues object nullable
    property name* string nullable
    type string nullable
    xVisualisation object
    properties object[] nullable
  • Array [
  • id string nullable
    value nullable
  • ]
  • type string nullable
  • ]
  • lists object[] nullable

    Gets or sets the lists.

  • Array [
  • attributes object nullable
    property name* string nullable
    contentValue string nullable
    customQuestionId string nullable
    customQuestionProperties object[] nullable
  • Array [
  • choices object[] nullable
  • Array [
  • text string nullable
    value string nullable
  • ]
  • description string nullable
    group string nullable
    id string nullable
    name string nullable
    type string nullable
    value nullable
  • ]
  • elements undefined[] nullable
    inlineCss string nullable
    internalCustomQuestionQno string nullable
    internalCustomQuestionSubqIndex int32
    isDisabled boolean
    isReference boolean
    metadata nullable
    referenceDisabled boolean
    referenceDisplayLabel string nullable
    referenceDisplayTexts object nullable
    property name* string nullable
    referenceId string nullable
    referenceQuesTypes string[] nullable
    referenceQuotaId string nullable
    script string nullable
    textValues object nullable
    property name* string nullable
    type string nullable
    xVisualisation object
    properties object[] nullable
  • Array [
  • id string nullable
    value nullable
  • ]
  • type string nullable
  • ]
  • name string nullable

    Gets or sets the name.

Responses

Success

Loading...