Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 1.69 KB

SubmissionDataRequest.md

File metadata and controls

79 lines (46 loc) · 1.69 KB

DocSpring.SubmissionDataRequest

Properties

Name Type Description Notes
id String
submissionId String [optional]
name String
email String
order Number
sortOrder Number
fields [String]
metadata Object
state String
viewedAt String [optional]
completedAt String [optional]
authType String [optional]
authSecondFactorType String [optional]
authProvider String [optional]
authSessionStartedAt String [optional]
authSessionIdHash String [optional]
authUserIdHash String [optional]
authUsernameHash String [optional]
authPhoneNumberHash String [optional]
ipAddress String [optional]
userAgent String [optional]

Enum: StateEnum

  • pending (value: "pending")

  • completed (value: "completed")

Enum: AuthTypeEnum

  • none (value: "none")

  • password (value: "password")

  • oauth (value: "oauth")

  • email_link (value: "email_link")

  • phone_number (value: "phone_number")

  • ldap (value: "ldap")

  • saml (value: "saml")

Enum: AuthSecondFactorTypeEnum

  • none (value: "none")

  • phone_number (value: "phone_number")

  • totp (value: "totp")

  • mobile_push (value: "mobile_push")

  • security_key (value: "security_key")

  • fingerprint (value: "fingerprint")