Class BoardInternal

Contains the result data.

Hierarchy

  • Board

Constructors

Properties

createdAt?: Date

Date and time when the board was created. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

createdBy?: UserInfoShort
currentUserMembership?: BoardMember
description: string

Description of the board.

id: string

Unique identifier (ID) of the board.

lastOpenedAt?: Date

Date and time when the board was last opened by any user. This information is only available when the boards are sorted by last_opened. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

lastOpenedBy?: UserInfoLastOpenedBy
modifiedAt?: Date

Date and time when the board was last modified. Format: UTC, adheres to ISO 8601, includes a trailing Z offset.

modifiedBy?: UserInfoShort
name: string

Name of the board.

picture?: Picture
policy?: BoardPolicy
project?: BoardProject
team?: Team
type: string

Type of the object that is returned. In this case, type returns board.

viewLink?: string

URL to view the board.