Skip to main content

PaginatedResponse[ChannelEventRead]

items object[]required
  • Array [
  • idIdrequired

    Unique numeric identifier of the record.

    channel_idChannel Idrequired

    ID of the messaging channel this record relates to.

    event objectrequired

    Structured details of the channel event (type and associated data).

    event_typeChannelEventTyperequired

    Possible values: [activated, deactivated, session_activated, session_deactivated, outreach_skip_changed]

    event_data object
    property name*any
    created_atdate-timerequired

    Creation time (UTC, ISO 8601).

  • ]
  • pagePagerequired
    limitLimitrequired
    totalTotalrequired
    pagesPagesrequired
    PaginatedResponse[ChannelEventRead]
    {
    "items": [
    {
    "id": 0,
    "channel_id": 0,
    "event": {
    "event_type": "activated",
    "event_data": {}
    },
    "created_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "page": 0,
    "limit": 0,
    "total": 0,
    "pages": 0
    }