TicketEntry
No description
type TicketEntry {
attachments: Folder
attachmentsId: UUID
comment: String
createdBy: User
createdById: UUID
createdDate: DateTime!
id: UUID!
organizationId: UUID!
status: TicketEntryStatus
ticketId: UUID
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| attachments | Folder object | — |
| attachmentsId | UUID scalar | — |
| comment | String scalar | — |
| createdBy | User object | — |
| createdById | UUID scalar | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| status | TicketEntryStatus enum | — |
| ticketId | UUID scalar | — |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity createTicketEntry Ticket |