Monday Connector Objects (information Schema)

NameDescription
ActivityLogsFetches the activity log events associated with a specific board, detailing recent updates and actions.
AssetsRetrieves a collection of assets based on provided asset IDs, such as files or media associated with items.
BoardDocBlocksRetrieves content blocks from documents associated with boards. Requires a DocId or DocObjectId filter to narrow results.
BoardDocsFetches a collection of documents associated with boards. Requires specifying an Id or ObjectId filter to identify the desired documents.
BoardsRetrieves a collection of boards, including their details and associated data.
BoardTeamsFetches a list of team subscribers associated with a specific board.
BoardUsersRetrieves a list of user subscribers for a specific board.
BoardViewsFetches a list of views configured for a specific board.
ColumnsRetrieves the visible columns for a specific board, providing structural information.
CustomActivitiesRetrieves metadata about custom activities in the Email and Activities timeline for enhanced activity tracking.
DocBlocksFetches content blocks within documents associated with workspaces.
DocsRetrieves a collection of documents from workspaces, including their metadata.
FoldersRetrieves a collection of folders within workspaces. Excludes folders in closed workspaces unless you are subscribed to them.
GroupsRetrieves the visible groups for a specified board, providing a structured view of grouped items.
TagsRetrieves a collection of tags used to categorize and filter items across boards.
TeamsFetches a collection of teams, including their details and associated users.
TeamUsersRetrieves the list of users assigned to a specific team.
TimelineItemsProvides metadata about items displayed in the Email and Activities timeline.
UpdatesFetches a collection of updates, including user comments, status changes, and other activity logs.
UsersRetrieves a collection of users, including their details and roles.
WebhooksFetches a collection of webhooks, including their configuration and associated events.
WorkspacesRetrieves a collection of workspaces, including their names and details.
WorkspaceTeamsRetrieves the list of teams subscribed to a specific workspace.
WorkspaceUsersFetches the list of users subscribed to a specific workspace.
NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier of the activity log event, used to track and retrieve specific log entries.
BoardIdStringFalseBoards.idNoThe unique identifier of the board associated with the activity, providing context for the event.
AccountIdStringFalseNoThe unique identifier of the account that initiated the activity, useful for auditing and tracking purposes.
UserIdStringFalseUsers.IdNoThe unique identifier of the user who triggered the activity, enabling user-specific analysis and reporting.
CreatedAtDatetimeFalseNoThe timestamp indicating when the activity event occurred, formatted in datetime.
DataStringFalseNoA serialized string representation of the item's column values at the time of the event.
EntityStringFalseNoSpecifies the entity affected by the event, such as a 'pulse' (task) or 'board' (project).
EventStringFalseNoDescribes the specific action that occurred, such as an Update, Delete, or Create operation.
ColumnIdStringFalseNoThe unique identifier of the column affected by the activity, used for filtering and analysis.
GroupIdStringFalseGroups.IdNoThe unique identifier of the group within the board affected by the activity, used for context or filtering.
ItemIdStringFalseNoThe unique identifier of the item (task or object) within the board affected by the activity, used for detailed tracking and filtering.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier assigned to the file in the system for tracking and referencing purposes.
NameStringFalseNoThe name of the file, as specified during upload or creation.
CreatedAtDatetimeFalseNoThe date and time when the file was created or uploaded, stored in datetime format.
FileExtensionStringFalseNoThe file extension indicating the format or type of the file, such as '.jpg', '.png', or '.pdf'.
FileSizeIntFalseNoThe size of the file in bytes, providing an indication of storage usage.
OriginalGeometryStringFalseNoThe original dimensions or geometry of the asset, typically used for images or spatial files.
PublicUrlStringFalseNoA temporary public URL to access the asset directly. The URL is valid for 1 hour after being generated.
UploadedByIdStringFalseUsers.IdNoThe unique identifier of the user who uploaded the file to the system.
UrlStringFalseNoThe URL to access and view the asset directly in its original form.
UrlThumbnailStringFalseNoThe URL to access and view the asset as a thumbnail. This is only available for image files.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the block, used to distinguish it from other blocks in the document.
ParentBlockIdStringFalseNoThe unique identifier of the parent block, establishing hierarchical relationships between blocks.
DocIdStringFalseBoardDocs.IdNoThe unique identifier of the document that contains this block.
CreatedByIdStringFalseUsers.IdNoThe unique identifier of the user who created the block.
PositionDoubleFalseNoThe position of the block within the document, used to determine its order.
ContentStringFalseNoThe content of the block, which could include text, media, or other data.
TypeStringFalseNoSpecifies the type of content stored in the block, such as text, image, or table.
CreatedAtDateFalseNoThe date when the block was initially created.
UpdatedAtDateFalseNoThe date when the block was last updated.
AfterBlockIdStringFalseYesSpecifies the unique identifier of the block after which this block should be inserted. If not provided, the block will be inserted at the beginning of the document.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoA unique identifier for the document within the system, ensuring each document is distinctly recognized.
ObjectIdStringFalseNoThe unique identifier of the object associated with this document, linking the document to its parent entity.
WorkspaceIdStringFalseWorkspaces.IdNoThe unique identifier of the workspace where the document resides. A null value indicates it belongs to the main workspace.
CreatedByIdStringFalseUsers.IdNoThe unique identifier of the user who created the document, allowing for tracking of document ownership.
DocKindStringFalseNoSpecifies the document's visibility or access type, such as public, private, or shared.
NameStringFalseNoThe name assigned to the document, used for identification and display purposes.
RelativeUrlStringFalseNoThe relative URL of the document, specifying its location within the application's directory structure.
SettingsStringFalseNoA JSON or serialized string containing configuration and settings specific to the document.
UrlStringFalseNoThe direct URL link to access the document, typically used for navigation.
CreatedAtDateFalseNoThe date and time when the document was created, stored in the system's standard date format.
ItemIdStringFalseYesThe unique identifier for the item associated with this document, linking it to its specific row or record.
ColumnIdStringFalseYesThe unique identifier for the column associated with this document, representing its specific attribute or field.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoA unique identifier for the board, used to distinguish it from other boards in the system.
CreatorIdStringFalseUsers.IdNoThe unique identifier of the user who created the board.
NameStringFalseNoThe name of the board, representing its primary label or title.
ItemTerminologyStringFalseNoDefines the terminology used for items on the board. Can be a predefined term or a custom value provided by the user.
ItemsCountIntFalseNoThe total number of items currently present on the board.
TopGroupIdStringFalseGroups.IdNoThe unique identifier of the top-level group associated with this board.
DescriptionStringFalseNoA detailed description or summary of the board's purpose or content.
UpdatedAtDatetimeFalseNoThe timestamp indicating when the board was last updated.
TypeStringFalseNoSpecifies the type of board object, such as a task board or project board.
UrlStringFalseNoThe direct URL link to access the board.
BoardKindStringFalseNoIndicates the kind of board, such as public, private, or shared, determining its visibility and access.
BoardFolderIdStringFalseFolders.IdNoA unique identifier for the board's folder within the system.
CommunicationStringFalseNoSpecifies the communication identifier associated with the board, typically a meeting ID or collaboration reference.
PermissionsStringFalseNoDefines the permissions or access controls assigned to the board.
TagsIdsStringFalseTags.IdNoA comma-separated list of unique identifiers for the tags associated with the board.
StateStringFalseNoIndicates the current state of the board, such as 'all', 'active', 'archived', or 'deleted'.
WorkspaceIdStringFalseWorkspaces.IdNoThe unique identifier of the workspace containing the board. A null value indicates the board belongs to the main workspace.
TemplateIdStringFalseYesSpecifies the unique identifier of an optional template used to create the board.
BoardOwnerIdsStringFalseYesAn optional, comma-separated list of user IDs representing the owners of the board.
BoardOwnerTeamIdsStringFalseYesAn optional, comma-separated list of team IDs representing the owner teams of the board.
BoardSubscriberIdsStringFalseYesAn optional, comma-separated list of user IDs representing subscribers to the board.
BoardSubscriberTeamIdsStringFalseYesAn optional, comma-separated list of team IDs representing subscriber teams to the board.
EmptyBoolFalseYesAn optional flag indicating whether to create an empty board without any default items.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseTeams.IdNoA unique identifier for each board team entry, ensuring distinct records in the table.
BoardId [KEY]StringFalseBoards.IdNoRepresents the unique identifier of the board associated with the team, linking the team to its respective board.
KindStringFalseNoSpecifies the role of the team within the board, such as 'subscriber' or 'owner'. Note that all owners are implicitly subscribers. Use this column to differentiate between owners and non-owner subscribers.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseUsers.IdNoThe unique identifier for the board owner, used to distinguish users associated with different boards.
BoardId [KEY]StringFalseBoards.IdNoThe unique identifier of the board to which the user is linked. This is used to associate users with specific boards.
KindStringFalseNoIndicates the role of the user on the board. Valid roles are 'subscriber' or 'owner'. Owners are implicitly subscribers but can be differentiated using this column to filter non-owners.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoA unique identifier for the board view. Used to distinguish this view from others.
BoardIdStringFalseBoards.IdNoThe unique identifier of the board to which this view belongs. Links the view to its parent board.
NameStringFalseNoThe name of the board view, typically used for identification and display purposes.
SettingsStringFalseNoThe settings for the board view, stored as a string. Includes configurations specific to this view.
TypeStringFalseNoThe type of the board view, indicating its category or functionality (for example, Kanban, Calendar).
ViewSpecificDataStringFalseNoAdditional data specific to this board view. Supported only for form-based views and stored in a string format.
SourceViewIdStringFalseNoThe unique identifier of the template view if this view was created as a duplicate of another view.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the column within its associated board. Ensures each column can be referenced individually.
BoardId [KEY]StringFalseBoards.IdNoThe unique identifier of the board to which the column belongs. Used to establish a relationship between the column and its parent board.
ArchivedBoolFalseNoIndicates whether the column is archived. A value of 'true' means the column is no longer actively used but remains stored for reference.
SettingsStringFalseNoContains the column's settings stored in a serialized string format. These settings define the column's configuration and behavior.
TitleStringFalseNoThe display name or title of the column, used to identify its purpose or content visually.
DescriptionStringFalseNoA detailed description of the column's purpose or content. Provides additional context for users.
TypeStringFalseNoSpecifies the type of the column, indicating its role or the kind of data it contains (for example, 'text', 'number', 'date').
WidthIntFalseNoDefines the width of the column in terms of pixels or a similar unit. Determines how much screen space the column occupies.
AfterColumnIdStringFalseYesThe unique identifier of the column after which the current column will be inserted. Used to specify the placement of a new column relative to existing ones.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the custom activity, used to reference and distinguish it from other activities in the system.
TypeStringFalseNoThe classification of the custom activity, indicating its role or category within the broader activity framework (for example, 'Workflow', 'Task').
NameStringFalseNoThe human-readable name of the custom activity, displayed in user interfaces or reports to identify it.
IconIdStringFalseNoAn identifier corresponding to the icon representing the custom activity, used to visually distinguish it in the user interface.
ColorStringFalseNoThe color associated with the custom activity, typically used for visual categorization or to provide a thematic representation in the UI.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the block within the document, ensuring each block can be individually referenced and tracked.
ParentBlockIdStringFalseNoThe unique identifier of the block's parent, establishing the hierarchical relationship between blocks in the document structure.
DocIdStringFalseDocs.IdNoThe unique identifier for the document to which the block belongs, helping link blocks to specific documents in the system.
CreatedByIdStringFalseUsers.IdNoThe unique identifier of the user who created the block, allowing traceability of the block's origin and providing context for audit trails.
PositionDoubleFalseNoThe position of the block within the document, typically represented as a floating-point number to precisely determine its order or location relative to other blocks.
ContentStringFalseNoThe actual content of the block, which may include text, media, or other data, depending on the block type and intended usage.
TypeStringFalseNoThe type of content within the block, indicating whether it contains text, an image, or another format, helping to differentiate the block's role in the document.
CreatedAtDateFalseNoThe date and time when the block was created, providing a timestamp for when it was initially added to the document.
UpdatedAtDateFalseNoThe date and time when the block was last modified, tracking when changes were made to the block's content or attributes.
AfterBlockIdStringFalseYesThe identifier of the block that should appear immediately before the current block, allowing precise control over the order of blocks within a document. If not provided, the block will be inserted first in the document.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoA unique identifier assigned to the document, used to reference and distinguish the document in the system.
DocFolderIdStringFalseFolders.IdNoThe identifier of the folder where the document is stored. If the document is at the first level (root), this value is null.
ObjectIdStringFalseNoThe unique identifier of the object associated with the document, allowing linkage between the document and the corresponding object in the system.
WorkspaceIdStringFalseWorkspaces.IdNoThe identifier for the workspace where the document is located. If the document is in the main workspace, this value is null.
CreatedByIdStringFalseUsers.IdNoThe unique identifier of the user who created the document, linking it to the creator's profile for tracking purposes.
DocKindStringFalseNoSpecifies the document's classification: public (accessible to all), private (restricted access), or shared (accessible to specific users).
NameStringFalseNoThe name or title of the document, typically used to identify it within the system or user interface.
RelativeUrlStringFalseNoThe relative URL path of the document, which can be used to access it within the web application's context.
SettingsStringFalseNoStores configuration settings or preferences associated with the document, such as display or security settings.
UrlStringFalseNoThe direct, fully qualified URL that provides access to the document, usable for linking or direct access via a browser.
CreatedAtDateFalseNoThe timestamp representing when the document was created, useful for auditing and sorting documents chronologically.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoA unique identifier for the folder, used to reference the folder in the system or database.
OwnerIdStringFalseUsers.IdNoThe unique identifier of the user who owns the folder, linking it to the user profile responsible for the folder.
ParentIdStringFalseNoThe unique identifier of the folder's parent, allowing for hierarchical folder structures. This helps in organizing folders within a larger directory structure.
SubFolderIdsStringFalseNoA list of unique identifiers for the subfolders contained within the current folder, enabling a nested folder structure.
WorkspaceIdStringFalseWorkspaces.IdNoThe unique identifier of the workspace that the folder belongs to, helping to associate the folder with a specific project or team environment.
ColorStringFalseNoThe color assigned to the folder for visual identification or categorization, often used to visually differentiate between folders in the user interface.
NameStringFalseNoThe name given to the folder, typically representing its content or purpose, and displayed in the system for easy identification.
CreatedAtDatetimeFalseNoThe timestamp of when the folder was created, which helps track the folder's age and historical changes.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier assigned to the group within the system, ensuring that each group can be referenced distinctly.
BoardId [KEY]StringFalseBoards.IdNoThe unique identifier of the board to which the group belongs, linking the group to a specific board in the database.
BoardURLStringFalseNoThe URL of the board associated with the group, providing a direct link for accessing the board in the web interface.
ArchivedBoolFalseNoA flag indicating whether the group is archived. A value of true means the group is archived and no longer actively used.
ColorStringFalseNoThe color associated with the group, typically used for visual identification or categorization within the board.
DeletedBoolFalseNoA flag that indicates whether the group has been deleted. A value of true means the group has been removed from the system.
PositionStringFalseNoA string representing the position of the group on the board, often used for ordering groups in a list or layout.
TitleStringFalseNoThe title or name of the group, which provides a human-readable identifier for the group within the board.
RelativeToStringFalseYesSpecifies the group relative to which the current group's position should be set. This helps in defining the ordering between groups.
PositionRelativeMethodStringFalseYesDescribes the method used to determine the group's position relative to another group. Possible values include 'before_at' and 'after_at'.
RelativePositionAfterStringFalseYesDefines the position of the group relative to another group, specifically indicating that it should appear after the referenced group on the board.
RelativePositionBeforeStringFalseYesDefines the position of the group relative to another group, specifying that it should appear before the referenced group on the board.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the tag, used to reference and distinguish it across the system.
ColorStringFalseNoThe color associated with the tag, which may be used to visually categorize or highlight the tag in the user interface.
NameStringFalseNoThe name of the tag, typically used to describe or categorize items, and displayed in the user interface.
IsPrivateBoolFalseNoIndicates whether the tag is private (visible only to specific users or groups) or public (accessible to everyone in the system).
BoardIdStringFalseNoThe identifier for a private board where the tag is created or filtered, relevant only for private boards, and not required for public boards.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the team, used to reference the team across the system. This ID ensures that each team can be distinguished and managed independently.
NameStringFalseNoThe name of the team, which can be used to identify the team in user interfaces, reports, or other parts of the system.
PictureUrlStringFalseNoThe URL link to the team's picture or logo, used for displaying visual representations of the team in the application or on web pages.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseUsers.IdNoA unique identifier for the user within the system, used to differentiate and reference individual users across various processes and tables.
TeamId [KEY]StringFalseTeams.IdNoA unique identifier for the team to which the user is assigned, enabling team-based filtering and operations within the platform.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the timeline item, used to reference and track this specific item across the system.
TypeStringFalseNoIndicates the type of the timeline item, which helps categorize the item (for example task, event, milestone).
TitleStringFalseNoThe title or brief name of the timeline item, providing a summary of its purpose or content.
CustomActivityIdStringFalseNoThe external identifier associated with a custom activity related to the timeline item, useful for integrating with other systems or tools.
UserIdStringFalseNoThe unique identifier of the user who created the timeline item, linking it to a specific user in the system.
UserNameStringFalseNoThe name of the user who created the timeline item, providing context to identify the creator.
ItemIdStringFalseNoThe unique identifier of the item that this timeline item is associated with, typically used to link it to a broader project or task.
BoardIdStringFalseNoThe unique identifier of the board where the timeline item is placed, helping to associate the item with a specific project or team.
BoardNameStringFalseNoThe name of the board where the timeline item resides, providing more readable context about the item's location.
BoardWorkspaceIdStringFalseNoThe unique identifier of the workspace where the board resides, helping to categorize the board within a specific workspace or team.
BoardWorkspaceNameStringFalseNoThe name of the workspace associated with the board, offering a human-readable context of where the board is located.
SummaryStringFalseYesA brief summary or overview of the timeline item, typically used to provide a high-level description of the item.
ContentStringFalseYesThe detailed content or description of the timeline item, which could include notes, tasks, or additional context about the item.
LocationStringFalseYesThe location associated with the timeline item, such as an address, region, or venue, providing geographic context.
PhoneStringFalseYesThe phone number associated with the timeline item, often used for contact purposes related to the item.
UrlStringFalseYesA URL linked to the timeline item, such as a related document, website, or resource for further information.
TimestampDatetimeFalseYesThe creation time of the event associated with the timeline item, used to track when the item was created or modified.
TimeRangeStartTimestampDatetimeFalseYesThe starting timestamp for a time range associated with the timeline item, such as the beginning of a scheduled event or activity.
TimeRangeEndTimestampDatetimeFalseYesThe ending timestamp for a time range associated with the timeline item, marking the conclusion of a scheduled event or activity.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the update, ensuring each update can be individually referenced and tracked in the database.
BodyStringFalseNoThe HTML-formatted content of the update, which may include various HTML tags for styling and media embedding.
CreatedAtDatetimeFalseNoThe timestamp when the update was first created, providing the exact date and time of its creation.
CreatorIdStringFalseUsers.IdNoThe unique identifier of the user who created the update, enabling tracking of authorship and accountability.
ItemIdStringFalseNoThe unique identifier for the item associated with the update, linking it to the corresponding item in the database.
PinnedToTopItemIdsStringFalseNoA comma-separated list of item IDs where the update is pinned, ensuring visibility by keeping it at the top of the list.
TextBodyStringFalseNoThe plain-text content of the update, providing the core message without any HTML formatting.
UpdatedAtDatetimeFalseNoThe timestamp when the update was last modified, tracking any subsequent changes after the original creation.
AssetsIdsStringFalseAssets.IdNoA comma-separated list of unique identifiers for the files or assets attached to the update, such as images or documents.
RepliesStringFalseNoA list of replies associated with the update, typically stored as a comma-separated list of reply IDs or user responses.
ReactionsStringFalseNoA data field that tracks user reactions to the update, which can include likes, emojis, or other forms of engagement.
BoardIdStringFalseNoThe unique identifier for the board to which the update belongs, allowing for filtering updates by specific boards or categories.
ParentIdStringFalseYesThe unique identifier of the parent update, used for creating threaded discussions or replies related to the original update.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the user, used to reference the user across the system.
TeamsIdsStringFalseNoA list of unique identifiers for the teams the user belongs to, helping to track user membership within teams.
NameStringFalseNoThe full name of the user, used for identification and display purposes.
PhoneStringFalseNoThe user's primary phone number, used for contact and verification.
BirthdayDateFalseNoThe user's birthdate, which can be used for age verification or personalization.
CurrentLanguageStringFalseNoThe language currently selected by the user for their interface preferences.
CountryCodeStringFalseNoThe two-letter country code of the user's location, based on their country of residence.
CreatedAtDatetimeFalseNoThe timestamp for when the user account was created, used for tracking account age and activity.
LastActivityDatetimeFalseNoThe most recent date and time when the user was active, providing insight into user engagement.
EmailStringFalseNoThe user's email address, used for communication, notifications, and account recovery.
EnabledBoolFalseNoIndicates whether the user account is currently active and able to perform actions.
IsAdminBoolFalseNoIndicates if the user has administrative privileges and can manage account settings and users.
IsGuestBoolFalseNoIndicates if the user has guest access, typically with restricted permissions.
IsPendingBoolFalseNoIndicates whether the user account is pending approval or activation.
IsVerifiedBoolFalseNoIndicates if the user has verified their email address, confirming their identity.
IsViewOnlyBoolFalseNoIndicates if the user has view-only access, meaning they can view but not modify data.
JoinDateDateFalseNoThe date when the user first joined the account, useful for understanding user tenure.
LocationStringFalseNoThe geographic location of the user, which may affect settings like time zone or language.
MobilePhoneStringFalseNoThe user's mobile phone number, used for notifications or secondary contact.
PhotoOriginalStringFalseNoThe URL for the user's photo in its original size, typically used in larger display contexts.
PhotoSmallStringFalseNoThe URL for the user's photo in a smaller size (150x150), suitable for smaller profile views.
PhotoThumbStringFalseNoThe URL for the user's thumbnail photo (100x100), used in list views and smaller displays.
PhotoThumbSmallStringFalseNoThe URL for the user's small thumbnail photo (50x50), typically used for icons or minimal views.
PhotoTinyStringFalseNoThe URL for the user's tiny photo (30x30), used for extremely small icons or visual references.
TimeZoneIdentifierStringFalseNoThe user's time zone identifier, used for scheduling and displaying time-related information.
TitleStringFalseNoThe user's job title or designation, providing context about their role within the organization.
UrlStringFalseNoThe URL to the user's profile page, typically used for linking to the user's detailed information.
UtcHoursDiffIntFalseNoThe difference in hours between the user's local time and UTC, used for adjusting timestamps and scheduling.
SignUpProductKindStringFalseNoThe product or service that the user initially signed up for, helping to categorize user plans.
AccountFirstDayOfTheWeekStringFalseNoThe day of the week (Sunday or Monday) designated as the start of the week for the account, affecting calendar views.
AccountIdStringFalseNoThe unique identifier for the account to which the user belongs, used to associate users with specific accounts.
AccountLogoStringFalseNoThe URL for the account's logo, displayed in the UI to represent the account.
AccountNameStringFalseNoThe name of the account, used to identify the account in the system.
AccountPlanMaxUsersIntFalseNoThe maximum number of users allowed under the current account plan, indicating the plan's user capacity.
AccountPlanPeriodStringFalseNoThe duration of the account's plan (for example, monthly, annually), which helps track billing cycles.
AccountPlanTierStringFalseNoThe tier of the account's subscription plan (for example, Basic, Premium), defining the features available.
AccountPlanVersionIntFalseNoThe version number of the current plan, useful for tracking plan changes over time.
AccountShowTimelineWeekendsBoolFalseNoIndicates whether weekends are included in the account's timeline views.
AccountSlugStringFalseNoA URL-friendly version of the account name, typically used for the account's web address or identifier.
AccountTierStringFalseNoThe account's subscription tier, which determines available features and limitations.
AccountCountryCodeStringFalseNoThe two-letter ISO 3166 country code for the account's registered country, helping to localize settings.
AccountSignUpProductKindStringFalseNoThe product or service the account initially signed up for, which may determine the account's default settings.
AccountProductsStringFalseNoA list of active products or services associated with the account, showing the account's current offerings.
OutOfOfficeActiveBoolFalseNoIndicates whether the user's out-of-office status is currently active, affecting their availability.
OutOfOfficeDisableNotificationsBoolFalseNoIndicates if notifications are disabled while the user is out of office.
OutOfOfficeStartDateDateFalseNoThe date when the user's out-of-office status began, marking the start of their absence.
OutOfOfficeEndDateDateFalseNoThe date when the user's out-of-office status ends, marking the return to active status.
OutOfOfficeTypeStringFalseNoThe type of out-of-office status, such as vacation or personal leave, used to specify the reason for absence.
NonActiveBoolFalseNoIndicates whether non-active users should be included in account queries, useful for generating reports on inactive users.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the webhook, used to distinguish it from other webhooks in the system.
BoardIdStringFalseNoThe unique identifier for the board associated with the webhook, helping to identify which board the webhook is tied to.
ConfigStringFalseNoA JSON or similar configuration format detailing the settings and preferences for the webhook, including event types, filters, and other parameters.
EventStringFalseNoThe specific event or trigger that the webhook listens to, such as a change in status or a new task being created.
AppWebhooksOnlyBoolFalseNoA filter to include only webhooks created by the application initiating the request, excluding any manually created or external webhooks.
UrlStringFalseYesThe URL to which the webhook sends its notifications, typically used to deliver event data to a specified endpoint.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the workspace, used to distinguish it from other workspaces within the platform.
DescriptionStringFalseNoA brief textual description of the workspace, providing context or details about its purpose or contents.
KindStringFalseNoIndicates whether the workspace is currently open or closed, helping to categorize the workspace's availability.
NameStringFalseNoThe name assigned to the workspace, typically used for identification in the user interface.
StateStringFalseNoDescribes the current state of the workspace, which can be 'all', 'active', 'archived', or 'deleted', indicating its lifecycle status.
CreatedAtDatetimeFalseNoThe timestamp representing when the workspace was initially created, useful for auditing and time-based queries.
AccountProductIdStringFalseNoThe identifier for the specific product associated with the account, linking the workspace to its product type or plan.
AccountProductKindStringFalseNoSpecifies the type of product tied to the account, such as core, marketing, CRM, software, project management, forms, or whiteboard.
SettingsIconColorStringFalseNoThe color code (in hex format) used as the background color for the workspace's icon, allowing for customization in the user interface.
SettingsIconImageStringFalseNoA URL pointing to the image used as the workspace's icon. If the image is uploaded by the user, the URL is temporary and needs to be refreshed periodically. The first letter of the workspace name is used as a fallback when the image is not available.
IsDefaultWorkspaceStringFalseNoIndicates whether this workspace is set as the default for the account or product, which may affect the user's experience and default settings.
ItemURLStringFalseNoThe URL associated with the workspace, providing direct access or linking to resources or data within the workspace.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier for the team, used to distinguish each team within the system. This ID is referenced in other tables or operations to identify the specific team.
WorkspaceId [KEY]StringFalseNoThe unique identifier for the workspace to which the team belongs. It is used to associate the team with a specific workspace for collaboration or access control purposes.
KindStringFalseNoDefines the team’s role within the workspace. The role can be 'subscriber' or 'owner', where owners have additional permissions compared to subscribers. This column is useful for filtering and managing access levels.

Return to Top

NameTypeReadOnlyReferencesFilterOnlyDescription
Id [KEY]StringFalseNoThe unique identifier assigned to each user, used to distinguish between different users within the system.
WorkspaceId [KEY]StringFalseNoThe unique identifier for the workspace to which the user belongs, linking the user to a specific workspace or project.
KindStringFalseNoThe role assigned to the user within the workspace, such as 'subscriber' or 'owner.' All users with the 'owner' role are automatically granted 'subscriber' privileges. This field can be used to filter or identify users with specific roles, like non-owners.

Return to Top