getAssetGroups
Query: getAssetGroups&projectUuid=uuid1
Gets the list of available asset groups.
Reply
JSON
{
"accepted": true,
"query": "getAssetGroups",
"success": true,
"message": "I've got the asset group list.",
"content": {
"assetGroups": [ "unique-uid1", "unique-uid2", "unique-uid3" ]
}
}
Details
- projectUuid: string. The UUID of the project.