META

getCurrentProject

Query: getCurrentProject

Gets the current project (UUID and data).

Reply

JSON

{
    "accepted": true,
    "query": "getCurrentProject",
    "success": true,
    "message": "\"Project Name\" is the current project.",
    "content": {
        "uuid": "unique-uid",
        "data": "{some JSON data}"
    }
}

Details