[]
Parameters
| Name | Type | Located In |
|---|---|---|
| idRequired | string | path |
Response
Status Code: 200
Success
| Name | Type | Description | Example |
|---|---|---|---|
| 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 | Example |
|---|---|---|---|
| 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. |