Skip to main content

Get Read State

GET 

/api/cloud/2.0/agg/notifications/list/state/:notification-id

Overview

Get readState of the notification whose id specified in the API path parameter.

This is a per-user query.

Request

Path Parameters

    notification-profile-id stringrequired

Responses

OK

Schema
    notifIds string[]

    List of notification IDs

    readState NotifReadState (string)

    Possible values: [READ, UNREAD]

    Read state of the notification

Loading...