Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Contact Search Response Structure

Type: object Properties: 4
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

ContactSearchResponse is a JSON Structure definition published by Salesforce Marketing Cloud, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

count page pageSize items

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContactSearchResponse",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    },
    "page": {
      "type": "integer"
    },
    "pageSize": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    }
  }
}