Salesforce Marketing Cloud · JSON Structure

Salesforce Marketing Cloud Asset Query Structure

Type: object Properties: 4
AutomationCustomer JourneyDigital MarketingEmailMarketingPersonalization

AssetQuery is a JSON Structure definition published by Salesforce Marketing Cloud, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

page query sort fields

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AssetQuery",
  "type": "object",
  "properties": {
    "page": {
      "type": "object"
    },
    "query": {
      "type": "object"
    },
    "sort": {
      "type": "array"
    },
    "fields": {
      "type": "array"
    }
  }
}