Zvini
22:25:30

« Calculation » list

calculation/list - Returns a list of all calculations.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the calculations.
expression: <string> - The expression of the calculation.
title: <string> - The title of the calculation.
tags: <string> - The space-separated list of tags.
insert_time: <number> - The Unix timestamp of when the calculation was created.
update_time: <number> - The Unix timestamp of when the calculation was last modified.
}
...
]
No errors expected.