28
28
- $ref : ' #/components/parameters/startTime'
29
29
- $ref : ' #/components/parameters/endTime'
30
30
- $ref : ' #/components/parameters/callingNumber'
31
- - $ref : ' #/components/parameters/callingNumberType'
32
31
- $ref : ' #/components/parameters/calledNumber'
33
- - $ref : ' #/components/parameters/calledNumberType'
34
32
- $ref : ' #/components/parameters/callDirection'
35
33
- $ref : ' #/components/parameters/callType'
36
34
- $ref : ' #/components/parameters/callResult'
@@ -114,17 +112,13 @@ components:
114
112
115
113
Format: E.164 with '+' prefix
116
114
example : ' +18185559876'
117
- callingNumberType :
118
- $ref : ' #/components/schemas/callingNumberType'
119
115
calledNumber :
120
116
type : string
121
117
description : |-
122
118
Phone number of the caller who received the call.
123
119
124
120
Format: E.164 with '+' prefix
125
121
example : ' +18185551234'
126
- calledNumberType :
127
- $ref : ' #/components/schemas/calledNumberType'
128
122
callDirection :
129
123
$ref : ' #/components/schemas/callDirection'
130
124
postDialDelay :
@@ -191,38 +185,6 @@ components:
191
185
- links
192
186
- data
193
187
- errors
194
- callingNumberType :
195
- type : string
196
- description : Number type of the caller who initiated the call.
197
- enum :
198
- - EMERGENCY
199
- - INFORMATION
200
- - INTERNATIONAL
201
- - INTL-BLOCK
202
- - N11
203
- - NANPA-INVALID
204
- - NANPA-INTL
205
- - NANPA-US
206
- - OPERATOR
207
- - TOLLFREE-OOS
208
- - UNKNOWN
209
- example : NANPA-US
210
- calledNumberType :
211
- type : string
212
- description : Number type of the caller who received the call.
213
- enum :
214
- - EMERGENCY
215
- - INFORMATION
216
- - INTERNATIONAL
217
- - INTL-BLOCK
218
- - N11
219
- - NANPA-INVALID
220
- - NANPA-INTL
221
- - NANPA-US
222
- - OPERATOR
223
- - TOLLFREE-OOS
224
- - UNKNOWN
225
- example : NANPA-US
226
188
callDirection :
227
189
type : string
228
190
description : Direction of call.
@@ -347,12 +309,6 @@ components:
347
309
schema :
348
310
type : string
349
311
example : ' %2B18185559876'
350
- callingNumberType :
351
- name : callingNumberType
352
- in : query
353
- description : ' Filter Type: Exact Match, any valid call number type.'
354
- schema :
355
- $ref : ' #/components/schemas/callingNumberType'
356
312
calledNumber :
357
313
name : calledNumber
358
314
in : query
@@ -371,12 +327,6 @@ components:
371
327
schema :
372
328
type : string
373
329
example : ' %2B18185551234'
374
- calledNumberType :
375
- name : calledNumberType
376
- in : query
377
- description : ' Filter Type: Exact Match, any valid call number type.'
378
- schema :
379
- $ref : ' #/components/schemas/calledNumberType'
380
330
callDirection :
381
331
name : callDirection
382
332
in : query
@@ -474,26 +424,16 @@ components:
474
424
type : array
475
425
items :
476
426
$ref : ' #/components/schemas/link'
477
- nullable : true
478
- example : null
427
+ nullable : false
428
+ example : []
479
429
data :
480
- type : object
481
- properties :
482
- totalCount :
483
- type : integer
484
- description : The total count of objects returned in the response.
485
- example : 1
486
- calls :
487
- type : array
488
- items :
489
- $ref : ' #/components/schemas/call'
490
- nullable : true
430
+ $ref : ' #/components/schemas/call'
491
431
errors :
492
432
type : array
493
433
items :
494
434
$ref : ' #/components/schemas/error'
495
- nullable : true
496
- example : null
435
+ nullable : false
436
+ example : []
497
437
required :
498
438
- links
499
439
- data
0 commit comments