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
FinishedApi
Class FinishedApi
Hierarchy
BaseAPI
BaseAPI
FinishedApi
Index
Constructors
constructor
Properties
customdata
rest
Client
Methods
create
create
ByEncoding
Id
create
ByManifest
Id
delete
delete
ByEncoding
IdAnd
Webhook
Id
delete
ByWebhook
Id
get
ByEncoding
IdAnd
Webhook
Id
get
ByWebhook
Id
list
list
ByEncoding
Id
update
Constructors
constructor
new
Finished
Api
(
configuration
:
Configuration
)
:
FinishedApi
Parameters
configuration:
Configuration
Returns
FinishedApi
Properties
customdata
customdata
:
CustomdataApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
create
create
(
webhook
:
Webhook
)
:
Promise
<
Webhook
>
Parameters
Optional
webhook:
Webhook
Returns
Promise
<
Webhook
>
create
ByEncoding
Id
create
ByEncoding
Id
(
encodingId
:
string
, webhook
:
Webhook
)
:
Promise
<
Webhook
>
Parameters
encodingId:
string
Optional
webhook:
Webhook
Returns
Promise
<
Webhook
>
create
ByManifest
Id
create
ByManifest
Id
(
manifestId
:
string
, webhook
:
Webhook
)
:
Promise
<
Webhook
>
Parameters
manifestId:
string
Optional
webhook:
Webhook
Returns
Promise
<
Webhook
>
delete
delete
(
notificationId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
notificationId:
string
Returns
Promise
<
BitmovinResponse
>
delete
ByEncoding
IdAnd
Webhook
Id
delete
ByEncoding
IdAnd
Webhook
Id
(
encodingId
:
string
, webhookId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
encodingId:
string
webhookId:
string
Returns
Promise
<
BitmovinResponse
>
delete
ByWebhook
Id
delete
ByWebhook
Id
(
webhookId
:
string
)
:
Promise
<
BitmovinResponse
>
Parameters
webhookId:
string
Returns
Promise
<
BitmovinResponse
>
get
ByEncoding
IdAnd
Webhook
Id
get
ByEncoding
IdAnd
Webhook
Id
(
encodingId
:
string
, webhookId
:
string
)
:
Promise
<
Webhook
>
Parameters
encodingId:
string
webhookId:
string
Returns
Promise
<
Webhook
>
get
ByWebhook
Id
get
ByWebhook
Id
(
webhookId
:
string
)
:
Promise
<
Webhook
>
Parameters
webhookId:
string
Returns
Promise
<
Webhook
>
list
list
(
queryParameters
:
WebhookListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
Webhook
>
>
Parameters
Optional
queryParameters:
WebhookListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
Webhook
>
>
list
ByEncoding
Id
list
ByEncoding
Id
(
encodingId
:
string
, queryParameters
:
WebhookListByEncodingIdQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
Webhook
>
>
Parameters
encodingId:
string
Optional
queryParameters:
WebhookListByEncodingIdQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
Webhook
>
>
update
update
(
notificationId
:
string
, webhook
:
Webhook
)
:
Promise
<
Webhook
>
Parameters
notificationId:
string
Optional
webhook:
Webhook
Returns
Promise
<
Webhook
>
Globals
Finished
Api
constructor
customdata
rest
Client
create
create
ByEncoding
Id
create
ByManifest
Id
delete
delete
ByEncoding
IdAnd
Webhook
Id
delete
ByWebhook
Id
get
ByEncoding
IdAnd
Webhook
Id
get
ByWebhook
Id
list
list
ByEncoding
Id
update
Generated using
TypeDoc