Zapier · Example Payload

Partner Api Input Field Example

Example description for this resource.

IntegrationsiPaaS

Partner Api Input Field Example is an example object payload from Zapier, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeiddefault_valuedepends_ondescriptionformatinvalidates_input_fieldsis_requireditemsplaceholdertitlevalue_type

Example Payload

Raw ↑
{
  "type": "standard",
  "id": "500123",
  "default_value": "example-value",
  "depends_on": [
    "example-value"
  ],
  "description": "Example description for this resource.",
  "format": "example-value",
  "invalidates_input_fields": true,
  "is_required": true,
  "items": {},
  "placeholder": "example-value",
  "title": "Example Name",
  "value_type": "standard"
}