ServiceNow · Schema

ImportSetResult

The result of processing an import set record including the transformation outcome.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformITSMProcessesT1Workflow-AutomationWorkflows

Properties

Name Type Description
transform_map string The name of the transform map used to process the record.
table string The target table into which the record was transformed.
display_name string The display name of the transform map.
display_value string The display value of the target record created or updated.
record_link string A link to the target record in ServiceNow.
status string The transformation status. Common values include inserted, updated, error, and ignored.
status_message string A descriptive message about the transformation result, especially useful when the status is error.
sys_id string The sys_id of the import set row record in the staging table.
target_sys_id string The sys_id of the record created or updated in the target table.
import_set string The sys_id of the parent import set.
View JSON Schema on GitHub

JSON Schema

servicenow-import-set-import-set-result-schema.json Raw ↑
{
  "type": "object",
  "description": "The result of processing an import set record including the transformation outcome.",
  "properties": {
    "transform_map": {
      "type": "string",
      "description": "The name of the transform map used to process the record.",
      "example": "example_value"
    },
    "table": {
      "type": "string",
      "description": "The target table into which the record was transformed.",
      "example": "example_value"
    },
    "display_name": {
      "type": "string",
      "description": "The display name of the transform map.",
      "example": "example_value"
    },
    "display_value": {
      "type": "string",
      "description": "The display value of the target record created or updated.",
      "example": "example_value"
    },
    "record_link": {
      "type": "string",
      "description": "A link to the target record in ServiceNow.",
      "format": "uri",
      "example": "https://www.example.com"
    },
    "status": {
      "type": "string",
      "description": "The transformation status. Common values include inserted, updated, error, and ignored.",
      "example": "inserted",
      "enum": [
        "inserted",
        "updated",
        "error",
        "ignored"
      ]
    },
    "status_message": {
      "type": "string",
      "description": "A descriptive message about the transformation result, especially useful when the status is error.",
      "example": "example_value"
    },
    "sys_id": {
      "type": "string",
      "description": "The sys_id of the import set row record in the staging table.",
      "example": "500123"
    },
    "target_sys_id": {
      "type": "string",
      "description": "The sys_id of the record created or updated in the target table.",
      "example": "500123"
    },
    "import_set": {
      "type": "string",
      "description": "The sys_id of the parent import set.",
      "example": "example_value"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ImportSetResult"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/servicenow-import-set-import-set-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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