| name | data type | description |
|---|---|---|
| entries | array of ItemPropertyEntry | Die Liste aller ItemGroupEntry Einträge
|
Example
{
"entries" : [ {
"datatype" : "...",
"content" : "...",
"name" : "...",
"mandatory" : true,
"itemgroupId" : 12345,
"layoutId" : 12345,
"id" : 12345
}, {
"datatype" : "...",
"content" : "...",
"name" : "...",
"mandatory" : true,
"itemgroupId" : 12345,
"layoutId" : 12345,
"id" : 12345
} ]
}