Magidoc

Draft
Object

The Draft type utilizes the PreviewMetadata union type, which means you can return any of the types supported by the union in the previewMetadata return field. You need to ensure that your conceptType parameter matches the previewMetadata type. For example, If the conceptType parameter is Tool , and the syntax in the request will be ... on Tool { .

Fields

#

conceptId

The concept id of the draft.

conceptType

The concept type of the draft.

deleted

If the draft has been deleted.

name

Name of the draft.

nativeId

The native id of the draft.

previewMetadata

The Metadata Preview compatible metadata of the draft.

providerId

Provider ID of the draft.

revisionDate

Date which the draft was last updated.

revisionId

The revision id of the draft.

ummMetadata

Raw UMM Metadata of the draft.

Usages

#

References

#