META

getPath

Query: getPath&uuid=unique-uid

Gets the path for a specific RamObject.

Reply

JSON

{
    "accepted": true,
    "query": "getData",
    "success": true,
    "message": "I've got the path of the object.",
    "content": {
        "path": "path/to/the/object"
    }
}