Skip to main content
Version: Latest Version (2.9.1)

highbond_questionnaire (Data Source)

Schema

Required

collection_idNumber The ID of the Collection.
nameString The name of the questionnaire.

Optional

idString The ID of this resource.

Read-Only

is_availableBoolean This flag can be used to check if data source is available or not
questionnairesList of Object List of questionnaires
Nested Schema for `questionnaires`

Read-Only

collection_idString
created_atString
email_messageString
email_subjectString
idString
instructionString
linked_tables_idsList of Number
linked_tables_onlyBoolean
localeString
nameString
positionNumber
reference_idString
respondent_viewString
resubmittableBoolean
surveys_idsList of Number
updated_atString
weightingBoolean

Example Usage

data "highbond_questionnaire" "main" {
collection_id = 87984
name = "Questionnaire Name"
}

data "highbond_collection" "main" {
name = "collection_name"
}

data "highbond_questionnaire" "main" {
collection_id = data.highbond_collection.main.collections[0].id
name = "Questionnaire Name"
}

// We can access this datasource value as below: data.highbond_questionnaire.main.questionnaires[0].id