Skip to main content

List all users notifications

List all users notifications

Query Parameters
  • offset integer

    An offset is simply the number of records you wish to skip before selecting records.

  • limit integer

    Limit of entries that should be returned.

Responses

OK


Schema array
  • id integer

    The ID of the notification.

  • title string

    The notification's title.

  • text string

    The notification's text.

  • created date-time

    creation date

  • type string

    Possible values: [INFO, WARNING]

    The notification's type.

  • read date-time

    date the user read the notification

Loading...