Other types

Learn about other types supported by the columns APIs

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

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

ColumnCapabilities

An object containing the column's capability settings.

FieldTypeDescription
calculatedCalculatedCapabilityThe column's capability settings.

CalculatedCapability

An object containing a column's calculated capability settings.

FieldTypeDescriptionEnum Values
calculated_typeColumnTypeThe type of calculated value.
functionCalculatedFunction!The function to calculate the parent values.COUNT_KEYS
MAX
MIN
MIN_MAX
NONE
SUM

ColumnCapabilitiesInput

An object containing the input configuration for a column's capabilities.

FieldTypeDescription
calculatedCalculatedCapabilityInputThe input for configuring a column's calculated capability settings.

CalculatedCapabilityInput

An object containing the input settings for a column's calculated capabilities.

FieldTypeDescription
calculatedCalculatedCapabilityInputThe input for configuring a column's calculated capability settings.

CalculatedFunction

An enum containing the functions used to calculate column values within column capabilities.

FieldTypeDescriptionEnum Values
functionCalculatedFunction!The function to count the values. If not provided, the default column type function will apply.COUNT_KEYS (label count)
MAX (maximum value)
MIN (minimum value)
MIN_MAX (both minimum and maximum values)
NONE
SUM (sum of all values)

ColumnMappingInput

An object containing the mapping between source and target columns across boards.

FieldTypeDescription
sourceID!The source column's unique identifier.
targetIDThe target column's unique identifier.

ColumnType

An enum containing the available column types that can be filtered, read, or updated in queries and mutations.

auto_numberboard_relationbutton
checkboxcolor_pickercountry
creation_logdatedependency
docdropdownemail
fileformulahour
item_assigneesitem_idlast_updated
linklocationlong_text
mirrornamenumbers
peoplephoneprogress
ratingstatussubtasks
tagsteamtext
timelinetime_trackingvote
weekworld_clockunsupported