META

getAssets

Query: getAssets&projectUuid=uuid1&groupUuid=uuid2

Gets the list of available assets for the project or asset group.

Reply

JSON

{
    "accepted": true,
    "query": "getAssets",
    "success": true,
    "message": "I've got the asset list.",
    "content": {
        "assets": [ "unique-uid1", "unique-uid2", "unique-uid3" ]
    }
}

Details