ServiceNow · Example Payload

Servicenow Service Catalog Catalog Item Detail Example

A sample description.

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

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

Top-level fields

sys_idnameshort_descriptiondescriptioncategorypricepicturemandatory_attachmentrequest_methodvariables

Example Payload

Raw ↑
{
  "sys_id": "500123",
  "name": "Example Title",
  "short_description": "example_value",
  "description": "A sample description.",
  "category": "example_value",
  "price": "example_value",
  "picture": "example_value",
  "mandatory_attachment": true,
  "request_method": "example_value",
  "variables": []
}