ServiceNow · Example Payload

Servicenow Service Catalog Catalog Variable Example

AutomationCloud ServicesDigital WorkflowsEnterprise PlatformIT Service ManagementITSMProcessesT1Workflow AutomationWorkflows

Servicenow Service Catalog Catalog Variable 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

namelabeltypemandatorydefault_valuechoices

Example Payload

Raw ↑
{
  "name": "Example Title",
  "label": "Example Title",
  "type": "example_value",
  "mandatory": true,
  "default_value": "example_value",
  "choices": []
}