Skip to main content

Returns the list of announcements (polls and info messages) received from Link.

Responses

OK


Schema
  • list_items object[]

    Announcement list

  • author string

    Announcement title

  • body string

    Announcement content

  • type string

    Possible values: [poll, info]

    Announcement type

  • subject string

    Announcement subject

  • payload string

    JSON encoded announcement payload containing question and answers options

  • token uuid

    Unique identifier

  • is_read boolean

    Describes whether the announcement was viewed by the user

  • date int64

    Announcement creation timestamp

Loading...