Other types

Learn about other types supported by the workspaces APIs

The monday.com workspaces APIs enable you to create, read, update, and delete workspaces.

The types below are used by the workspaces queries and mutations, and are not independently queryable.

UpdateWorkspaceAttributesInput

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

FieldDescriptionEnum Values
account_product_id IDThe unique identifier of the target account product to move the workspace to. You can retrieve this by querying the account object.
description StringThe updated workspace description.
kind WorkspaceKindThe kind of workspace to update.closed
open
name StringThe updated workspace name.

WorkspaceSettings

An object containing data about the workspace's settings.

FieldTypeDescription
iconWorkspaceIconThe workspace's icon.

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).