Get List of Graphs

Get List of Graphs - kintone.app.getReports()

Retrieves the list of graphs configured in the App.

Function

kintone.app.getReports()

Parameters

None

Returns

A Promise object.
When the Promise object is fulfilled, an array of graph information is returned.
Each element in the array contains the following properties:

Property Type Description
name String The name of the graph.
id String The ID of the graph.
chartType String The type of graph.
  • BAR: Bar chart
  • COLUMN: Column chart
  • PIE: Pie chart
  • LINE: Line chart
  • PIVOT_TABLE: Pivot table
  • TABLE: Table
  • AREA: Area chart
  • SPLINE: Spline chart
  • SPLINE_AREA: Spline area chart
periodicReport Boolean The activation status of the Periodic reports option.
  • true: It is a periodic report.
  • false: It is not a periodic report.

Available Pages (Desktop)

  • Record list
  • Graph

Available Pages (Mobile)

  • Graph