CategoryCollection

Paginated collection of asset categories

AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

Properties

Name Type Description
count integer
page integer
pageSize integer
items array
View JSON Schema on GitHub

JSON Schema

salesforce-marketing-cloud-category-collection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CategoryCollection",
  "type": "object",
  "description": "Paginated collection of asset categories",
  "properties": {
    "count": {
      "type": "integer"
    },
    "page": {
      "type": "integer"
    },
    "pageSize": {
      "type": "integer"
    },
    "items": {
      "type": "array"
    }
  }
}