Looker · Example Payload

Looker Dashboard Layout Component Example

AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

Looker Dashboard Layout Component Example is an example object payload from Looker, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

iddashboard_layout_iddashboard_element_idrowcolumnwidthheight

Example Payload

Raw ↑
{
  "id": "abc123",
  "dashboard_layout_id": "500123",
  "dashboard_element_id": "500123",
  "row": 10,
  "column": 10,
  "width": 10,
  "height": 10
}