Attachments
Columns
Name | Type | References | Description |
AttachmentId [KEY] | Long | Automatically assigned when the ticket is created. | |
TicketId | Integer | Tickets.Id | The id of the ticket the comment belongs to. |
CommentId | Long | TicketComments.Id | The id of the comment the attachment belongs to. |
FileName | String | The name of the form. | |
ContentUrl | String | A full URL where the attachment image file can be downloaded. | |
ContentType | String | The content type of the image. | |
Size | Integer | The size of the image file in bytes. | |
Inline | Boolean | If true, the attachment is excluded from the attachment list and the attachment's URL can be referenced within the comment of a ticket. Default is false. |
Last updated