[]
        
(Showing Draft Content)

ModelDrafts

ModelDrafts

[GET] /api/modeldrafts/{id}/personal

Parameters

Name Type Located In
idRequired string path

Response

Status Code: 200

Success

GrapeCity.Enterprise.Storage.Facade.Envelope`1[[GrapeCity.Enterprise.Server.Semantic.Extensibility.Documents.ModelDraft, Gces.Dataset.Plugin, Version=7.1.13162.0, Culture=neutral, PublicKeyToken=null]]

Models

Ƭ GrapeCity.Enterprise.Storage.Facade.Envelope`1[[GrapeCity.Enterprise.Server.Semantic.Extensibility.Documents.ModelDraft, Gces.Dataset.Plugin, Version=7.1.13162.0, Culture=neutral, PublicKeyToken=null]]

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

Ƭ ModelDraft

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.