Skip to main content

Retrieve a notification

Path Parameters
  • notification_id integer required

    ID of the notification

Responses

OK


Schema
  • 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...