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
LabelsApi
Class LabelsApi
Hierarchy
BaseAPI
LabelsApi
Index
Constructors
constructor
Properties
daily
rest
Client
Methods
list
list
ByDate
Range
Constructors
constructor
new
Labels
Api
(
configuration
:
Configuration
)
:
LabelsApi
Parameters
configuration:
Configuration
Returns
LabelsApi
Properties
daily
daily
:
DailyApi
Protected
rest
Client
rest
Client
:
RestClient
Methods
list
list
(
queryParameters
:
StatisticsPerLabelListQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
StatisticsPerLabel
>
>
Parameters
Optional
queryParameters:
StatisticsPerLabelListQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
StatisticsPerLabel
>
>
list
ByDate
Range
list
ByDate
Range
(
from
:
Date
, to
:
Date
, queryParameters
:
StatisticsPerLabelListByDateRangeQueryParams
|
function
)
:
Promise
<
PaginationResponse
<
StatisticsPerLabel
>
>
Parameters
from:
Date
to:
Date
Optional
queryParameters:
StatisticsPerLabelListByDateRangeQueryParams
|
function
Returns
Promise
<
PaginationResponse
<
StatisticsPerLabel
>
>
Globals
Labels
Api
constructor
daily
rest
Client
list
list
ByDate
Range
Generated using
TypeDoc