DashboardList

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
dashboards array
nextPageUrl stringnull
totalSize integer
View JSON Schema on GitHub

JSON Schema

salesforce-automation-dashboardlist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DashboardList",
  "title": "DashboardList",
  "type": "object",
  "properties": {
    "dashboards": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Dashboard"
      }
    },
    "nextPageUrl": {
      "type": [
        "string",
        "null"
      ]
    },
    "totalSize": {
      "type": "integer"
    }
  }
}