DashboardPart
Field | NULL | Description | Note |
---|---|---|---|
dashboardId string (GUID) | Y | The id of the dashboard | |
reportName string | The name of the parent report of the report part | ||
type string | The type of the dashboard part | ||
title string | The title of the dashboard part | ||
reportId string (GUID) | Y | The id of the report containing the report part | |
reportPartId string (GUID) | Y | The id of the report part being used | |
content string | The content of the report part | ||
filterDescription string | The filter description for display | ||
numberOfRecord integer | Y | The number of records | |
positionX integer | The row number position | ||
positionY integer | The column number position | ||
width integer | The width of dashboard part | ||
height integer | The height of dashboard part | ||
filters array of objects | An array of DashboardPartFilterField objects | ||
reportDataSource array of objects | An array of ReportDataSource objects |
Inherited fields:
Entity
Field | NULL | Description | Note |
---|---|---|---|
id string (GUID) | The id of this object Example: 572bd576-8c92-4901-ab2a-b16e38144813 | Allow null incase insert a new entity | |
state integer | The entity state of this object
| ||
deleted boolean | Is this object deleted | ||
inserted boolean | Is this object inserted | ||
version string | Y | The version | |
created datetime in ISO 8601 format | Y | The created datetime | |
createdBy string | The creator | ||
modified datetime in ISO 8601 format | Y | The modification datetime | |
modifiedBy string | The user who last modified this object |
Sample:
{"dashboardId":"827f1a53-8afc-4f7c-b384-dd3a7cbe7b45","type":"reportPart","title":"002/002/test/Chart","reportId":"46af03c2-a740-46e0-bb15-49f97e66ff49","reportPartId":"7e76a8cb-d584-4f3e-9494-2c937d49dde6","filterDescription":"","numberOfRecord":-1,"positionX":0,"positionY":0,"width":12,"height":4,"filters":[],"dashboardPartContent":{"contentTitle":{"text":"","settings":{"fontFamily":"","fontSize":14,"fontBold":true,"fontItalic":false,"fontUnderline":false,"fontColor":"","fontHighlightColor":"","alignment":""}},"contentDescription":{"text":"","settings":{"fontFamily":"","fontSize":14,"fontBold":true,"fontItalic":false,"fontUnderline":false,"fontColor":"","fontHighlightColor":"","alignment":""}},"contentFromPreset":true,"textTypeContent":""},"id":"75950fe5-fb5b-4f99-a3a1-0ef0f6a26aed","state":0,"deleted":false,"inserted":true,"version":1,"created":"2016-10-06T09:03:30.313","createdBy":null,"modified":"2016-10-06T09:03:30.313","modifiedBy":null}