Field | Type | Required | Description | Example |
---|---|---|---|---|
FileName |
string | ✔️ | The file name of the attachment | features_planning.pdf |
FileURL |
string | ✔️ | The file url of the attachment | https://example.com/features_planning.pdf |
Uploader |
string | ✔️ | The uploader's UUID of the attachment | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
TicketID |
*string | ➖ | The UUID of the ticket the attachment is tied to | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
CommentID |
*string | ➖ | The UUID of the comment the attachment is tied to | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
FieldMappings |
map[string]any | ➖ | The custom field mappings of the attachment between the remote 3rd party & Panora | { "fav_dish": "broccoli", "fav_color": "red" } |
ID |
*string | ➖ | The UUID of the attachment | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
RemoteID |
*string | ➖ | The id of the attachment in the context of the 3rd Party | id_1 |
RemoteData |
map[string]any | ➖ | The remote data of the attachment in the context of the 3rd Party | { "fav_dish": "broccoli", "fav_color": "red" } |
CreatedAt |
*time.Time | ➖ | The created date of the object | 2024-10-01T12:00:00Z |
ModifiedAt |
*time.Time | ➖ | The modified date of the object | 2024-10-01T12:00:00Z |