GetEForm |
Scroll |
REST URL (POST) https://tenant.thereforeonline.com/theservice/v0001/restun/GetEForm
SOAP Action (POST) http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetEForm
Loads an EForm from Therefore
Input Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetEForm
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â– FormNo |
xs:int |
mandatory |
Sets number of the form to be save or 0 for a new form |
â–¡ VersionNo |
xs:int |
optional nillable |
Sets number of the version of the form to be saved or 0 for a new version |
â–¡ WithDefaultSubmission |
xs:boolean |
optional nillable |
With default submission. |
Output Message: http://schemas.therefore.net/webservices/interop/v0001/messages/IThereforeService/GetEFormResponse
Element Name |
Element Type |
Restrictions |
Description |
â– parameters |
|
|
|
â–¡ EForm |
|
optional nillable |
The returned eForm |
â– FormNo |
xs:int |
mandatory |
Number of the form |
â– VersionNo |
xs:int |
mandatory |
Version of the form |
â–¡ Name |
xs:string |
mandatory nillable |
Name of the Form |
â– FolderNo |
xs:int |
mandatory |
Folder the form is in |
â– CreatedByUserNo |
xs:int |
mandatory |
User that created the form |
â–¡ CreatedByUserName |
xs:string |
mandatory nillable |
User that created the form (username) |
â– Created |
xs:dateTime |
mandatory |
DateTime when the form was last modified |
â– IndexingProfileNo |
xs:int |
optional |
Gets the GUID of the form |
â– Guid |
xs:string |
optional GUID string template: [\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12} |
Gets the GUID of the form |
â– DefaultSubmissionNo |
xs:int |
optional |
Gets default submission number. |
â–¡ FormDefinition |
xs:string |
mandatory nillable |
JSON definition of the form |
â–¡ DefaultSubmission |
xs:string |
optional nillable |
Gets default submission. |
â–¡ AnonymousAccessEnabled |
xs:boolean |
optional nillable |
Defines if anonymous access to this form is enabled |
Legend:
â– |
Not nillable element. |
â–¡ |
Nillable element. |
≡ |
Unbounded element (List of elements). |
Normal |
Optional element. |
Bold |
Mandatory element. |