reports
sip.reports
Table of contents
Interfaces
Functions
getEndpointStatus
▸ getEndpointStatus(endpointId
: string, errorThreshold
: number | undefined, options?
: { account?
: Account }): Promise<EndpointStatus>
Parameters:
Name | Type |
---|---|
endpointId | string |
errorThreshold | number | undefined |
options? | object |
options.account? | Account |
Returns: Promise<EndpointStatus>
getInboundCalls
▸ getInboundCalls(fromDate
: string | undefined, toDate
: string | undefined, fromStatus
: number | undefined, toStatus
: number | undefined, skip
: number, take
: number, options?
: { account?
: Account }): Promise<SIPReportResponse[]>
Parameters:
Name | Type |
---|---|
fromDate | string | undefined |
toDate | string | undefined |
fromStatus | number | undefined |
toStatus | number | undefined |
skip | number |
take | number |
options? | object |
options.account? | Account |
Returns: Promise<SIPReportResponse[]>
Found a mistake? Email us, and we'll send you a free t-shirt!