Adobe Campaign · JSON Structure

Adobe Campaign Classic Query Result Structure

SOAP response containing query result set as XML elements matching the target schema structure.

Type: object Properties: 1
Campaign ManagementCustomer ExperienceEmail MarketingMarketing AutomationMulti-Channel Marketing

QueryResult is a JSON Structure definition published by Adobe Campaign, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

resultSet

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adobe-campaign/refs/heads/main/json-structure/adobe-campaign-classic-query-result-structure.json",
  "name": "QueryResult",
  "description": "SOAP response containing query result set as XML elements matching the target schema structure.",
  "type": "object",
  "properties": {
    "resultSet": {
      "type": "object",
      "description": "Collection of result records matching the query criteria."
    }
  }
}