META

uuidFromPath

Query: uuidFromPath&path=some/path

Gets the UUID of the object at this path.

Reply

JSON

{
    "accepted": true,
    "query": "uuidFromPath",
    "success": true,
    "message": "I've found an object.",
    "content": {
        "uuid": "unique-uid"
    }
}

Details