| name | data type | description |
|---|---|---|
| itemlist | array of Version |
Example
{
"itemlist" : [ {
"current" : true,
"name" : "...",
"created" : 12345,
"id" : "..."
}, {
"current" : true,
"name" : "...",
"created" : 12345,
"id" : "..."
} ]
}