Home > @uniformdev/canvas > ReleaseContentsClient > get

ReleaseContentsClient.get() method

Fetches all entities added to a release

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

options

</td><td>

ExceptProject<ReleaseContentsGetParameters>

</td><td>

(Optional)

</td></tr> </tbody></table> Returns:

Promise<{ results: { name: string; publicId: string; definitionType: string; type: string; pattern: boolean; uiStatusBase?: "Draft" | "Modified" | "Published" | "Orphan" | undefined; uiStatusRelease: "Draft" | "Modified" | "Published" | "Orphan" | "Deleted"; baseCreatedAt?: string | undefined; baseUpdatedAt?: string | undefined; releaseCreatedAt: string; releaseUpdatedAt: string; tombstone: boolean; }[]; totalCount: number; }>