backgroundColor | string The hex color, for instance |
defaultWidgetBackgroundColor | string The hex color of the background color for all widgets except for title widgets on the dashboard, for instance |
columnCount | number Number of columns that the dashboard contains. |
favorite | boolean (Deprecated) Indicates whether the user has marked the dashboard as a favorite. |
object | |
Array of objects | |
object Can contain dashboards, folders, reports, sheets, and templates. | |
string or number | |
string or number | |
id | number Dashboard Id. |
accessLevel | string Enum: "ADMIN" "COMMENTER" "EDITOR" "EDITOR_SHARE" "OWNER" "VIEWER" |
permalink | string URL that represents a direct link to the dashboard in Smartsheet. |
name | string Dashboard name. |
{- "backgroundColor": "string",
- "defaultWidgetBackgroundColor": "string",
- "columnCount": 0,
- "favorite": true,
- "source": {
- "id": 0,
- "type": "string"
}, - "widgets": [
- {
- "id": 0,
- "type": "CHART",
- "contents": {
- "type": "CHART",
- "reportId": 0,
- "sheetId": 0,
- "axes": [
- {
- "location": "BOTTOM",
- "title": "string",
- "titleInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "axisTitleFont": "Arial",
- "axisLabelFormat": ",,,,,,,,36,,,,,,,,",
- "axisLabelFont": "Arial",
- "includeZero": true
}
], - "hyperlink": {
- "interactionType": "DISTI_COPY",
- "folderId": 0,
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string",
- "workspaceId": 0
}, - "includedColumnIds": [
- 0
], - "legend": {
- "location": "BOTTOM",
- "legendFormat": ",,1,1,,,,,,,,,,,,,",
- "legendFont": "Arial"
}, - "selectionRanges": [
- {
- "sourceColumnId1": 0,
- "sourceColumnId2": 0,
- "sourceRowId1": 0,
- "sourceRowId2": 0
}
], - "series": [
- {
- "title": "string",
- "titleInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "seriesTitleFormat": "string",
- "seriesType": "AREA",
- "dataLabels": {
- "labelType": "NONE"
}, - "tooltips": {
- "labelType": "NONE"
}, - "lineType": "CURVED",
- "holeSize": 0,
- "isFilled": true,
- "isHalf": true,
- "isStacked": true,
- "xFormat": ",,1,1,,,,,,,,,,,,,",
- "yFormat": ",,1,1,,,,,,,,,,,,,",
- "color": "string",
- "axisLocationX": "BOTTOM",
- "axisLocationY": "BOTTOM",
- "yColumnInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "xColumnInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "seriesSelectionOrder": "COLUMNS",
- "seriesData": [
- {
- "x": null,
- "y": null,
- "xFormat": null,
- "yFormat": null,
- "color": null
}
], - "selectionRanges": [
- {
- "sourceColumnId1": null,
- "sourceColumnId2": null,
- "sourceRowId1": null,
- "sourceRowId2": null
}
]
}
], - "verticalGridLines": {
- "lineStyle": "SOLID"
}, - "horizontalGridLines": {
- "lineStyle": "SOLID"
}
}, - "height": 0,
- "showTitle": true,
- "showTitleIcon": true,
- "title": "string",
- "titleFormat": ",,1,,,,,,,3,,,,,,1,",
- "titleFont": "Arial",
- "version": 0,
- "viewMode": 1,
- "width": 0,
- "xPosition": 0,
- "yPosition": 0
}
], - "workspace": {
- "id": 0,
- "name": "string",
- "accessLevel": "ADMIN",
- "permalink": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "modifiedAt": "2019-08-24T14:15:22Z",
- "id": 0,
- "accessLevel": "ADMIN",
- "permalink": "string",
- "name": "string"
}
readOnlyFullAccessibleBy | string Indicates who can access the 'Read-Only Full' view of the published dashboard. Only returned in the response if readOnlyFullEnabled = true.
If readOnlyFullEnabled is set to true in the request, but readOnlyFullAccessibleBy is not specified, the value of readOnlyFullAccessibleBy defaults to the organization-level 'Dashboard Publishing' setting (if the dashboard owner belongs to an organization account) or to ALL (if the dashboard owner does not belong to an organization account). |
readOnlyFullEnabled required | boolean If true, a rich version of the dashboard is published with the ability to use shortcuts and widget interactions. |
readOnlyFullUrl | string URL for 'Read-Only Full' view of the published dashboard. Only returned in a response if readOnlyFullEnabled = true. |
{- "readOnlyFullAccessibleBy": "ALL",
- "readOnlyFullEnabled": true,
- "readOnlyFullUrl": "string"
}
id | number Widget Id. |
type | string Type of widget. |
Chart (object) or Metric (object) or Image (object) or Report (object) or Rich Text (object) or Shortcut (object) or Title (object) or Web Content (object) The type of widget content depends on the value of widget.type. | |
height | number Number of rows that the widget occupies on the dashboard. |
showTitle | boolean True indicates that the client should display the widget title. This is independent of the title string which may be null or empty. |
showTitleIcon | boolean True indicates that the client should display the sheet icon in the widget title. |
title | string Title of the widget. |
titleFormat | string Title format descriptor (see Formatting). |
titleFont | string List of supported fonts in Dashboards |
version | number Widget version number. |
viewMode | number Indicates the content layout. Must use a query parameter of level=2 to see this information.
|
width | number Number of columns that the widget occupies on the dashboard. |
xPosition | number X-coordinate of widget's position on the dashboard. |
yPosition | number Y-coordinate of widget's position on the dashboard. |
{- "id": 0,
- "type": "CHART",
- "contents": {
- "type": "CHART",
- "reportId": 0,
- "sheetId": 0,
- "axes": [
- {
- "location": "BOTTOM",
- "title": "string",
- "titleInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "axisTitleFont": "Arial",
- "axisLabelFormat": ",,,,,,,,36,,,,,,,,",
- "axisLabelFont": "Arial",
- "includeZero": true
}
], - "hyperlink": {
- "interactionType": "DISTI_COPY",
- "folderId": 0,
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string",
- "workspaceId": 0
}, - "includedColumnIds": [
- 0
], - "legend": {
- "location": "BOTTOM",
- "legendFormat": ",,1,1,,,,,,,,,,,,,",
- "legendFont": "Arial"
}, - "selectionRanges": [
- {
- "sourceColumnId1": 0,
- "sourceColumnId2": 0,
- "sourceRowId1": 0,
- "sourceRowId2": 0
}
], - "series": [
- {
- "title": "string",
- "titleInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "seriesTitleFormat": "string",
- "seriesType": "AREA",
- "dataLabels": {
- "labelType": "NONE"
}, - "tooltips": {
- "labelType": "NONE"
}, - "lineType": "CURVED",
- "holeSize": 0,
- "isFilled": true,
- "isHalf": true,
- "isStacked": true,
- "xFormat": ",,1,1,,,,,,,,,,,,,",
- "yFormat": ",,1,1,,,,,,,,,,,,,",
- "color": "string",
- "axisLocationX": "BOTTOM",
- "axisLocationY": "BOTTOM",
- "yColumnInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "xColumnInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "seriesSelectionOrder": "COLUMNS",
- "seriesData": [
- {
- "x": 0,
- "y": 0,
- "xFormat": ",,1,1,,,,,,,,,,,,,",
- "yFormat": ",,1,1,,,,,,,,,,,,,",
- "color": "string"
}
], - "selectionRanges": [
- {
- "sourceColumnId1": 0,
- "sourceColumnId2": 0,
- "sourceRowId1": 0,
- "sourceRowId2": 0
}
]
}
], - "verticalGridLines": {
- "lineStyle": "SOLID"
}, - "horizontalGridLines": {
- "lineStyle": "SOLID"
}
}, - "height": 0,
- "showTitle": true,
- "showTitleIcon": true,
- "title": "string",
- "titleFormat": ",,1,,,,,,,3,,,,,,1,",
- "titleFont": "Arial",
- "version": 0,
- "viewMode": 1,
- "width": 0,
- "xPosition": 0,
- "yPosition": 0
}
type | string Enum: "METRIC" "SHEETSUMMARY" |
sheetId | number Sheet Id from which the cell data originates. |
Array of objects | |
Array of objects | |
object |
{- "type": "METRIC",
- "sheetId": 0,
- "cellData": [
- {
- "columnId": 0,
- "rowId": 0,
- "sheetId": 0,
- "objectValue": true,
- "cell": {
- "columnId": 0,
- "columnType": "string",
- "conditionalFormat": "string",
- "displayValue": "string",
- "format": "string",
- "formula": "string",
- "hyperlink": {
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string"
}, - "image": {
- "altText": "string",
- "height": 0,
- "id": "string",
- "width": 0
}, - "linkInFromCell": {
- "columnId": 0,
- "rowId": 0,
- "sheetId": 0,
- "sheetName": "string",
- "status": "BLOCKED"
}, - "linksOutToCells": [
- {
- "columnId": 0,
- "rowId": 0,
- "sheetId": 0,
- "sheetName": "string",
- "status": "BLOCKED"
}
], - "objectValue": {
- "objectType": "ABSTRACT_DATETIME"
}, - "overrideValidation": true,
- "strict": true,
- "value": "string"
}, - "dataSource": "CELL",
- "inheritCellValue": true,
- "label": "string",
- "labelFormat": ",,1,1,,,,,,,,,,,,,",
- "labelFont": "Arial",
- "order": 0,
- "profileField": {
- "id": 0,
- "contactOptions": [
- {
- "email": "string",
- "name": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": {
- "email": "jane.doe@smartsheet.com",
- "name": "Jane Doe"
}, - "displayValue": "string",
- "format": "string",
- "formula": "string",
- "hyperlink": {
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string"
}, - "image": {
- "altText": "string",
- "height": 0,
- "id": "string",
- "width": 0
}, - "index": 0,
- "locked": true,
- "lockedForUser": true,
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modifiedBy": {
- "email": "jane.doe@smartsheet.com",
- "name": "Jane Doe"
}, - "objectValue": {
- "objectType": "ABSTRACT_DATETIME"
}, - "options": [
- "string"
], - "symbol": "string",
- "title": "string",
- "type": "ABSTRACT_DATETIME",
- "validation": true
}, - "valueFormat": ",,1,1,,,,,,,,,,,,,",
- "valueFont": "Arial"
}
], - "columns": [
- {
- "autoNumberFormat": {
- "fill": "string",
- "prefix": "string",
- "startingNumber": 0,
- "suffix": "string"
}, - "contactOptions": [
- {
- "email": "string",
- "name": "string"
}
], - "description": "string",
- "format": "string",
- "formula": "string",
- "hidden": true,
- "id": 0,
- "index": 0,
- "locked": true,
- "lockedForUser": true,
- "options": [
- "string"
], - "primary": true,
- "symbol": "string",
- "systemColumnType": "AUTO_NUMBER",
- "tags": [
- "CALENDAR_END_DATE"
], - "title": "string",
- "type": "ABSTRACT_DATETIME",
- "validation": true,
- "version": 0,
- "width": 0
}
], - "hyperlink": {
- "interactionType": "DISTI_COPY",
- "folderId": 0,
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string",
- "workspaceId": 0
}
}
columnId | number Column Id for each item. |
rowId | number Row Id for each item. |
sheetId | number Sheet Id for each item. |
boolean or number or string The type of data returned depends on the cell type and the data in the cell. | |
object | |
dataSource | string Enum: "CELL" "SUMMARY_FIELD" |
inheritCellValue | boolean Specifies if valueFormat is inherited from the underlying cell value |
label | string Label for the data point. This is either the column name or a user-provided string. |
labelFormat | string Format description for label. |
labelFont | string List of supported fonts in Dashboards |
order | number The display order for the CellDataItem. |
object | |
valueFormat | string Format description for value. |
valueFont | string List of supported fonts in Dashboards |
{- "columnId": 0,
- "rowId": 0,
- "sheetId": 0,
- "objectValue": true,
- "cell": {
- "columnId": 0,
- "columnType": "string",
- "conditionalFormat": "string",
- "displayValue": "string",
- "format": "string",
- "formula": "string",
- "hyperlink": {
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string"
}, - "image": {
- "altText": "string",
- "height": 0,
- "id": "string",
- "width": 0
}, - "linkInFromCell": {
- "columnId": 0,
- "rowId": 0,
- "sheetId": 0,
- "sheetName": "string",
- "status": "BLOCKED"
}, - "linksOutToCells": [
- {
- "columnId": 0,
- "rowId": 0,
- "sheetId": 0,
- "sheetName": "string",
- "status": "BLOCKED"
}
], - "objectValue": {
- "objectType": "ABSTRACT_DATETIME"
}, - "overrideValidation": true,
- "strict": true,
- "value": "string"
}, - "dataSource": "CELL",
- "inheritCellValue": true,
- "label": "string",
- "labelFormat": ",,1,1,,,,,,,,,,,,,",
- "labelFont": "Arial",
- "order": 0,
- "profileField": {
- "id": 0,
- "contactOptions": [
- {
- "email": "string",
- "name": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "createdBy": {
- "email": "jane.doe@smartsheet.com",
- "name": "Jane Doe"
}, - "displayValue": "string",
- "format": "string",
- "formula": "string",
- "hyperlink": {
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string"
}, - "image": {
- "altText": "string",
- "height": 0,
- "id": "string",
- "width": 0
}, - "index": 0,
- "locked": true,
- "lockedForUser": true,
- "modifiedAt": "2019-08-24T14:15:22Z",
- "modifiedBy": {
- "email": "jane.doe@smartsheet.com",
- "name": "Jane Doe"
}, - "objectValue": {
- "objectType": "ABSTRACT_DATETIME"
}, - "options": [
- "string"
], - "symbol": "string",
- "title": "string",
- "type": "ABSTRACT_DATETIME",
- "validation": true
}, - "valueFormat": ",,1,1,,,,,,,,,,,,,",
- "valueFont": "Arial"
}
type | string Value: "CHART" |
reportId | number Report Id denoting container source, if applicable. |
sheetId | number Sheet Id denoting container source, if applicable. |
Array of objects | |
object | |
includedColumnIds | Array of numbers Array of column Ids if the range was selected through the UI. |
object | |
Array of objects | |
Array of objects | |
object | |
object |
{- "type": "CHART",
- "reportId": 0,
- "sheetId": 0,
- "axes": [
- {
- "location": "BOTTOM",
- "title": "string",
- "titleInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "axisTitleFont": "Arial",
- "axisLabelFormat": ",,,,,,,,36,,,,,,,,",
- "axisLabelFont": "Arial",
- "includeZero": true
}
], - "hyperlink": {
- "interactionType": "DISTI_COPY",
- "folderId": 0,
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string",
- "workspaceId": 0
}, - "includedColumnIds": [
- 0
], - "legend": {
- "location": "BOTTOM",
- "legendFormat": ",,1,1,,,,,,,,,,,,,",
- "legendFont": "Arial"
}, - "selectionRanges": [
- {
- "sourceColumnId1": 0,
- "sourceColumnId2": 0,
- "sourceRowId1": 0,
- "sourceRowId2": 0
}
], - "series": [
- {
- "title": "string",
- "titleInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "seriesTitleFormat": "string",
- "seriesType": "AREA",
- "dataLabels": {
- "labelType": "NONE"
}, - "tooltips": {
- "labelType": "NONE"
}, - "lineType": "CURVED",
- "holeSize": 0,
- "isFilled": true,
- "isHalf": true,
- "isStacked": true,
- "xFormat": ",,1,1,,,,,,,,,,,,,",
- "yFormat": ",,1,1,,,,,,,,,,,,,",
- "color": "string",
- "axisLocationX": "BOTTOM",
- "axisLocationY": "BOTTOM",
- "yColumnInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "xColumnInfo": {
- "type": "ABSTRACT_DATE_TIME"
}, - "seriesSelectionOrder": "COLUMNS",
- "seriesData": [
- {
- "x": 0,
- "y": 0,
- "xFormat": ",,1,1,,,,,,,,,,,,,",
- "yFormat": ",,1,1,,,,,,,,,,,,,",
- "color": "string"
}
], - "selectionRanges": [
- {
- "sourceColumnId1": 0,
- "sourceColumnId2": 0,
- "sourceRowId1": 0,
- "sourceRowId2": 0
}
]
}
], - "verticalGridLines": {
- "lineStyle": "SOLID"
}, - "horizontalGridLines": {
- "lineStyle": "SOLID"
}
}
type | string Value: "IMAGE" |
privateId | string The image private Id. |
fileName | string Name of the image file. |
fit | string Describes how the image occupies the available space of its widget.
|
format | string Format descriptor. Follows the pattern in FormatTables. |
height | number |
object | |
margin | string Indicates whether there is margin between the image and its widget borders.
|
width | number Original width of the image in pixels. |
{- "type": "IMAGE",
- "privateId": "string",
- "fileName": "string",
- "fit": "ACTUAL_SIZE",
- "format": ",7,1,,,,2,2,1,3,,,,,,1,",
- "height": 0,
- "hyperlink": {
- "interactionType": "DISTI_COPY",
- "folderId": 0,
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string",
- "workspaceId": 0
}, - "margin": "MARGIN",
- "width": 0
}
type | string Value: "GRIDGANTT" |
reportId | number Report Id denoting container source. |
htmlContent | string HTMl snippet to render report. |
backgroundColor | string The hex color. |
object |
{- "type": "GRIDGANTT",
- "reportId": 0,
- "htmlContent": "string",
- "backgroundColor": "#E6F5FE",
- "hyperlink": {
- "interactionType": "DISTI_COPY",
- "folderId": 0,
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string",
- "workspaceId": 0
}
}
type | string Value: "RICHTEXT" |
htmlContent | string The widget contents as HTML. The Rich Text widget supports the following subset of HTML tags and CSS Styles: HTML
CSS
|
{- "type": "RICHTEXT",
- "htmlContent": "string"
}
sourceColumnId1 | number Defines beginning edge of range when specifying one or more columns. |
sourceColumnId2 | number Defines ending edge of range when specifying one or more columns. |
sourceRowId1 | number Defines beginning edge of range when specifying one or more rows. |
sourceRowId2 | number Defines ending edge of range when specifying one or more rows. |
{- "sourceColumnId1": 0,
- "sourceColumnId2": 0,
- "sourceRowId1": 0,
- "sourceRowId2": 0
}
attachmentType | string Enum: "BOX_COM" "DROPBOX" "EGNYTE" "EVERNOTE" "FILE" "GOOGLE_DRIVE" "LINK" "ONEDRIVE" "SMARTSHEET" |
object | |
label | string Label for the data point. |
labelFormat | string Format description of label. |
labelFont | string List of supported fonts in Dashboards |
mimeType | string |
order | number The display order for the ShortcutWidgetItem object. |
{- "attachmentType": "BOX_COM",
- "hyperlink": {
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string"
}, - "label": "string",
- "labelFormat": ",,1,1,,,,,,,,,,,,,",
- "labelFont": "Arial",
- "mimeType": "string",
- "order": 0
}
type | string Enum: "SHORTCUT" "SHORTCUTICON" "SHORTCUTLIST" |
Array of objects |
{- "type": "SHORTCUT",
- "shortcutData": [
- {
- "attachmentType": "BOX_COM",
- "hyperlink": {
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string"
}, - "label": "string",
- "labelFormat": ",,1,1,,,,,,,,,,,,,",
- "labelFont": "Arial",
- "mimeType": "string",
- "order": 0
}
]
}
type | string Value: "RICHTEXT" |
backgroundColor | string |
htmlContent | string The widget contents as HTML. The Title widget supports the following subset of HTML tags and CSS Styles: HTML
CSS
|
{- "type": "RICHTEXT",
- "backgroundColor": "string",
- "htmlContent": "<p style=\"text-align:center\"><span class=\"clsDbFt\">HI!</span></p>"
}
type | string Value: "WidgetWebContent" |
url | string The URL for the web content. |
{- "type": "WidgetWebContent",
}
interactionType | string Specifies what happens when a user clicks the widget. The type will determine what other properties are needed.
|
folderId | number If interactionType = SMARTSHEET_ITEM this is the folder to open. |
reportId | number If interactionType = SMARTSHEET_ITEM this is the report to open. |
sheetId | number If interactionType = SMARTSHEET_ITEM this is the sheet to open. |
sightId | number If interactionType = SMARTSHEET_ITEM this is the dashboard to open. |
url | string If interactionType = WEB this is the URL to launch. |
workspaceId | number If interactionType = SMARTSHEET_ITEM this is the workspace to open. |
{- "interactionType": "DISTI_COPY",
- "folderId": 0,
- "reportId": 0,
- "sheetId": 0,
- "sightId": 0,
- "url": "string",
- "workspaceId": 0
}