Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Query field

workspaceProject(id: ID!):Workspace

Retrieve WorkspaceProject details by Id.

Arguments
id: ID!

Workspace Id.

Fields of Workspace
id:ID!

Library/Workspace Id.

name:String!

Library/Workspace name.

color:RgbaColor

Library/Workspace color.

assetCount:Int
Deprecated

Amount of Assets contained in the Library/Workspace.

Removal: 1 Jul 2024 — use assets.total instead
assets(
limit: Int = 25
page: Int = 1

Search or list Assets in the Library/Workspace.

licenses:[License]

Library/Workspace License items list.

metadataFields:[MetadataField]
Deprecated

Library/Workspace MetadataField items list.

Removal: 1 Jul 2026 — use customMetadataProperties instead
workflow:Workflow!
Beta

The Workflow belonging to the given Library/Workspace.

Browse the Workspace's SubFolderItems and AssetItems.

Workspace collaborators.

currentUserPermissions:WorkspaceUserPermissions!

Workspace permissions of the current User.

isArchived:Boolean!
Beta

Workspace state.

customMetadata:[CustomMetadata!]!

List of CustomMetadataProperty items and values associated to Workspace.