Hierarchy

  • BoardWithLinks

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.

links?: BoardLinks
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?: Project
team?: Team
type: string

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

viewLink?: string

URL to view the board.