Skip to main content

CommentList

data object[]required
  • Array [
  • idstring<uuid>required
    typestringrequired
    Constant value: comment
    versionintegerrequired

    Possible values: >= 1

    card_idstring<uuid>required
    author objectrequired
    user_idstring<uuid>required
    bodystringrequired

    Possible values: non-empty and <= 20000 characters

    created_atstring<date-time>required
    updated_atstring<date-time>required
  • ]
  • page objectrequired
    next_cursorstring | nullnullablerequired
    has_morebooleanrequired
    CommentList
    {
    "data": [
    {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "type": "comment",
    "version": 0,
    "card_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "author": {
    "user_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    },
    "body": "string",
    "created_at": "2024-07-29T15:51:28.071Z",
    "updated_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "page": {
    "next_cursor": "string",
    "has_more": true
    }
    }