GetForm()
The GetForm() command returns a form with its questions and answers, and other information which may be useful.
|
| Parameter | Type | Max Length | Required | Description |
|---|---|---|---|---|
| apiToken | string | 20 | Y | Your API security token configured in Field View. |
| formId | string | 20 | Y | The unique ID of the form. |
| Field | Type | Description |
|---|---|---|
| FormInformation | FormInformation | Form information structure. |
<FormResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<FormInformation>
<FormTemplateID></FormTemplateID>
<FormTemplateLinkID></FormTemplateLinkID>
<FormAnswerID></FormAnswerID>
<SortOrder></SortOrder>
<Type></Type>
<QuestionType></QuestionType>
<DataType></DataType>
<Question></Question>
<Alias></Alias>
<Level></Level>
<Answer></Answer>
<AnsweredBy></AnsweredBy>
<AnsweredDateTime></AnsweredDateTime>
<HasActions></HasActions>
<HasImages></HasImages>
<HasComments></HasComments>
<HasDocuments></HasDocuments>
</FormInformation>
</FormResponse>