| name | data type | description |
|---|---|---|
| name | string | Name |
| parentGroupId | number | Id of the parent group |
| groupId | number | Id of the group |
Properties inherited from VXDataObject |
||
| id | number | Id of the data |
| createDate | object | Date when this data was created |
| updateDate | object | Date when this data was updated |
| owner | string | Owner |
| updatedBy | string | Updated By |
Example
{
"name" : "...",
"parentGroupId" : 12345,
"groupId" : 12345,
"id" : 12345,
"createDate" : { },
"updateDate" : { },
"owner" : "...",
"updatedBy" : "..."
}