| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
?string | ➖ | Unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
remoteId |
?string | ➖ | Provider's unique identifier | 8187e5da-dc77-475e-9949-af0f1fa4e4e3 |
ticketId |
?string | ➖ | The reference ticket ID the attachment belongs to | ticket-001 |
userId |
?string | ➖ | The user who uploaded the file | user-001 |
fileName |
?string | ➖ | The name of the file | file.pdf |
fileFormat |
?Components\TicketingAttachmentResultFileFormat | ➖ | The type of the file | |
fileUrl |
?string | ➖ | The resource URL of the file | https://example.com/files/screenshot.png |
size |
?float | ➖ | The size of the file | 1024 |
createdAt |
\DateTime | ➖ | The timestamp when the record was created | 2021-01-01T01:01:01.000Z |
updatedAt |
\DateTime | ➖ | The timestamp when the record was last updated | 2021-01-01T01:01:01.000Z |