I have integrated with the get chart API GET /api/3/chart/:chart_id/query
however the response returns the series labels as 0,1,2,3 and not the labels that I see when viewing the chart. This means I don’t know what the data refers to when using the API. Is this the expected behaviour?
Response:
"seriesLabels": "0,1,2,3]
Is there an alternative way to automate the retrieval of csv exports that are available when manually viewing a chart?