Zvini
22:34:50

« Bar Chart » get

barChart/get - Returns a single existing bar chart.
Method parameters:
id - The ID of the bar chart to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the bar chart.
name: <string> - The name of the bar chart.
tags: <string> - The space-separated list of tags.
insert_time: <number> - The Unix timestamp of when the bar chart was created.
update_time: <number> - The Unix timestamp of when the bar chart was last modified.
}
Expected errors:
BAR_CHART_NOT_FOUND - A bar chart with the ID doesn't exist.