Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface NotificationApiNotifyGetListRequest

Request parameters for notifyGetList operation in NotificationApi.

export
interface

NotificationApiNotifyGetListRequest

Hierarchy

  • NotificationApiNotifyGetListRequest

Index

Properties

all?: boolean

If true, show notifications marked as read. Default value is false

memberof

NotificationApiNotifyGetList

before?: string

Only show notifications updated before the given time. This is a timestamp in RFC 3339 format

memberof

NotificationApiNotifyGetList

limit?: number

page size of results

memberof

NotificationApiNotifyGetList

page?: number

page number of results to return (1-based)

memberof

NotificationApiNotifyGetList

since?: string

Only show notifications updated after the given time. This is a timestamp in RFC 3339 format

memberof

NotificationApiNotifyGetList

statusTypes?: string[]

Show notifications with the provided status types. Options are: unread, read and/or pinned. Defaults to unread & pinned.

memberof

NotificationApiNotifyGetList

subjectType?: ("repository" | "issue" | "pull" | "commit")[]

filter notifications by subject type

memberof

NotificationApiNotifyGetList

Generated using TypeDoc