DashboardListItem

Summary information about a dashboard

CloudCRMCustomer ManagementEnterpriseSales

Properties

Name Type Description
id string
name string
statusUrl string
url string
folderId string
folderName string
View JSON Schema on GitHub

JSON Schema

salesforce-sales-cloud-dashboardlistitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DashboardListItem",
  "title": "DashboardListItem",
  "type": "object",
  "description": "Summary information about a dashboard",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "statusUrl": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "folderId": {
      "type": "string"
    },
    "folderName": {
      "type": "string"
    }
  }
}