ServiceNow · Example Payload

Servicenow Attachment Attachment Example

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Servicenow Attachment Attachment Example is an example object payload from ServiceNow, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

sys_idfile_nametable_nametable_sys_idcontent_typesize_bytessize_compresseddownload_linkimage_heightimage_widthhashstatesys_created_onsys_created_bysys_updated_onsys_updated_by

Example Payload

Raw ↑
{
  "sys_id": "500123",
  "file_name": "example_value",
  "table_name": "example_value",
  "table_sys_id": "500123",
  "content_type": "example_value",
  "size_bytes": 10,
  "size_compressed": 10,
  "download_link": "https://www.example.com",
  "image_height": 10,
  "image_width": 10,
  "hash": "example_value",
  "state": "example_value",
  "sys_created_on": "2026-01-15T10:30:00Z",
  "sys_created_by": "example_value",
  "sys_updated_on": "2026-01-15T10:30:00Z",
  "sys_updated_by": "example_value"
}