Sha256: e512e2e33932141f5fa97b35287a56e442fbd1375500f4e9bb80a26580e4518a

Contents?: true

Size: 1.38 KB

Versions: 5

Compression:

Stored size: 1.38 KB

Contents

---
title: SurveyForm
---
## PureCloud::SurveyForm

## Properties

|Name | Type | Description | Notes|
|------------ | ------------- | ------------- | -------------|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
| **name** | **String** | The survey form name | |
| **modified_date** | **DateTime** | Last modified date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
| **published** | **BOOLEAN** | Is this form published | [optional] |
| **disabled** | **BOOLEAN** | Is this form disabled | [optional] |
| **context_id** | **String** | Unique Id for all versions of this form | |
| **language** | **String** | Language for survey viewer localization. Currently localized languages: da, de, en-US, es, fi, fr, it, ja, ko, nl, no, pl, pt-BR, sv, th, tr, zh-CH, zh-TW | |
| **header** | **String** | Markdown text for the top of the form. | [optional] |
| **footer** | **String** | Markdown text for the bottom of the form. | [optional] |
| **question_groups** | [**Array<SurveyQuestionGroup>**](SurveyQuestionGroup.html) | A list of question groups | |
| **published_versions** | [**DomainEntityListingSurveyForm**](DomainEntityListingSurveyForm.html) | List of published version of this form | [optional] |
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
purecloudplatformclientv2-96.0.0 docs/SurveyForm.md
purecloudplatformclientv2-95.0.0 docs/SurveyForm.md
purecloudplatformclientv2-94.0.0 docs/SurveyForm.md
purecloudplatformclientv2-93.0.0 docs/SurveyForm.md
purecloudplatformclientv2-92.0.0 docs/SurveyForm.md