WidgetDetailDTO
WidgetDetailDTO
| Name | Description | Schema | Default |
|---|---|---|---|
| dashboard_id required | Dashboard’s unique ID Example : b48e730a70e74f6aa3d2555000b5c22b | string | |
| height required | Widget’s height Example : 1 | integer | |
| id required | Widget’s unique ID Example : 75da70a1a4fb486ab0282cf90693ec3c | string | |
| order required | Widget’s order in the dashboard Example : 1 | integer | |
| properties required | Widget’s detailed properties | PropertiesDTO | |
| type required | Widget type Example : metric | string | |
| width required | Widget’s width Example : 1 | integer |