ServiceNow · Example Payload

Servicenow Service Catalog Catalog Item Example

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

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

Top-level fields

sys_idnameshort_descriptioncategorypricepicture

Example Payload

Raw ↑
{
  "sys_id": "500123",
  "name": "Example Title",
  "short_description": "example_value",
  "category": "example_value",
  "price": "example_value",
  "picture": "example_value"
}