This repository was archived by the owner on Nov 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change 9
9
10
10
## Base URL
11
11
12
- `https://insights.bandwidth.com/api/v1.beta `
12
+ `https://insights.bandwidth.com/api/v1`
13
13
servers :
14
- - url : https://insights.bandwidth.com/api/v1.beta
14
+ - url : https://insights.bandwidth.com/api/v1
15
15
tags :
16
16
- name : Voice
17
17
paths :
@@ -122,12 +122,6 @@ components:
122
122
example : ' +18185551234'
123
123
callDirection :
124
124
$ref : ' #/components/schemas/callDirection'
125
- postDialDelay :
126
- type : integer
127
- description : >-
128
- How long it takes for a calling party to hear a ringback tone after
129
- initiating a call, measured in milliseconds.
130
- example : 0
131
125
callType :
132
126
$ref : ' #/components/schemas/callType'
133
127
callResult :
@@ -138,22 +132,6 @@ components:
138
132
Message generated by a user agent server (UAS) or SIP server to
139
133
reply to a request generated by a client.
140
134
example : 200
141
- packetLoss :
142
- type : integer
143
- description : Count of packets lost during transmission.
144
- example : 0
145
- jitter :
146
- type : integer
147
- description : >-
148
- Variation in the delay of received packets over time, measured in
149
- milliseconds.
150
- example : 0
151
- latency :
152
- type : integer
153
- description : >-
154
- Time it takes for information to be transmitted from the source to
155
- the destination, measured in milliseconds.
156
- example : 0
157
135
cost :
158
136
format : double
159
137
type : number
@@ -238,7 +216,7 @@ components:
238
216
type : string
239
217
description : Specifies the relationship between this link and the resource.
240
218
example : >-
241
- https://insights.bandwidth.com/api/v1.beta /voice/calls?callResult=completed&offset=1&limit=1&sort=startTime:desc
219
+ https://insights.bandwidth.com/api/v1/voice/calls?callResult=completed&offset=1&limit=1&sort=startTime:desc
242
220
error :
243
221
title : Error
244
222
type : object
You can’t perform that action at this time.
0 commit comments