getObjects
Query: getObjects&type=RamObject
Gets all objects of a specific type.
Reply
JSON
{
"accepted": true,
"query": "getData",
"success": true,
"message": "I've got the list of \"RamObject\".",
"content": {
"objects": [
{
"uuid": "unique-uid1",
"data": {"Some JSON Data"}
},
{
"uuid": "unique-uid2",
"data": {"Some JSON Data"}
},
{
"..."
}
]
}
}