Zvini
22:34:50

« Calculation » get

calculation/get - Returns a single existing calculation.
Method parameters:
id - The ID of the calculation to get.
Returns a JSON document of the following format:
{
id: <number> - The ID of the calculation.
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.
}
Expected errors:
CALCULATION_NOT_FOUND - A calculation with the ID doesn't exist.