Adobe Experience Cloud · JSON Structure

Analytics Api Segment List Structure

SegmentList schema

Type: object Properties: 3
AnalyticsCustomer ExperienceDigital MarketingPersonalizationCampaign ManagementJourney Orchestration

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

Properties

content totalElements totalPages

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/analytics-api-segment-list-structure.json",
  "name": "SegmentList",
  "description": "SegmentList schema",
  "type": "object",
  "properties": {
    "content": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "string"
          },
          "name": {
            "type": "string"
          },
          "description": {
            "type": "string"
          },
          "rsid": {
            "type": "string"
          },
          "owner": {
            "type": "object",
            "properties": {
              "id": {
                "type": "int32"
              },
              "name": {
                "type": "string"
              }
            }
          },
          "definition": {
            "type": "object"
          },
          "tags": {
            "type": "array",
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "int32"
                },
                "name": {
                  "type": "string"
                }
              }
            }
          }
        }
      }
    },
    "totalElements": {
      "type": "int32"
    },
    "totalPages": {
      "type": "int32"
    }
  }
}