Section is a datatype for a dashboard section.

This datatype is used by the key datatypes, Dashboard, SharedDashboard, and LimitedScheduledReport, which are used by several mutation and query fields.

Table: Section

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: Oct 3, 2024
collapsedbooleanyes Long-TermWhether the section is collapsed.
descriptionstring  Long-TermA description of the section.
idstringyes Long-TermThe unique identifier of the section.
orderintegeryes Long-TermThe numeric used for the position of the section when ordering (e.g., 1 is first).
timeSelectorTimeIntervalyes Long-TermThe start and ending time. See TimeInterval.
titlestring  Long-TermThe title for the section.
widgetIds[string]yes Long-TermThe unique identifiers for the widget for the section.