Schemas¶
Typed JSON schemas for all Planka objects
Action
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
boardId |
ID of the board where the action occurred
TYPE:
|
cardId |
ID of the card where the action occurred
TYPE:
|
createdAt |
When the action was created
TYPE:
|
data |
Action specific data (varies by type) |
id |
Unique identifier for the action
TYPE:
|
type |
Type of the action
TYPE:
|
updatedAt |
When the action was last updated
TYPE:
|
userId |
ID of the user who performed the action
TYPE:
|
Attachment
¶
Bases: TypedDict
- Plankapy v2 api REST Typing
-
Plankapy v2
models
Attachment
Attachment
| ATTRIBUTE | DESCRIPTION |
|---|---|
cardId |
ID of the card the attachment belongs to
TYPE:
|
createdAt |
When the attachment was created
TYPE:
|
creatorUserId |
ID of the user who created the attachment
TYPE:
|
data |
Attachment specific data (varies by type) |
id |
Unique identifier for the attachment
TYPE:
|
name |
Name/title of the attachment
TYPE:
|
type |
Type of the attachment
TYPE:
|
updatedAt |
When the attachment was last updated
TYPE:
|
BackgroundImage
¶
Bases: TypedDict
- Plankapy v2 api REST Typing
-
Plankapy v2
models
Background Image
BackgroundImage
| ATTRIBUTE | DESCRIPTION |
|---|---|
createdAt |
When the background image was created
TYPE:
|
id |
Unique identifier for the background image
TYPE:
|
projectId |
ID of the project the background image belongs to
TYPE:
|
sizeInBytes |
File size of the background image in bytes
TYPE:
|
thumbnailUrls |
URLs for different thumbnail sizes of the background image |
updatedAt |
When the background image was last updated
TYPE:
|
url |
URL to access the full-size background image
TYPE:
|
thumbnailUrls
instance-attribute
¶
URLs for different thumbnail sizes of the background image
BaseCustomFieldGroup
¶
Bases: TypedDict
- Plankapy v2
-
Plankapy v2
models
Base Custom Field Group
BaseCustomFieldGroup
| ATTRIBUTE | DESCRIPTION |
|---|---|
createdAt |
When the base custom field group was created
TYPE:
|
id |
Unique identifier for the base custom field group
TYPE:
|
name |
Name/title of the base custom field group
TYPE:
|
projectId |
ID of the project the base custom field group belongs to
TYPE:
|
updatedAt |
When the base custom field group was last updated
TYPE:
|
Board
¶
Bases: TypedDict
- Plankapy v2
-
Plankapy v2
-
models
Board
Board -
api
REST Typing
Item_getBoard
-
models
Board
| ATTRIBUTE | DESCRIPTION |
|---|---|
alwaysDisplayCardCreator |
Whether to always display the card creator
TYPE:
|
createdAt |
When the board was created
TYPE:
|
defaultCardType |
Default card type for new cards
TYPE:
|
defaultView |
Default view for the board
TYPE:
|
expandTaskListsByDefault |
Whether to expand task lists by default
TYPE:
|
id |
Unique identifier for the board
TYPE:
|
limitCardTypesToDefaultOne |
Whether to limit card types to default one
TYPE:
|
name |
Name/title of the board
TYPE:
|
position |
Position of the board within the project
TYPE:
|
projectId |
ID of the project the board belongs to
TYPE:
|
updatedAt |
When the board was last updated
TYPE:
|
alwaysDisplayCardCreator
instance-attribute
¶
alwaysDisplayCardCreator: bool
Whether to always display the card creator
defaultCardType
instance-attribute
¶
defaultCardType: Literal['project', 'story']
Default card type for new cards
defaultView
instance-attribute
¶
defaultView: Literal['kanban', 'grid', 'list']
Default view for the board
expandTaskListsByDefault
instance-attribute
¶
expandTaskListsByDefault: bool
Whether to expand task lists by default
BoardMembership
¶
Bases: TypedDict
- Plankapy v2
-
Plankapy v2
models
Board Membership
BoardMembership
| ATTRIBUTE | DESCRIPTION |
|---|---|
boardId |
ID of the board the membership is associated with
TYPE:
|
canComment |
Whether the user can comment on cards (applies only to viewers)
TYPE:
|
createdAt |
When the board membership was created
TYPE:
|
id |
Unique identifier for the board membership
TYPE:
|
projectId |
ID of the project the board membership belongs to (denormalized)
TYPE:
|
role |
Role of the user in the board
TYPE:
|
updatedAt |
When the board membership was last updated
TYPE:
|
userId |
ID of the user who is a member of the board
TYPE:
|
Card
¶
Bases: TypedDict
- Plankapy v2
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
boardId |
ID of the board the card belongs to (denormalized)
TYPE:
|
commentsTotal |
Total number of comments on the card
TYPE:
|
coverAttachmentId |
ID of the attachment used as cover
TYPE:
|
createdAt |
When the card was created
TYPE:
|
creatorUserId |
ID of the user who created the card
TYPE:
|
description |
Detailed description of the card
TYPE:
|
dueDate |
Due date for the card
TYPE:
|
id |
Unique identifier for the card
TYPE:
|
isClosed |
Whether the card is closed
TYPE:
|
isDueCompleted |
Whether the due date is completed
TYPE:
|
listChangedAt |
When the card was last moved between lists
TYPE:
|
listId |
ID of the list the card belongs to
TYPE:
|
name |
Name/title of the card
TYPE:
|
position |
Position of the card within the list
TYPE:
|
prevListId |
ID of the previous list the card was in (available when in archive or trash)
TYPE:
|
stopwatch |
Stopwatch data for time tracking
TYPE:
|
type |
Type of the card
TYPE:
|
updatedAt |
When the card was last updated
TYPE:
|
CardLabel
¶
Bases: TypedDict
- Plankapy v2
-
Plankapy v2
models
Card Label
CardLabel
| ATTRIBUTE | DESCRIPTION |
|---|---|
cardId |
ID of the card the label is associated with
TYPE:
|
createdAt |
When the card-label association was created
TYPE:
|
id |
Unique identifier for the card-label association
TYPE:
|
labelId |
ID of the label associated with the card
TYPE:
|
updatedAt |
When the card-label association was last updated
TYPE:
|
CardMembership
¶
Bases: TypedDict
- Plankapy v2
-
Plankapy v2
models
Card Membership
CardMembership
| ATTRIBUTE | DESCRIPTION |
|---|---|
cardId |
ID of the card the user is a member of
TYPE:
|
createdAt |
When the card membership was created
TYPE:
|
id |
Unique identifier for the card membership
TYPE:
|
updatedAt |
When the card membership was last updated
TYPE:
|
userId |
ID of the user who is a member of the card
TYPE:
|
Comment
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
cardId |
ID of the card the comment belongs to
TYPE:
|
createdAt |
When the comment was created
TYPE:
|
id |
Unique identifier for the comment
TYPE:
|
text |
Content of the comment
TYPE:
|
updatedAt |
When the comment was last updated
TYPE:
|
userId |
ID of the user who created the comment
TYPE:
|
Config
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
activeUsersLimit |
Maximum number of active users allowed (conditionally added for admins if configured)
TYPE:
|
oidc |
OpenID Connect configuration (null if not configured) |
version |
Current version of the PLANKA application
TYPE:
|
activeUsersLimit
instance-attribute
¶
activeUsersLimit: NotRequired[int]
Maximum number of active users allowed (conditionally added for admins if configured)
oidc
instance-attribute
¶
OpenID Connect configuration (null if not configured)
CustomField
¶
Bases: TypedDict
-
Plankapy v2
-
Planka Utilities
PlankaSnapshotcustom_fields -
api
REST Typing
-
Included_duplicateCardcustomFields -
Included_getBoardcustomFields -
Included_getCardcustomFields -
Included_getCardscustomFields -
Included_getCustomFieldGroupcustomFields -
Included_getListcustomFields -
Included_getProjectcustomFields -
Included_getProjectscustomFields -
Response_createCustomFieldInBaseGroupitem -
Response_createCustomFieldInGroupitem -
Response_deleteCustomFielditem -
Response_updateCustomFielditem
-
-
Planka Utilities
-
Plankapy v2
models
Custom Field
CustomField
| ATTRIBUTE | DESCRIPTION |
|---|---|
baseCustomFieldGroupId |
ID of the base custom field group the custom field belongs to
TYPE:
|
createdAt |
When the custom field was created
TYPE:
|
customFieldGroupId |
ID of the custom field group the custom field belongs to
TYPE:
|
id |
Unique identifier for the custom field
TYPE:
|
name |
Name/title of the custom field
TYPE:
|
position |
Position of the custom field within the group
TYPE:
|
showOnFrontOfCard |
Whether to show the field on the front of cards
TYPE:
|
updatedAt |
When the custom field was last updated
TYPE:
|
baseCustomFieldGroupId
instance-attribute
¶
baseCustomFieldGroupId: str
ID of the base custom field group the custom field belongs to
customFieldGroupId
instance-attribute
¶
customFieldGroupId: str
ID of the custom field group the custom field belongs to
CustomFieldGroup
¶
Bases: TypedDict
-
Plankapy v2
api
REST Typing
-
Included_duplicateCardcustomFieldGroups -
Included_getBoardcustomFieldGroups -
Included_getCardcustomFieldGroups -
Included_getCardscustomFieldGroups -
Included_getListcustomFieldGroups -
Response_createBoardCustomFieldGroupitem -
Response_createCardCustomFieldGroupitem -
Response_deleteCustomFieldGroupitem -
Response_getCustomFieldGroupitem -
Response_updateCustomFieldGroupitem
-
-
Plankapy v2
models
Custom Field Group
CustomFieldGroup
| ATTRIBUTE | DESCRIPTION |
|---|---|
baseCustomFieldGroupId |
ID of the base custom field group used as a template
TYPE:
|
boardId |
ID of the board the custom field group belongs to
TYPE:
|
cardId |
ID of the card the custom field group belongs to
TYPE:
|
createdAt |
When the custom field group was created
TYPE:
|
id |
Unique identifier for the custom field group
TYPE:
|
name |
Name/title of the custom field group
TYPE:
|
position |
Position of the custom field group within the board/card
TYPE:
|
updatedAt |
When the custom field group was last updated
TYPE:
|
CustomFieldValue
¶
Bases: TypedDict
-
Plankapy v2
api
REST Typing
-
Included_duplicateCardcustomFieldValues -
Included_getBoardcustomFieldValues -
Included_getCardcustomFieldValues -
Included_getCardscustomFieldValues -
Included_getCustomFieldGroupcustomFieldValues -
Included_getListcustomFieldValues -
Response_deleteCustomFieldValueitem -
Response_updateCustomFieldValueitem
-
-
Plankapy v2
models
Custom Field Value
CustomFieldValue
| ATTRIBUTE | DESCRIPTION |
|---|---|
cardId |
ID of the card the value belongs to
TYPE:
|
content |
Content/value of the custom field
TYPE:
|
createdAt |
When the custom field value was created
TYPE:
|
customFieldGroupId |
ID of the custom field group the value belongs to
TYPE:
|
customFieldId |
ID of the custom field the value belongs to
TYPE:
|
id |
Unique identifier for the custom field value
TYPE:
|
updatedAt |
When the custom field value was last updated
TYPE:
|
Label
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
boardId |
ID of the board the label belongs to
TYPE:
|
color |
Color of the label
TYPE:
|
createdAt |
When the label was created
TYPE:
|
id |
Unique identifier for the label
TYPE:
|
name |
Name/title of the label
TYPE:
|
position |
Position of the label within the board
TYPE:
|
updatedAt |
When the label was last updated
TYPE:
|
color
instance-attribute
¶
color: Literal['muddy-grey', 'autumn-leafs', 'morning-sky', 'antique-blue', 'egg-yellow', 'desert-sand', 'dark-granite', 'fresh-salad', 'lagoon-blue', 'midnight-blue', 'light-orange', 'pumpkin-orange', 'light-concrete', 'sunny-grass', 'navy-blue', 'lilac-eyes', 'apricot-red', 'orange-peel', 'silver-glint', 'bright-moss', 'deep-ocean', 'summer-sky', 'berry-red', 'light-cocoa', 'grey-stone', 'tank-green', 'coral-green', 'sugar-plum', 'pink-tulip', 'shady-rust', 'wet-rock', 'wet-moss', 'turquoise-sea', 'lavender-fields', 'piggy-red', 'light-mud', 'gun-metal', 'modern-green', 'french-coast', 'sweet-lilac', 'red-burgundy', 'pirate-gold']
Color of the label
List
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
boardId |
ID of the board the list belongs to
TYPE:
|
color |
Color for the list
TYPE:
|
createdAt |
When the list was created
TYPE:
|
id |
Unique identifier for the list
TYPE:
|
name |
Name/title of the list
TYPE:
|
position |
Position of the list within the board
TYPE:
|
type |
Type/status of the list
TYPE:
|
updatedAt |
When the list was last updated
TYPE:
|
color
instance-attribute
¶
color: Literal['berry-red', 'pumpkin-orange', 'lagoon-blue', 'pink-tulip', 'light-mud', 'orange-peel', 'bright-moss', 'antique-blue', 'dark-granite', 'turquoise-sea']
Color for the list
Notification
¶
Bases: TypedDict
- Plankapy v2 api REST Typing
-
Plankapy v2
models
Notification
Notification
| ATTRIBUTE | DESCRIPTION |
|---|---|
actionId |
ID of the action associated with the notification
TYPE:
|
boardId |
ID of the board associated with the notification (denormalized)
TYPE:
|
cardId |
ID of the card associated with the notification
TYPE:
|
commentId |
ID of the comment associated with the notification
TYPE:
|
createdAt |
When the notification was created
TYPE:
|
creatorUserId |
ID of the user who created the notification
TYPE:
|
data |
Notification specific data (varies by type) |
id |
Unique identifier for the notification
TYPE:
|
isRead |
Whether the notification has been read
TYPE:
|
type |
Type of the notification
TYPE:
|
updatedAt |
When the notification was last updated
TYPE:
|
userId |
ID of the user who receives the notification
TYPE:
|
NotificationService
¶
Bases: TypedDict
-
Plankapy v2
-
Planka Utilities
PlankaSnapshotnotification_services -
api
REST Typing
-
Included_getProjectnotificationServices -
Included_getProjectsnotificationServices -
Included_getUsernotificationServices -
Response_createBoardNotificationServiceitem -
Response_createUserNotificationServiceitem -
Response_deleteNotificationServiceitem -
Response_testNotificationServiceitem -
Response_updateNotificationServiceitem
-
-
Planka Utilities
-
Plankapy v2
models
Notification Service
NotificationService
| ATTRIBUTE | DESCRIPTION |
|---|---|
boardId |
ID of the board the service is associated with
TYPE:
|
createdAt |
When the notification service was created
TYPE:
|
format |
Format for notification messages
TYPE:
|
id |
Unique identifier for the notification service
TYPE:
|
updatedAt |
When the notification service was last updated
TYPE:
|
url |
URL endpoint for notifications
TYPE:
|
userId |
ID of the user the service is associated with
TYPE:
|
Project
¶
Bases: TypedDict
- Plankapy v2
-
Plankapy v2
-
models
Project
Project - api REST Typing
-
models
Project
| ATTRIBUTE | DESCRIPTION |
|---|---|
backgroundGradient |
Gradient background for the project
TYPE:
|
backgroundImageId |
ID of the background image used as background
TYPE:
|
backgroundType |
Type of background for the project
TYPE:
|
createdAt |
When the project was created
TYPE:
|
description |
Detailed description of the project
TYPE:
|
id |
Unique identifier for the project
TYPE:
|
isHidden |
Whether the project is hidden
TYPE:
|
name |
Name/title of the project
TYPE:
|
ownerProjectManagerId |
ID of the project manager who owns the project
TYPE:
|
updatedAt |
When the project was last updated
TYPE:
|
backgroundGradient
instance-attribute
¶
backgroundGradient: Literal['old-lime', 'ocean-dive', 'tzepesch-style', 'jungle-mesh', 'strawberry-dust', 'purple-rose', 'sun-scream', 'warm-rust', 'sky-change', 'green-eyes', 'blue-xchange', 'blood-orange', 'sour-peel', 'green-ninja', 'algae-green', 'coral-reef', 'steel-grey', 'heat-waves', 'velvet-lounge', 'purple-rain', 'blue-steel', 'blueish-curve', 'prism-light', 'green-mist', 'red-curtain']
Gradient background for the project
backgroundImageId
instance-attribute
¶
backgroundImageId: str
ID of the background image used as background
backgroundType
instance-attribute
¶
backgroundType: Literal['gradient', 'image']
Type of background for the project
ProjectManager
¶
Bases: TypedDict
- Plankapy v2
-
Plankapy v2
models
Project Manager
ProjectManager
| ATTRIBUTE | DESCRIPTION |
|---|---|
createdAt |
When the project manager was created
TYPE:
|
id |
Unique identifier for the project manager
TYPE:
|
projectId |
ID of the project the manager is associated with
TYPE:
|
updatedAt |
When the project manager was last updated
TYPE:
|
userId |
ID of the user who is assigned as project manager
TYPE:
|
Stopwatch
¶
Task
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
assigneeUserId |
ID of the user assigned to the task
TYPE:
|
createdAt |
When the task was created
TYPE:
|
id |
Unique identifier for the task
TYPE:
|
isCompleted |
Whether the task is completed
TYPE:
|
linkedCardId |
ID of the card linked to the task
TYPE:
|
name |
Name/title of the task
TYPE:
|
position |
Position of the task within the task list
TYPE:
|
taskListId |
ID of the task list the task belongs to
TYPE:
|
updatedAt |
When the task was last updated
TYPE:
|
TaskList
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
cardId |
ID of the card the task list belongs to
TYPE:
|
createdAt |
When the task list was created
TYPE:
|
hideCompletedTasks |
Whether to hide completed tasks
TYPE:
|
id |
Unique identifier for the task list
TYPE:
|
name |
Name/title of the task list
TYPE:
|
position |
Position of the task list within the card
TYPE:
|
showOnFrontOfCard |
Whether to show the task list on the front of the card
TYPE:
|
updatedAt |
When the task list was last updated
TYPE:
|
User
¶
Bases: TypedDict
-
Plankapy v2
-
Planka Utilities
PlankaSnapshotusers -
api
REST Typing
-
Included_getBoardusers -
Included_getBoardActionsusers -
Included_getCardusers -
Included_getCardActionsusers -
Included_getCardsusers -
Included_getCommentsusers -
Included_getListusers -
Included_getNotificationusers -
Included_getNotificationsusers -
Included_getProjectusers -
Included_getProjectsusers -
Response_createUseritem -
Response_deleteUseritem -
Response_getUseritem -
Response_getUsersitems -
Response_updateUseritem -
Response_updateUserAvataritem -
Response_updateUserEmailitem -
Response_updateUserPassworditem -
Response_updateUserUsernameitem
-
-
Planka Utilities
| ATTRIBUTE | DESCRIPTION |
|---|---|
apiKeyPrefix |
The prefix for the user's API key if one is active
TYPE:
|
avatar |
Avatar information for the user with generated URLs |
createdAt |
When the user was created
TYPE:
|
defaultEditorMode |
Default markdown editor mode (personal field)
TYPE:
|
defaultHomeView |
Default view mode for the home page (personal field)
TYPE:
|
defaultProjectsOrder |
Default sort order for projects display (personal field)
TYPE:
|
email |
Email address for login and notifications (private field)
TYPE:
|
enableFavoritesByDefault |
Whether favorites are enabled by default (personal field)
TYPE:
|
gravatarUrl |
Gravatar URL for the user (conditionally added if configured)
TYPE:
|
id |
Unique identifier for the user
TYPE:
|
isDeactivated |
Whether the user account is deactivated and cannot log in
TYPE:
|
isDefaultAdmin |
Whether the user is the default admin (visible only to current user or admin)
TYPE:
|
isSsoUser |
Whether the user is SSO user (private field)
TYPE:
|
language |
Preferred language for user interface and notifications (personal field)
TYPE:
|
lockedFieldNames |
List of fields locked from editing (visible only to current user or admin)
TYPE:
|
name |
Full display name of the user
TYPE:
|
organization |
Organization or company name
TYPE:
|
phone |
Contact phone number
TYPE:
|
role |
User role defining access permissions
TYPE:
|
subscribeToCardWhenCommenting |
Whether the user subscribes to cards when commenting (personal field)
TYPE:
|
subscribeToOwnCards |
Whether the user subscribes to their own cards (personal field)
TYPE:
|
termsType |
Type of terms applicable to the user based on role
TYPE:
|
turnOffRecentCardHighlighting |
Whether recent card highlighting is disabled (personal field)
TYPE:
|
updatedAt |
When the user was last updated
TYPE:
|
username |
Unique username for user identification
TYPE:
|
apiKeyPrefix
instance-attribute
¶
apiKeyPrefix: str | None
The prefix for the user's API key if one is active
avatar
instance-attribute
¶
Avatar information for the user with generated URLs
defaultEditorMode
instance-attribute
¶
defaultEditorMode: NotRequired[Literal['wysiwyg', 'markup']]
Default markdown editor mode (personal field)
defaultHomeView
instance-attribute
¶
defaultHomeView: NotRequired[Literal['gridProjects', 'groupedProjects']]
Default view mode for the home page (personal field)
defaultProjectsOrder
instance-attribute
¶
defaultProjectsOrder: NotRequired[Literal['byDefault', 'alphabetically', 'byCreationTime']]
Default sort order for projects display (personal field)
email
instance-attribute
¶
email: NotRequired[str]
Email address for login and notifications (private field)
enableFavoritesByDefault
instance-attribute
¶
enableFavoritesByDefault: NotRequired[bool]
Whether favorites are enabled by default (personal field)
gravatarUrl
instance-attribute
¶
gravatarUrl: NotRequired[str]
Gravatar URL for the user (conditionally added if configured)
isDeactivated
instance-attribute
¶
isDeactivated: bool
Whether the user account is deactivated and cannot log in
isDefaultAdmin
instance-attribute
¶
isDefaultAdmin: NotRequired[bool]
Whether the user is the default admin (visible only to current user or admin)
isSsoUser
instance-attribute
¶
isSsoUser: NotRequired[bool]
Whether the user is SSO user (private field)
language
instance-attribute
¶
language: NotRequired[Literal['ar-YE', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-GB', 'en-US', 'es-ES', 'et-EE', 'fa-IR', 'fi-FI', 'fr-FR', 'hu-HU', 'id-ID', 'it-IT', 'ja-JP', 'ko-KR', 'nl-NL', 'pl-PL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sk-SK', 'sr-Cyrl-RS', 'sr-Latn-RS', 'sv-SE', 'tr-TR', 'uk-UA', 'uz-UZ', 'zh-CN', 'zh-TW']]
Preferred language for user interface and notifications (personal field)
lockedFieldNames
instance-attribute
¶
lockedFieldNames: NotRequired[list[Literal['email', 'password', 'name']]]
List of fields locked from editing (visible only to current user or admin)
role
instance-attribute
¶
role: Literal['admin', 'projectOwner', 'boardUser']
User role defining access permissions
subscribeToCardWhenCommenting
instance-attribute
¶
subscribeToCardWhenCommenting: NotRequired[bool]
Whether the user subscribes to cards when commenting (personal field)
subscribeToOwnCards
instance-attribute
¶
subscribeToOwnCards: NotRequired[bool]
Whether the user subscribes to their own cards (personal field)
termsType
instance-attribute
¶
termsType: Literal['general', 'extended']
Type of terms applicable to the user based on role
turnOffRecentCardHighlighting
instance-attribute
¶
turnOffRecentCardHighlighting: NotRequired[bool]
Whether recent card highlighting is disabled (personal field)
Webhook
¶
Bases: TypedDict
- Plankapy v2
| ATTRIBUTE | DESCRIPTION |
|---|---|
accessToken |
Access token for webhook authentication
TYPE:
|
boardId |
The board that the webhook is associated with
TYPE:
|
createdAt |
When the webhook was created
TYPE:
|
events |
List of events that trigger the webhook
TYPE:
|
excludedEvents |
List of events excluded from the webhook
TYPE:
|
id |
Unique identifier for the webhook
TYPE:
|
name |
Name/title of the webhook
TYPE:
|
updatedAt |
When the webhook was last updated
TYPE:
|
url |
URL endpoint for the webhook
TYPE:
|