@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Analytics
Reports
Communications
constructor
http
options
timeout
uri
Helper
get
All
handle
Export
handle
Get
handle
Sockets
Export
meta
create
generate
Authenticated
Instance
Analytics
Reports
Communications
Fetch
All
Failed
Analytics
Reports
Communications
Meta
Failed
Analytics
Reports
Communications
Meta
Response
Analytics
Reports
Communications
Query
Analytics
Reports
Communications
Response
Communications
Channel
Communications
Content
Type
Communications
Created
By
Communications
Delivery
Status
Hierarchy
ThAnalyticsBaseHandler
AnalyticsReportsCommunications
Index
Constructors
constructor
Properties
http
options
timeout
uri
Helper
Methods
get
All
handle
Export
handle
Get
handle
Sockets
Export
meta
create
generate
Authenticated
Instance
Constructors
constructor
new
Analytics
Reports
Communications
(
options
:
AnalyticsOptions
, http
:
Client
)
:
AnalyticsReportsCommunications
Parameters
options:
AnalyticsOptions
http:
Client
Returns
AnalyticsReportsCommunications
Properties
http
http
:
Client
options
options
:
AnalyticsOptions
timeout
timeout
:
undefined
|
number
uri
Helper
uri
Helper
:
UriHelper
Methods
get
All
get
All
(
query
?:
AnalyticsReportsCommunicationsQuery
)
:
Promise
<
AnalyticsReportsCommunicationsResponse
>
Parameters
Optional
query:
AnalyticsReportsCommunicationsQuery
Returns
Promise
<
AnalyticsReportsCommunicationsResponse
>
Protected
handle
Export
handle
Export
(
url
:
string
, query
?:
HandlerQuery
, requestOptions
?:
any
)
:
Promise
<
ThAnalyticsExportsBaseResponse
>
Parameters
url:
string
Optional
query:
HandlerQuery
Optional
requestOptions:
any
Returns
Promise
<
ThAnalyticsExportsBaseResponse
>
Protected
handle
Get
handle
Get
(
url
:
string
, query
?:
HandlerQuery
, requestOptions
?:
any
)
:
Promise
<
ThAnalyticsBaseResponse
>
Parameters
url:
string
Optional
query:
HandlerQuery
Optional
requestOptions:
any
Returns
Promise
<
ThAnalyticsBaseResponse
>
Protected
handle
Sockets
Export
handle
Sockets
Export
(
url
:
string
, query
?:
HandlerQuery
, requestOptions
?:
any
)
:
Promise
<
AnalyticsSocketsExportResponseItem
>
Parameters
url:
string
Optional
query:
HandlerQuery
Optional
requestOptions:
any
Returns
Promise
<
AnalyticsSocketsExportResponseItem
>
meta
meta
(
queryOrOptions
?:
AnalyticsReportsCommunicationsQuery
)
:
Promise
<
AnalyticsReportsCommunicationsMetaResponse
>
Parameters
Optional
queryOrOptions:
AnalyticsReportsCommunicationsQuery
Returns
Promise
<
AnalyticsReportsCommunicationsMetaResponse
>
Static
create
create
(
options
:
Record
<
string
,
unknown
>
, http
:
Client
)
:
AnalyticsReportsCommunications
Parameters
options:
Record
<
string
,
unknown
>
http:
Client
Returns
AnalyticsReportsCommunications
Static
Protected
generate
Authenticated
Instance
generate
Authenticated
Instance<T>
(
Type
:
new
(
options
:
ThAnalyticsBaseHandlerOptions
, http
:
Client
)
=>
T
, options
:
ThAnalyticsBaseHandlerOptions
, http
:
Client
)
:
T
Type parameters
T
Parameters
Type:
new
(
options
:
ThAnalyticsBaseHandlerOptions
, http
:
Client
)
=>
T
new
(
options
:
ThAnalyticsBaseHandlerOptions
, http
:
Client
)
:
T
Parameters
options:
ThAnalyticsBaseHandlerOptions
http:
Client
Returns
T
options:
ThAnalyticsBaseHandlerOptions
http:
Client
Returns
T
Generated using
TypeDoc