{ "sections": [ "title", "description", "fields", "usage", "associated_objects", "wsdl_segment", "field_reference" ], "title": "DashboardComponent - Data API", "description": "Represents a dashboard component, which can be a chart, metric, table, or gauge on a dashboard. Access is read-only. This object is available in API version 21.0 and later.", "fields_columns": [ "type", "properties", "description", "relationship_name", "relationship_type", "refers_to" ], "fields": { "CustomReportId": { "type": "reference", "properties": "Filter, Group, Nillable, Sort", "description": "Requires the user permission \"Manage All Private Reports and Dashboards.\" The ID of the report that provides data for the dashboard component. See Report." }, "DashboardId": { "type": "reference", "properties": "Filter, Group, Sort", "description": "The ID of the dashboard that contains the dashboard component. See Dashboard. This is a relationship field.", "relationship_name": "Dashboard", "relationship_type": "Lookup", "refers_to": "Dashboard" }, "Name": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The name of the dashboard component." } }, "usage": "Provides read only access to the current values in dashboard component fields.", "associated_objects": "This object has the following associated objects. Unless noted, they are available in the same API version as this object.\n\n- **DashboardComponentFeed**: Feed tracking is available for the object.", "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n\n \n\n\n \n \n \n \n \n \n\n```", "field_reference": { "CustomReportId": { "field_label": "Report ID", "type": "reference", "length": "18" }, "DashboardId": { "field_label": "Dashboard ID", "type": "reference", "length": "18" }, "Id": { "field_label": "Dashboard Component ID", "type": "id", "length": "18" }, "Name": { "field_label": "Dashboard Component Name", "type": "string", "length": "80" } }, "field_reference_columns": [ "field_label", "type", "length" ] }