Click or drag to resize
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
)

Parameters

formId
Type: SystemGuid
The identifier for the form instance

Return Value

Type: FormInstance
The completed form instance
See Also