Skip to main content

Set Read State

POST 

/api/cloud/2.0/agg/notifications/list/state

Overview

Set the readState value to READ or UNREAD for the list of notifications specified in the notifIds list in the API body. This is a per-user query.

Request

Body

    notifIds string[]

    List of notification IDs

    readState NotifReadState (string)

    Possible values: [READ, UNREAD]

    Read state of the notification

Responses

OK

Schema
    notifIds string[]

    List of notification IDs

    readState NotifReadState (string)

    Possible values: [READ, UNREAD]

    Read state of the notification

Loading...