Skip to main content

CardReferenceContextView

Lifecycle and board context for one authorized identifier lookup. Deliberately outside CardView, which every other card endpoint returns and none of them can populate.

board_namestringrequired
board_archived_at(string | null)<date-time>nullablerequired
board_deleted_at(string | null)<date-time>nullablerequired
deleted_at(string | null)<date-time>nullablerequired
dependency_countintegerrequired

Possible values: >= 0

dependent_countintegerrequired

Possible values: >= 0

CardReferenceContextView
{
"board_name": "string",
"board_archived_at": "2024-07-29T15:51:28.071Z",
"board_deleted_at": "2024-07-29T15:51:28.071Z",
"deleted_at": "2024-07-29T15:51:28.071Z",
"dependency_count": 0,
"dependent_count": 0
}