Other Types

The monday.com workspaces API lets you query a workspace's settings and its content.

Each of the object types described below represents a specific aspect of a workspace. You can use these object types to supply metadata in queries and mutations.

UpdateWorkspaceAttributesInput

An object containing the input for which workspace attributes to update.

Field

Description

Enum Values

account_product_id ID

The unique identifier of the target account product to move the workspace to. You can retrieve this by querying the account object.

description String

The updated workspace description.

kind WorkspaceKind

The kind of workspace to update.

closed
open

name String

The updated workspace name.


WorkspaceSettings

An object containing data about the workspace's settings.

Field

Description

Supported Fields

icon WorkspaceIcon

The workspace's icon.

color String
image String

WorkspaceIcon

An object containing data about the workspace's icon.

FieldDescription
color StringThe hex value of the icon's color. Used as a background for the image.
image StringThe temporary public image URL (valid for one hour).