ServiceNow · Schema

Record

A generic ServiceNow record. The actual fields depend on the table being queried. Common system fields are included in every record.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Properties

Name Type Description
sys_id string The unique 32-character system identifier for the record.
sys_created_on string The date and time when the record was created.
sys_created_by string The user who created the record.
sys_updated_on string The date and time when the record was last updated.
sys_updated_by string The user who last updated the record.
sys_mod_count integer The number of times the record has been modified.
sys_tags string System tags associated with the record.
sys_class_name string The table class name for the record.
View JSON Schema on GitHub