GET /rest/v10/Reports/:id/chart
| Name | Type | Description |
|---|---|---|
| reportData | Array | Report def for the chart. |
| chartData | Array | The chart data for a report. |
{
"reportData":
{
"label":"Accounts by Industry",
"id":"a06b4212-3509-11e7-ab6e-f45c898a3ce7",
...
},
"chartData":
{
"properties":[...],
"values":[...],
...
}
}