Skip to main content

CardResolvedView

card objectrequired
idstring<uuid>required
typestringrequired
Constant value: card
versionintegerrequired

Possible values: >= 1

board_idstring<uuid>required
column_idstring<uuid>required
titlestringrequired

Possible values: non-empty and <= 240 characters

descriptionstring | nullnullablerequired

Possible values: <= 20000 characters

positionnumberrequired
due_date(string | null)<date-time>nullablerequired
priority objectrequired
anyOf
string

Possible values: [super_urgent, urgent, important, nice_to_have]

completed_at(string | null)<date-time>nullablerequired
archived_at(string | null)<date-time>nullablerequired
created_bystring<uuid>required
created_atstring<date-time>required
updated_atstring<date-time>required
assignee_user_idsstring<uuid>[]required
label_idsstring<uuid>[]required
subtask_totalintegerrequired

Possible values: >= 0

subtask_completedintegerrequired

Possible values: >= 0

comment_countintegerrequired

Possible values: >= 0

identifierstringrequired
workstream objectrequired
idstring<uuid>required
namestringrequired

Possible values: non-empty and <= 120 characters

prefixstringrequired

Possible values: Value must match regular expression ^[A-Z][A-Z0-9]{1,9}$

resolved_identifierstringrequired
is_aliasbooleanrequired
current_identifierstringrequired
CardResolvedView
{
"card": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"type": "card",
"version": 0,
"board_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"column_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"position": 0,
"due_date": "2024-07-29T15:51:28.071Z",
"priority": "super_urgent",
"completed_at": "2024-07-29T15:51:28.071Z",
"archived_at": "2024-07-29T15:51:28.071Z",
"created_by": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z",
"assignee_user_ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"label_ids": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"subtask_total": 0,
"subtask_completed": 0,
"comment_count": 0,
"identifier": "string",
"workstream": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"prefix": "string"
}
},
"resolved_identifier": "string",
"is_alias": true,
"current_identifier": "string"
}