LegacyTelogisServiceGetForm Method |
Print this page
Retrieves information about a completed form instance and the fields it contains
Namespace: Telogis.API Syntax public FormInstance GetForm(
Guid formId
)
Public Function GetForm (
formId As Guid
) As FormInstance
Parameters
- formId
- Type: SystemGuid
The identifier for the form instance
Return Value
Type:
FormInstance
The completed form instance
See Also