Adobe Experience Cloud · JSON Structure

Campaign Api Profile List Structure

ProfileList schema

Type: object Properties: 2
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

ProfileList is a JSON Structure definition published by Adobe Experience Cloud, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

content count

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-experience-cloud/refs/heads/main/json-structure/campaign-api-profile-list-structure.json",
  "name": "ProfileList",
  "description": "ProfileList schema",
  "type": "object",
  "properties": {
    "content": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "PKey": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "firstName": {
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "birthDate": {
            "type": "date"
          },
          "phone": {
            "type": "string"
          },
          "created": {
            "type": "datetime"
          },
          "lastModified": {
            "type": "datetime"
          }
        }
      }
    },
    "count": {
      "type": "object",
      "properties": {
        "value": {
          "type": "int32"
        }
      }
    }
  }
}