QuestionnaireFormData
Provides information about a questionnaire form.
Properties
| Parameter | Type | Description |
|---|---|---|
| Key | string | The key of the questionnaire form. |
| Category | string | Always ‘ppq’. |
| Name | string | Name. |
| Description | string | Longer description. |
JSON Example
{
"Key": "3bdd966cf6f9c0c6872ee0551da74c4d",
"Category": "ppq",
"Name": "Test",
"Description": "Longer description"
}