META

getData

Query: getData&uuid=unique-uid

Gets the data for a specific RamObject.

Reply

JSON

{
    "accepted": true,
    "query": "getData",
    "success": true,
    "message": "I've got some data.",
    "content": {
        "uuid": "unique-uid",
        "data": {"Some JSON Data"}
    }
}