Preparing search index...
The search index is not available
tally-js
tally-js
TallyFormFullResponseDTO
Interface TallyFormFullResponseDTO
Type definition for the getForm request, including the contents of the form as blocks
interface
TallyFormFullResponseDTO
{
blocks
?:
TallyFormBlockDTO
[]
;
createdAt
:
string
;
id
:
string
;
isClosed
:
boolean
;
name
:
string
;
numberOfSubmissions
:
number
;
payments
?:
TallyPaymentsDTO
[]
;
settings
?:
TallyFormSettingsDTO
;
status
:
TallyFormStatus
;
updatedAt
:
string
;
workspaceId
:
string
;
}
Hierarchy (
View Summary
)
TallyFormSimpleResponseDTO
TallyFormFullResponseDTO
Index
Properties
blocks?
created
At
id
is
Closed
name
number
Of
Submissions
payments?
settings?
status
updated
At
workspace
Id
Properties
Optional
blocks
blocks
?:
TallyFormBlockDTO
[]
created
At
createdAt
:
string
id
id
:
string
is
Closed
isClosed
:
boolean
name
name
:
string
number
Of
Submissions
numberOfSubmissions
:
number
Optional
payments
payments
?:
TallyPaymentsDTO
[]
Optional
settings
settings
?:
TallyFormSettingsDTO
status
status
:
TallyFormStatus
updated
At
updatedAt
:
string
workspace
Id
workspaceId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
blocks
created
At
id
is
Closed
name
number
Of
Submissions
payments
settings
status
updated
At
workspace
Id
tally-js
Loading...
Type definition for the getForm request, including the contents of the form as blocks