FeedElementPage

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
currentPageUrl string
elements array
nextPageUrl stringnull
updatesUrl string
View JSON Schema on GitHub

JSON Schema

salesforce-automation-feedelementpage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FeedElementPage",
  "title": "FeedElementPage",
  "type": "object",
  "properties": {
    "currentPageUrl": {
      "type": "string"
    },
    "elements": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/FeedElement"
      }
    },
    "nextPageUrl": {
      "type": [
        "string",
        "null"
      ]
    },
    "updatesUrl": {
      "type": "string"
    }
  }
}