[]
Parameters
| Name | In | Type |
|---|---|---|
| idRequired | path | string |
Responses
[200] Success
Type: [text/plain], [application/json], [text/json]
| Name | Type |
|---|---|
| idNullable | string |
| created | ISO DateTime Sting |
| createdByNullable | string |
| modified | ISO DateTime Sting |
| modifiedByNullable | string |
| version | int32 |
| value | ModelDraft |
| attachmentIdNullable | string |
| isSoftDeletedNullable | Boolean |
| deletedAtNullable | ISO DateTime Sting |
| deletedByNullable | string |
| idVersionNullable | string |
Represent semantic model draft infomation.
| Name | Type | Description |
|---|---|---|
| modelIdNullable | string | Semantic model id. |
| userNullable | string | User. |
| titleNullable | string | Semantic model title. |
| documentTypeNullable | string | Semantic model id. |
| fileExtNullable | string | Semantic model file ext. |
| contentTypeNullable | string | Semantic model content type. |
| creatorNameNullable | string | Semantic model creator name. |
| modifierNameNullable | string | Semantic model modifier name. |
| descriptionNullable | string | Semantic model description. |
| isSystemReservedNullable | Boolean | Semantic model system reserved status. |
| isResource | Boolean | Semantic model resource status. |