FeedElementPage

CloudCRMCustomer ManagementEnterpriseSales

Properties

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

JSON Schema

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