Looker · Example Payload

Looker Dashboard Element Example

AnalyticsBI PlatformBusiness IntelligenceData AnalyticsData Visualization

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

Top-level fields

iddashboard_idlook_idquery_idtypetitletitle_hiddensubtitle_textbody_textnote_textnote_displaynote_stateresult_makerrich_content_json

Example Payload

Raw ↑
{
  "id": "abc123",
  "dashboard_id": "500123",
  "look_id": "500123",
  "query_id": "500123",
  "type": "example_value",
  "title": "Example Title",
  "title_hidden": true,
  "subtitle_text": "example_value",
  "body_text": "example_value",
  "note_text": "example_value",
  "note_display": "example_value",
  "note_state": "example_value",
  "result_maker": "example_value",
  "rich_content_json": "example_value"
}