ContactSearchResponse

Response returned from a contact search operation

AutomationContent ManagementCustomer JourneyDigital MarketingEmailMarketingMarketing AutomationMCPMobile MessagingPersonalizationSMSWebhook

Properties

Name Type Description
count integer Total number of matching contacts
page integer
pageSize integer
items array
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-contact-search-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactSearchResponse",
  "type": "object",
  "description": "Response returned from a contact search operation",
  "properties": {
    "count": {
      "type": "integer",
      "description": "Total number of matching contacts"
    },
    "page": {
      "type": "integer"
    },
    "pageSize": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    }
  }
}