Search
Preparing search index...
The search index is not available
@bitmovin/api-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NotificationsApi
Class NotificationsApi
Hierarchy
BaseAPI
NotificationsApi
Index
Constructors
constructor
Properties
emails
rest
Client
states
webhooks
Methods
delete
get
list
list
ByNotification
Id
mute
unmute
Constructors
constructor
new
Notifications
Api
(
configuration
:
Configuration
)
:
NotificationsApi
Parameters
configuration:
Configuration
Returns
NotificationsApi
Properties
emails
emails
:
EmailsApi
Protected
rest
Client
rest
Client
:
RestClient
states
states
:
StatesApi
webhooks
webhooks
:
WebhooksApi
Methods
delete
delete
(
notificationId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
notificationId:
string
Returns
Promise
<
BitmovinResponse
>
get
get
(
notificationId
:
string
)
:
Promise
<
Notification
>
Parameters
notificationId:
string
Returns
Promise
<
Notification
>
list
list
(
queryParameters
:
NotificationListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
Notification
>
>
Parameters
Optional
queryParameters:
NotificationListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
Notification
>
>
list
ByNotification
Id
list
ByNotification
Id
(
notificationId
:
string
, queryParameters
:
NotificationStateEntryListByNotificationIdQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
NotificationStateEntry
>
>
Parameters
notificationId:
string
Optional
queryParameters:
NotificationStateEntryListByNotificationIdQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
NotificationStateEntry
>
>
mute
mute
(
notificationId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
notificationId:
string
Returns
Promise
<
BitmovinResponse
>
unmute
unmute
(
notificationId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
notificationId:
string
Returns
Promise
<
BitmovinResponse
>
Globals
Notifications
Api
constructor
emails
rest
Client
states
webhooks
delete
get
list
list
ByNotification
Id
mute
unmute
Generated using
TypeDoc