Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
TicketData
Interface TicketData
interface
TicketData
{
_element_parent
?:
AttributeData
<
string
|
AttributeValueTypeElement
|
Element
,
>
;
_type
:
string
;
approvers
:
TicketProperty
<
User
[]
>
;
assignees
:
TicketProperty
<
User
[]
>
;
checklist
:
TicketProperty
<
ElementFormData
>
;
children
:
TicketData
[]
;
comments
:
CommentValue
[]
;
createdAt
:
TicketProperty
<
string
>
;
createdBy
:
TicketProperty
<
User
>
;
description
:
TicketProperty
<
string
>
;
dueDate
:
TicketProperty
<
string
>
;
elements
:
TicketProperty
<
string
[]
>
;
hash
:
string
;
is_incomplete
:
TicketProperty
<
string
>
;
isPublic
?:
boolean
;
links
?:
RestApiLink
[]
;
logs
:
TicketLog
[]
;
organization
:
string
;
overDue
:
boolean
;
parent
?:
Partial
<
TicketData
>
;
participants
:
TicketProperty
<
string
[]
>
;
priority
?:
TicketProperty
<
unknown
>
;
status
:
TicketProperty
<
TicketStatus
>
;
subject
:
TicketProperty
<
string
>
;
}
Hierarchy
Omit
<
ElementMetaAttributes
,
"author"
|
"timestamp"
>
TicketData
Index
Properties
_element_
parent?
_type
approvers
assignees
checklist
children
comments
created
At
created
By
description
due
Date
elements
hash
is_
incomplete
is
Public?
links?
logs
organization
over
Due
parent?
participants
priority?
status
subject
Properties
Optional
_element_
parent
_element_parent
?:
AttributeData
<
string
|
AttributeValueTypeElement
|
Element
>
_type
_type
:
string
approvers
approvers
:
TicketProperty
<
User
[]
>
assignees
assignees
:
TicketProperty
<
User
[]
>
checklist
checklist
:
TicketProperty
<
ElementFormData
>
children
children
:
TicketData
[]
comments
comments
:
CommentValue
[]
created
At
createdAt
:
TicketProperty
<
string
>
created
By
createdBy
:
TicketProperty
<
User
>
description
description
:
TicketProperty
<
string
>
due
Date
dueDate
:
TicketProperty
<
string
>
elements
elements
:
TicketProperty
<
string
[]
>
hash
hash
:
string
is_
incomplete
is_incomplete
:
TicketProperty
<
string
>
Optional
is
Public
isPublic
?:
boolean
Optional
links
links
?:
RestApiLink
[]
logs
logs
:
TicketLog
[]
organization
organization
:
string
over
Due
overDue
:
boolean
Optional
parent
parent
?:
Partial
<
TicketData
>
participants
participants
:
TicketProperty
<
string
[]
>
Optional
priority
priority
?:
TicketProperty
<
unknown
>
status
status
:
TicketProperty
<
TicketStatus
>
subject
subject
:
TicketProperty
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_element_
parent
_type
approvers
assignees
checklist
children
comments
created
At
created
By
description
due
Date
elements
hash
is_
incomplete
is
Public
links
logs
organization
over
Due
parent
participants
priority
status
subject
edocu-sdk
Loading...