Skip to main content

FormSaveResponse Properties

An object defining properties for the FormSaveResponse class.

SecretKey

The encrypted secret key used for security.

Type: string


DocumentId

The identifier of the document related to the form.

Type: long


DecryptedSecret

The decrypted secret key associated with the form. (Ignored during serialization.)

Type: FormSecret


Form

The client form instance associated with the response.

Type: ClientForm


Status

The encrypted secret key used for security.

Type: FormStatus
Accepted Values:

NameValue
Completed0
Canceled1
ValidationError2

ValidationErrors

A list of validation errors encountered during the form save operation.

Type: List<FormValidationErrorObject>