ServiceNow · Schema

Attachment

Metadata about a file attachment stored in ServiceNow.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Properties

Name Type Description
sys_id string Unique identifier for the attachment record.
file_name string The name of the attached file.
table_name string The table to which the attachment belongs.
table_sys_id string The sys_id of the record to which the file is attached.
content_type string The MIME type of the attached file.
size_bytes integer The size of the attached file in bytes.
size_compressed integer The compressed size of the attached file in bytes.
download_link string The URL to download the attachment file content.
image_height integer The height in pixels if the attachment is an image.
image_width integer The width in pixels if the attachment is an image.
hash string The MD5 hash of the file content.
state string The state of the attachment processing.
sys_created_on string The date and time the attachment was created.
sys_created_by string The user who uploaded the attachment.
sys_updated_on string The date and time the attachment was last modified.
sys_updated_by string The user who last modified the attachment record.
View JSON Schema on GitHub