ServiceNow · JSON Structure

Servicenow Attachment Attachment Structure

Metadata about a file attachment stored in ServiceNow.

Type: object Properties: 16
AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflows

Attachment is a JSON Structure definition published by ServiceNow, describing 16 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

sys_id file_name table_name table_sys_id content_type size_bytes size_compressed download_link image_height image_width hash state sys_created_on sys_created_by sys_updated_on sys_updated_by

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Metadata about a file attachment stored in ServiceNow.",
  "name": "Attachment",
  "properties": {
    "sys_id": {
      "type": "string",
      "description": "Unique identifier for the attachment record."
    },
    "file_name": {
      "type": "string",
      "description": "The name of the attached file."
    },
    "table_name": {
      "type": "string",
      "description": "The table to which the attachment belongs."
    },
    "table_sys_id": {
      "type": "string",
      "description": "The sys_id of the record to which the file is attached."
    },
    "content_type": {
      "type": "string",
      "description": "The MIME type of the attached file."
    },
    "size_bytes": {
      "type": "integer",
      "description": "The size of the attached file in bytes."
    },
    "size_compressed": {
      "type": "integer",
      "description": "The compressed size of the attached file in bytes."
    },
    "download_link": {
      "type": "uri",
      "description": "The URL to download the attachment file content."
    },
    "image_height": {
      "type": "integer",
      "description": "The height in pixels if the attachment is an image."
    },
    "image_width": {
      "type": "integer",
      "description": "The width in pixels if the attachment is an image."
    },
    "hash": {
      "type": "string",
      "description": "The MD5 hash of the file content."
    },
    "state": {
      "type": "string",
      "description": "The state of the attachment processing."
    },
    "sys_created_on": {
      "type": "datetime",
      "description": "The date and time the attachment was created."
    },
    "sys_created_by": {
      "type": "string",
      "description": "The user who uploaded the attachment."
    },
    "sys_updated_on": {
      "type": "datetime",
      "description": "The date and time the attachment was last modified."
    },
    "sys_updated_by": {
      "type": "string",
      "description": "The user who last modified the attachment record."
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/servicenow-attachment-attachment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.