Zvini
22:34:53

« Bar Chart » list

barChart/list - Returns a list of all bar charts.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the bar charts.
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.
}
...
]
No errors expected.