ServiceNow · Example Payload

Servicenow Service Catalog Catalog Example

A sample description.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

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

Top-level fields

sys_idtitledescriptionhas_categorieshas_items

Example Payload

Raw ↑
{
  "sys_id": "500123",
  "title": "Example Title",
  "description": "A sample description.",
  "has_categories": true,
  "has_items": true
}