Interface APIListItemSummary

interface APIListItemSummary {
    channelId: string;
    completedAt?: string;
    completedBy?: string;
    createdAt: string;
    createdBy: string;
    createdByWebhookId?: string;
    id: string;
    mentions?: APIMentions;
    message: string;
    note?: APIListItemNoteSummary;
    parentListItemId?: string;
    serverId: string;
    updatedAt?: string;
    updatedBy?: string;
}

Properties

channelId: string

The ID of the channel

completedAt?: string

The ISO 8601 timestamp that the list item was completed at

completedBy?: string

The ID of the user who completed this list item

createdAt: string

The ISO 8601 timestamp that the list item was created at

createdBy: string

The ID of the user who created this list item (Note: If this event has createdByWebhookId present, this field will still be populated, but can be ignored. In this case, the value of this field will always be Ann6LewA)

createdByWebhookId?: string

The ID of the webhook who created this list item, if it was created by a webhook

id: string

The ID of the list item

mentions?: APIMentions

List item's mentions

message: string

The message of the list item

List item note

parentListItemId?: string

The ID of the parent list item if this list item is nested

serverId: string

The ID of the server

updatedAt?: string

The ISO 8601 timestamp that the list item was updated at, if relevant

updatedBy?: string

The ID of the user who updated this list item