The type code is DMR
| owner | string  <= 255 characters   | ||
| createdByName | string  <= 255 characters   | ||
object  | |||
  | |||
| typedId | string  | ||
| visibility | string  <= 255 characters   Possible values: "PRIVATE" "PUBLISHED" "PUBLIC"    | ||
| ownerAndLabel | string  | ||
| lastUpdateDate | string <date-time>   | ||
| materialized | boolean  | ||
| isPlasma | boolean  | ||
| label | string  <= 255 characters   | ||
| version | integer  | ||
| createdBy | integer  | ||
| draft | boolean  | ||
| createDate | string <date-time>   | ||
| lastUpdateBy | integer  | ||
{- "owner": "string",
 - "createdByName": "string",
 - "queryDto": {
- "property1": "string",
 - "property2": "string"
 
}, - "typedId": "string",
 - "visibility": "PRIVATE",
 - "ownerAndLabel": "string",
 - "lastUpdateDate": "2019-08-24T14:15:22Z",
 - "materialized": true,
 - "isPlasma": true,
 - "label": "string",
 - "version": 0,
 - "createdBy": 0,
 - "draft": true,
 - "createDate": "2019-08-24T14:15:22Z",
 - "lastUpdateBy": 0
 
}