Skip to content

Relationships

Schema relationships
graph LR
    Attachments -->|"ticket_id"| Tickets
    Attachments -->|"uploaded_by"| Users

Properties

content_typestring

The content type of the attachment

created_atstring · date-time

The time when the attachment was created

etagstring

The unique identifier for the specific version of the resource.

file_namestring

The attachment's name.

file_urlstring

The URL to download the attachment

idstring

The unique identifier for the attachment

remote_dataRecord<string, any>

Raw data returned from the remote API call.

sizenumber

The file size in bytes

ticket_idstring

The ticket id to which the attachment belongs

References: Tickets → id
updated_atstring · date-time

The time when the attachment was updated

uploaded_bystring

The user who uploaded the attachment

References: Users → id
uploaded_by_typestring

The type of the user who uploaded the attachment