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