freeclimb 4.6.1 → 4.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/openapi.json CHANGED
@@ -480,8 +480,19 @@
480
480
  }
481
481
  },
482
482
  "AddToConference": {
483
- "description": "The `AddToConference` command adds a Participant to a Conference. If this Participant currently is in another Conference, the Participant is first removed from that Conference. Two Call legs can be bridged together by creating a Conference and adding both Call legs to it via `AddToConference`.",
483
+ "description": "The `AddToConference` command adds a Participant to a Conference. Two Call legs can be bridged together by creating a Conference and adding both Call legs to it via `AddToConference`.",
484
484
  "x-percl-command": true,
485
+ "x-ref-properties": [
486
+ "false",
487
+ "\"TEST_STRING\"",
488
+ "\"TEST_STRING\"",
489
+ "\"TEST_STRING\"",
490
+ "\"TEST_STRING\"",
491
+ "false",
492
+ "\"TEST_STRING\"",
493
+ "false",
494
+ "false"
495
+ ],
485
496
  "allOf": [
486
497
  {
487
498
  "$ref": "#/components/schemas/PerclCommand"
@@ -533,6 +544,15 @@
533
544
  "CreateConference": {
534
545
  "description": "The `CreateConference` command does exactly what its name implies — it creates an unpopulated Conference (one without any Participants). Once created, a Conference remains in FreeClimb until explicitly terminated by a customer. Once a Conference has been terminated, it can no longer be used.",
535
546
  "x-percl-command": true,
547
+ "x-ref-properties": [
548
+ "\"TEST_STRING\"",
549
+ "false",
550
+ "PlayBeep.ALWAYS",
551
+ "false",
552
+ "\"https://a.com\"",
553
+ "\"https://a.com\"",
554
+ "\"TEST_STRING\""
555
+ ],
536
556
  "allOf": [
537
557
  {
538
558
  "$ref": "#/components/schemas/PerclCommand"
@@ -585,6 +605,13 @@
585
605
  "Enqueue": {
586
606
  "description": "The `Enqueue` command adds the current Call to a call Queue. If the specified Queue does not exist, it is created and then the Call is added to it. The default maximum length of the queue is 100. This can be modified using the REST API.",
587
607
  "x-percl-command": true,
608
+ "x-ref-properties": [
609
+ "\"TEST_STRING\"",
610
+ "\"TEST_STRING\"",
611
+ "\"TEST_STRING\"",
612
+ "\"TEST_STRING\"",
613
+ "\"TEST_STRING\""
614
+ ],
588
615
  "allOf": [
589
616
  {
590
617
  "$ref": "#/components/schemas/PerclCommand",
@@ -619,6 +646,18 @@
619
646
  "GetDigits": {
620
647
  "description": "The `GetDigits` command collects DTMF inputs from the caller. It is only supported only when there is a single party on the Call. `GetDigits` is a Terminal Command — any actions following it are never executed. When the Caller is done entering the digits, FreeClimb submits that data to the provided `actionUrl` using an HTTP POST request. Your server will be required to respond to the FreeClimb Webhook with PerCL to continue handling the call.",
621
648
  "x-percl-command": true,
649
+ "x-ref-properties": [
650
+ "\"https://a.com\"",
651
+ "1",
652
+ "\"TEST_STRING\"",
653
+ "false",
654
+ "300",
655
+ "1",
656
+ "1",
657
+ "new List<PerclCommand>()",
658
+ "false",
659
+ "\"TEST_STRING\""
660
+ ],
622
661
  "allOf": [
623
662
  {
624
663
  "$ref": "#/components/schemas/PerclCommand",
@@ -676,6 +715,22 @@
676
715
  "GetSpeech": {
677
716
  "description": "The `GetSpeech` command enables the Caller to respond to the application using a supported language. Unlike DTMF entry, which implicitly restricts the user to using the available buttons on the phone key pad, speech input allows for flexible audio inputs based on grammar. FreeClimb supports grammars written using GRXML compatible with the Microsoft Speech Platform. `GetSpeech` is only supported on a single call leg. It is not supported when there are two or more call legs connected (as in within a Conference).",
678
717
  "x-percl-command": true,
718
+ "x-ref-properties": [
719
+ "\"https://a.com\"",
720
+ "GrammarType.URL",
721
+ "\"TEST_STRING\"",
722
+ "\"TEST_STRING\"",
723
+ "false",
724
+ "new List<PerclCommand>()",
725
+ "1",
726
+ "1",
727
+ "1",
728
+ "1",
729
+ "1",
730
+ "1",
731
+ "false",
732
+ "\"TEST_STRING\""
733
+ ],
679
734
  "allOf": [
680
735
  {
681
736
  "$ref": "#/components/schemas/PerclCommand"
@@ -767,6 +822,19 @@
767
822
  "OutDial": {
768
823
  "description": "The OutDial command is used to call a phone number",
769
824
  "x-percl-command": true,
825
+ "x-ref-properties": [
826
+ "\"https://a.com\"",
827
+ "\"https://a.com\"",
828
+ "\"TEST_STRING\"",
829
+ "\"TEST_STRING\"",
830
+ "IfMachine.REDIRECT",
831
+ "\"https://a.com\"",
832
+ "\"TEST_STRING\"",
833
+ "\"TEST_STRING\"",
834
+ "1",
835
+ "false",
836
+ "\"TEST_STRING\""
837
+ ],
770
838
  "allOf": [
771
839
  {
772
840
  "$ref": "#/components/schemas/PerclCommand",
@@ -829,6 +897,12 @@
829
897
  "Park": {
830
898
  "description": "The `Park` command allows a caller to be put on hold. You can provide hold music,messages,etc until ready to resume the call. Park is a terminal command. Actions performed on the Call while on hold are provided in a PerCL script in response to the waitUrl property. Actions performed on the Call after it has been unparked (resumed) will be provided in a PerCL script in response to the actionUrl provided. A Call can be resumed in two ways -- REST API invocation or the Unpark percl command. No actions can be nested within Park and Park cannot be nested in any other actions. ",
831
899
  "x-percl-command": true,
900
+ "x-ref-properties": [
901
+ "\"https://a.com\"",
902
+ "\"https://a.com\"",
903
+ "\"TEST_STRING\"",
904
+ "\"TEST_STRING\""
905
+ ],
832
906
  "allOf": [
833
907
  {
834
908
  "$ref": "#/components/schemas/PerclCommand",
@@ -859,6 +933,7 @@
859
933
  "Pause": {
860
934
  "description": "The `Pause` command halts execution of the current PerCL script for a specified number of milliseconds. If `Pause` is the first command in a PerCL document, FreeClimb will wait for the specified time to elapse before picking up the call.",
861
935
  "x-percl-command": true,
936
+ "x-ref-properties": ["1"],
862
937
  "allOf": [
863
938
  {
864
939
  "$ref": "#/components/schemas/PerclCommand"
@@ -878,6 +953,7 @@
878
953
  "Play": {
879
954
  "description": "The `Play` command plays an audio file back to the caller. The audio file may be located at any location accessible via a URL. `Play` can exist as a stand-alone command or as a nested command. It does not allow barge-in unless nested within a `GetSpeech` command. The file will always be played to completion unless nested.",
880
955
  "x-percl-command": true,
956
+ "x-ref-properties": ["\"TEST_STRING\"", "1", "false"],
881
957
  "allOf": [
882
958
  {
883
959
  "$ref": "#/components/schemas/PerclCommand"
@@ -905,6 +981,7 @@
905
981
  "PlayEarlyMedia": {
906
982
  "description": "`PlayEarlyMedia` is relevant only when present as the very first command in the PerCL script returned for an incoming Call. In such cases, the command is executed before FreeClimb attempts to connect the call. The audio file it uses can be stored in any location that is accessible via URL.",
907
983
  "x-percl-command": true,
984
+ "x-ref-properties": ["\"TEST_STRING\""],
908
985
  "allOf": [
909
986
  {
910
987
  "$ref": "#/components/schemas/PerclCommand"
@@ -924,6 +1001,15 @@
924
1001
  "RecordUtterance": {
925
1002
  "description": "The `RecordUtterance` command records the caller's voice and returns the URL of a file containing the audio recording. `RecordUtterance` is blocking and is a terminal command. As such, the `actionUrl` property is required, and control of the Call picks up using the PerCL returned in response to the `actionUrl`. Recording information is returned in the `actionUrl` request.",
926
1003
  "x-percl-command": true,
1004
+ "x-ref-properties": [
1005
+ "\"https://a.com\"",
1006
+ "1",
1007
+ "\"TEST_STRING\"",
1008
+ "1",
1009
+ "false",
1010
+ "false",
1011
+ "false"
1012
+ ],
927
1013
  "allOf": [
928
1014
  {
929
1015
  "$ref": "#/components/schemas/PerclCommand",
@@ -969,6 +1055,7 @@
969
1055
  "Redirect": {
970
1056
  "description": "The `Redirect` command transfers control of a Call to the PerCL at a different URL. `Redirect` is a terminal command, so any actions following it are never executed. The maximum number of redirections allowed during the life time of a Call is 256. This is intended to prevent a Call from possibly looping infinitely due to errors in PerCL being generated.",
971
1057
  "x-percl-command": true,
1058
+ "x-ref-properties": ["\"https://a.com\""],
972
1059
  "allOf": [
973
1060
  {
974
1061
  "$ref": "#/components/schemas/PerclCommand",
@@ -990,6 +1077,7 @@
990
1077
  "Reject": {
991
1078
  "description": "The `Reject` command blocks an incoming Call. Using `Reject` is the only way to prevent FreeClimb from answering a Call. Any other response will result in an answered Call and your account will be billed.",
992
1079
  "x-percl-command": true,
1080
+ "x-ref-properties": ["\"TEST_STRING\""],
993
1081
  "allOf": [
994
1082
  {
995
1083
  "$ref": "#/components/schemas/PerclCommand"
@@ -1023,6 +1111,12 @@
1023
1111
  "Say": {
1024
1112
  "description": "The `Say` command provides Text-To-Speech (TTS) support. It converts text to speech and then renders it in a female voice back to the caller. `Say` is useful in cases where it's difficult to pre-record a prompt for any reason. `Say` does not allow barge-in unless nested within a `GetSpeech` command. The file will always be played to completion unless nested.",
1025
1113
  "x-percl-command": true,
1114
+ "x-ref-properties": [
1115
+ "\"TEST_STRING\"",
1116
+ "\"TEST_STRING\"",
1117
+ "1",
1118
+ "false"
1119
+ ],
1026
1120
  "allOf": [
1027
1121
  {
1028
1122
  "$ref": "#/components/schemas/PerclCommand"
@@ -1055,6 +1149,7 @@
1055
1149
  "SendDigits": {
1056
1150
  "description": "The `SendDigits` command plays DTMF tones on a live Call. This is useful for navigating through IVR menus or dialing extensions.",
1057
1151
  "x-percl-command": true,
1152
+ "x-ref-properties": ["\"TEST_STRING\"", "1", "false"],
1058
1153
  "allOf": [
1059
1154
  {
1060
1155
  "$ref": "#/components/schemas/PerclCommand"
@@ -1082,6 +1177,7 @@
1082
1177
  "SetListen": {
1083
1178
  "description": "The `SetListen` command enables or disables the listen privilege for a Conference Participant provided both calls are in the same conference. The Participant can hear what the other participants are saying only if this privilege is enabled.",
1084
1179
  "x-percl-command": true,
1180
+ "x-ref-properties": ["false"],
1085
1181
  "allOf": [
1086
1182
  {
1087
1183
  "$ref": "#/components/schemas/PerclCommand"
@@ -1101,6 +1197,7 @@
1101
1197
  "SetTalk": {
1102
1198
  "description": "The `SetTalk` command enables or disables the talk privilege for a Participant in a Conference provided both calls are in the same conference. If 'true', no audio from that Participant is shared with the other Participants of the Conference.",
1103
1199
  "x-percl-command": true,
1200
+ "x-ref-properties": ["false"],
1104
1201
  "allOf": [
1105
1202
  {
1106
1203
  "$ref": "#/components/schemas/PerclCommand"
@@ -1120,6 +1217,11 @@
1120
1217
  "Sms": {
1121
1218
  "description": "The `Sms` command can be used to send an SMS message to a phone number during a phone call. International SMS is disabled by default.",
1122
1219
  "x-percl-command": true,
1220
+ "x-ref-properties": [
1221
+ "\"TEST_STRING\"",
1222
+ "\"TEST_STRING\"",
1223
+ "\"TEST_STRING\""
1224
+ ],
1123
1225
  "allOf": [
1124
1226
  {
1125
1227
  "$ref": "#/components/schemas/PerclCommand"
@@ -1256,6 +1358,7 @@
1256
1358
  "type": "object",
1257
1359
  "required": ["voice", "sms", "tollFree", "tenDLC", "shortCode"],
1258
1360
  "x-is-object": true,
1361
+ "x-ref-properties": [false, false, false, false, false],
1259
1362
  "properties": {
1260
1363
  "voice": {
1261
1364
  "description": "Indicates whether a number can be used for voice calls. Replaces voiceEnabled.",
@@ -1289,6 +1392,7 @@
1289
1392
  "type": "object",
1290
1393
  "required": ["campaignId"],
1291
1394
  "x-is-object": true,
1395
+ "x-ref-properties": ["\"TEST_STRING\""],
1292
1396
  "properties": {
1293
1397
  "campaignId": {
1294
1398
  "description": "alphanumeric identifier for the TollFree campaign associated with this number",
@@ -1449,6 +1553,7 @@
1449
1553
  }
1450
1554
  },
1451
1555
  "ApplicationList": {
1556
+ "x-implements": "Pagination",
1452
1557
  "allOf": [
1453
1558
  {
1454
1559
  "$ref": "#/components/schemas/PaginationModel"
@@ -1509,6 +1614,7 @@
1509
1614
  }
1510
1615
  },
1511
1616
  "AvailableNumberList": {
1617
+ "x-implements": "Pagination",
1512
1618
  "allOf": [
1513
1619
  {
1514
1620
  "$ref": "#/components/schemas/PaginationModel"
@@ -1623,6 +1729,7 @@
1623
1729
  }
1624
1730
  },
1625
1731
  "IncomingNumberList": {
1732
+ "x-implements": "Pagination",
1626
1733
  "allOf": [
1627
1734
  {
1628
1735
  "$ref": "#/components/schemas/PaginationModel"
@@ -1801,6 +1908,7 @@
1801
1908
  }
1802
1909
  },
1803
1910
  "CallList": {
1911
+ "x-implements": "Pagination",
1804
1912
  "allOf": [
1805
1913
  {
1806
1914
  "$ref": "#/components/schemas/PaginationModel"
@@ -1858,6 +1966,7 @@
1858
1966
  ]
1859
1967
  },
1860
1968
  "RecordingList": {
1969
+ "x-implements": "Pagination",
1861
1970
  "allOf": [
1862
1971
  {
1863
1972
  "$ref": "#/components/schemas/PaginationModel"
@@ -1916,6 +2025,7 @@
1916
2025
  }
1917
2026
  },
1918
2027
  "LogList": {
2028
+ "x-implements": "Pagination",
1919
2029
  "allOf": [
1920
2030
  {
1921
2031
  "$ref": "#/components/schemas/PaginationModel"
@@ -1995,6 +2105,7 @@
1995
2105
  ]
1996
2106
  },
1997
2107
  "MessagesList": {
2108
+ "x-implements": "Pagination",
1998
2109
  "allOf": [
1999
2110
  {
2000
2111
  "$ref": "#/components/schemas/PaginationModel"
@@ -2055,6 +2166,7 @@
2055
2166
  ]
2056
2167
  },
2057
2168
  "ConferenceList": {
2169
+ "x-implements": "Pagination",
2058
2170
  "allOf": [
2059
2171
  {
2060
2172
  "$ref": "#/components/schemas/PaginationModel"
@@ -2244,6 +2356,7 @@
2244
2356
  }
2245
2357
  },
2246
2358
  "ConferenceParticipantList": {
2359
+ "x-implements": "Pagination",
2247
2360
  "allOf": [
2248
2361
  {
2249
2362
  "$ref": "#/components/schemas/PaginationModel"
@@ -2326,6 +2439,7 @@
2326
2439
  }
2327
2440
  },
2328
2441
  "QueueList": {
2442
+ "x-implements": "Pagination",
2329
2443
  "allOf": [
2330
2444
  {
2331
2445
  "$ref": "#/components/schemas/PaginationModel"
@@ -2376,6 +2490,7 @@
2376
2490
  }
2377
2491
  },
2378
2492
  "QueueMemberList": {
2493
+ "x-implements": "Pagination",
2379
2494
  "allOf": [
2380
2495
  {
2381
2496
  "$ref": "#/components/schemas/PaginationModel"
@@ -2406,6 +2521,7 @@
2406
2521
  }
2407
2522
  },
2408
2523
  "SMSTenDLCCampaignsListResult": {
2524
+ "x-implements": "Pagination",
2409
2525
  "allOf": [
2410
2526
  {
2411
2527
  "$ref": "#/components/schemas/PaginationModel"
@@ -2461,6 +2577,7 @@
2461
2577
  "x-has-writer": true,
2462
2578
  "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ",
2463
2579
  "x-enum-type": "SMSTenDLCCampaignStatusEnum",
2580
+ "x-enum-type-c-sharp": "StatusEnum",
2464
2581
  "enum": ["ACTIVE", "EXPIRED"],
2465
2582
  "x-enum-varnames": ["ACTIVE", "EXPIRED"]
2466
2583
  },
@@ -2667,6 +2784,7 @@
2667
2784
  }
2668
2785
  },
2669
2786
  "SMSTenDLCPartnerCampaignsListResult": {
2787
+ "x-implements": "Pagination",
2670
2788
  "allOf": [
2671
2789
  {
2672
2790
  "$ref": "#/components/schemas/PaginationModel"
@@ -2704,6 +2822,7 @@
2704
2822
  "x-has-writer": true,
2705
2823
  "description": "Current campaign status. Possible values: ACTIVE, EXPIRED. A newly created campaign defaults to ACTIVE status. ",
2706
2824
  "x-enum-type": "SMSTenDLCPartnerCampaignStatusEnum",
2825
+ "x-enum-type-c-sharp": "StatusEnum",
2707
2826
  "enum": ["ACTIVE", "EXPIRED"],
2708
2827
  "x-enum-varnames": ["ACTIVE", "EXPIRED"]
2709
2828
  },
@@ -2887,6 +3006,19 @@
2887
3006
  "required": ["email", "phone"],
2888
3007
  "type": "object",
2889
3008
  "x-is-object": true,
3009
+ "x-sms-ten-dlc-partner-campaign-brand": true,
3010
+ "x-ref-properties": [
3011
+ "\"TEST_STRING\"",
3012
+ "\"TEST_STRING\"",
3013
+ "\"TEST_STRING\"",
3014
+ "\"TEST_STRING\"",
3015
+ "\"TEST_STRING\"",
3016
+ "\"TEST_STRING\"",
3017
+ "\"TEST_STRING\"",
3018
+ "\"TEST_STRING\"",
3019
+ "new Dictionary<string, object>()",
3020
+ "1"
3021
+ ],
2890
3022
  "properties": {
2891
3023
  "accountId": {
2892
3024
  "type": "string",
@@ -2956,6 +3088,7 @@
2956
3088
  }
2957
3089
  },
2958
3090
  "SMSTenDLCBrandsListResult": {
3091
+ "x-implements": "Pagination",
2959
3092
  "allOf": [
2960
3093
  {
2961
3094
  "$ref": "#/components/schemas/PaginationModel"
@@ -3001,6 +3134,7 @@
3001
3134
  "x-has-writer": true,
3002
3135
  "description": "Entity type behind the brand. This is the form of business establishment.",
3003
3136
  "x-enum-type": "SMSTenDLCBrandEntityTypeEnum",
3137
+ "x-enum-type-c-sharp": "EntityTypeEnum",
3004
3138
  "enum": [
3005
3139
  "PRIVATE_PROFIT",
3006
3140
  "PUBLIC_PROFIT",
@@ -3115,6 +3249,7 @@
3115
3249
  "description": "(Required for public company) stock exchange.",
3116
3250
  "example": "NASDAQ",
3117
3251
  "x-enum-type": "SMSTenDLCBrandStockExchangeEnum",
3252
+ "x-enum-type-c-sharp": "StockExchangeEnum",
3118
3253
  "enum": [
3119
3254
  "NONE",
3120
3255
  "NASDAQ",
@@ -3190,6 +3325,7 @@
3190
3325
  "x-has-writer": true,
3191
3326
  "description": "Brand relationship to the CSP",
3192
3327
  "x-enum-type": "SMSTenDLCBrandBrandRelationshipEnum",
3328
+ "x-enum-type-c-sharp": "BrandRelationshipEnum",
3193
3329
  "enum": [
3194
3330
  "BASIC_ACCOUNT",
3195
3331
  "SMALL_ACCOUNT",
@@ -3219,6 +3355,7 @@
3219
3355
  "type": "string",
3220
3356
  "x-has-writer": true,
3221
3357
  "x-enum-type": "SMSTenDLCBrandAltBusinessIdTypeEnum",
3358
+ "x-enum-type-c-sharp": "AltBusinessIdTypeEnum",
3222
3359
  "enum": ["NONE", "DUNS", "GIIN", "LEI"],
3223
3360
  "x-enum-varnames": ["NONE", "DUNS", "GIIN", "LEI"],
3224
3361
  "description": "The type of the Alternative business identifier"
@@ -3252,6 +3389,7 @@
3252
3389
  "x-has-writer": true,
3253
3390
  "description": "TCR assessment of the brand identification status.",
3254
3391
  "x-enum-type": "SMSTenDLCBrandIdentityStatusEnum",
3392
+ "x-enum-type-c-sharp": "IdentityStatusEnum",
3255
3393
  "enum": [
3256
3394
  "SELF_DECLARED",
3257
3395
  "UNVERIFIED",
@@ -3306,6 +3444,7 @@
3306
3444
  }
3307
3445
  },
3308
3446
  "SMSTollFreeCampaignsListResult": {
3447
+ "x-implements": "Pagination",
3309
3448
  "allOf": [
3310
3449
  {
3311
3450
  "$ref": "#/components/schemas/PaginationModel"
@@ -3355,6 +3494,7 @@
3355
3494
  "x-has-writer": true,
3356
3495
  "description": "Current toll-free campaign registration status.Possible values: UNREGISTERED,INITIATED,PENDING,DECLINED,REGISTERED. A newly created campaign defaults to INITIATED status. ",
3357
3496
  "x-enum-type": "SMSTollFreeCampaignRegistrationStatusEnum",
3497
+ "x-enum-type-c-sharp": "RegistrationStatusEnum",
3358
3498
  "enum": [
3359
3499
  "UNREGISTERED",
3360
3500
  "INITIATED",
@@ -3388,6 +3528,15 @@
3388
3528
  },
3389
3529
  "description": "The `TranscribeUtterance` command transcribes the caller’s voice and returns transcription of the audio and optionally returns the recording of the audio transcribed.\n\n`TranscribeUtterance` is blocking and is a terminal command. As such, the actionUrl property is required, and control of the Call picks up using the `PerCL` returned in response of the `actionUrl`. Recording and Transcription information is returned in the actionUrl request. If the reason this command ended was due to the call hanging up, any PerCL returned will not execute.",
3390
3530
  "x-percl-command": true,
3531
+ "x-ref-properties": [
3532
+ "\"TEST_STRING\"",
3533
+ "false",
3534
+ "new TranscribeUtteranceAllOfRecord()",
3535
+ "false",
3536
+ "false",
3537
+ "new List<Object>()",
3538
+ "\"TEST_STRING\""
3539
+ ],
3391
3540
  "allOf": [
3392
3541
  {
3393
3542
  "$ref": "#/components/schemas/PerclCommand"
@@ -3649,6 +3798,7 @@
3649
3798
  "tags": [],
3650
3799
  "summary": "List applications",
3651
3800
  "operationId": "list-applications",
3801
+ "x-is-paginated": true,
3652
3802
  "parameters": [
3653
3803
  {
3654
3804
  "name": "alias",
@@ -3716,6 +3866,7 @@
3716
3866
  "tags": [],
3717
3867
  "summary": "List available numbers",
3718
3868
  "operationId": "list-available-numbers",
3869
+ "x-is-paginated": true,
3719
3870
  "parameters": [
3720
3871
  {
3721
3872
  "name": "phoneNumber",
@@ -3901,6 +4052,7 @@
3901
4052
  "tags": [],
3902
4053
  "summary": "List Incoming Numbers",
3903
4054
  "operationId": "list-incoming-numbers",
4055
+ "x-is-paginated": true,
3904
4056
  "parameters": [
3905
4057
  {
3906
4058
  "$ref": "#/components/parameters/AccountId"
@@ -4182,6 +4334,7 @@
4182
4334
  "tags": [],
4183
4335
  "summary": "List Calls",
4184
4336
  "operationId": "list-calls",
4337
+ "x-is-paginated": true,
4185
4338
  "parameters": [
4186
4339
  {
4187
4340
  "name": "active",
@@ -4286,6 +4439,7 @@
4286
4439
  "tags": [],
4287
4440
  "summary": "List Call Recordings",
4288
4441
  "operationId": "list-call-recordings",
4442
+ "x-is-paginated": true,
4289
4443
  "parameters": [
4290
4444
  {
4291
4445
  "name": "dateCreated",
@@ -4329,6 +4483,7 @@
4329
4483
  "tags": [],
4330
4484
  "summary": "List Call Logs",
4331
4485
  "operationId": "list-call-logs",
4486
+ "x-is-paginated": true,
4332
4487
  "parameters": [
4333
4488
  {
4334
4489
  "$ref": "#/components/parameters/AccountId"
@@ -4361,7 +4516,6 @@
4361
4516
  "/Accounts/{accountId}/Calls/WebRTC/Token": {
4362
4517
  "post": {
4363
4518
  "summary": "Make a JWT for WebRTC calling",
4364
- "description": "Make a JWT for WebRTC calling",
4365
4519
  "operationId": "make-a-webrtc-jwt",
4366
4520
  "x-web-rtc": true,
4367
4521
  "parameters": [
@@ -4433,6 +4587,7 @@
4433
4587
  "tags": [],
4434
4588
  "summary": "List Conferences",
4435
4589
  "operationId": "list-conferences",
4590
+ "x-is-paginated": true,
4436
4591
  "parameters": [
4437
4592
  {
4438
4593
  "name": "status",
@@ -4691,6 +4846,7 @@
4691
4846
  "tags": [],
4692
4847
  "summary": "List Participants",
4693
4848
  "operationId": "list-participants",
4849
+ "x-is-paginated": true,
4694
4850
  "parameters": [
4695
4851
  {
4696
4852
  "name": "talk",
@@ -4743,6 +4899,7 @@
4743
4899
  "tags": [],
4744
4900
  "summary": "List Conference Recordings",
4745
4901
  "operationId": "list-conference-recordings",
4902
+ "x-is-paginated": true,
4746
4903
  "parameters": [
4747
4904
  {
4748
4905
  "name": "callId",
@@ -4871,6 +5028,7 @@
4871
5028
  "tags": [],
4872
5029
  "summary": "List Active Queues",
4873
5030
  "operationId": "list-active-queues",
5031
+ "x-is-paginated": true,
4874
5032
  "parameters": [
4875
5033
  {
4876
5034
  "name": "alias",
@@ -5004,6 +5162,7 @@
5004
5162
  "tags": [],
5005
5163
  "summary": "List Members",
5006
5164
  "operationId": "list-members",
5165
+ "x-is-paginated": true,
5007
5166
  "parameters": [
5008
5167
  {
5009
5168
  "$ref": "#/components/parameters/AccountId"
@@ -5122,6 +5281,7 @@
5122
5281
  "tags": [],
5123
5282
  "summary": "List All Account Logs",
5124
5283
  "operationId": "list-all-account-logs",
5284
+ "x-is-paginated": true,
5125
5285
  "parameters": [
5126
5286
  {
5127
5287
  "$ref": "#/components/parameters/AccountId"
@@ -5181,6 +5341,7 @@
5181
5341
  "tags": [],
5182
5342
  "summary": "List Recordings",
5183
5343
  "operationId": "list-recordings",
5344
+ "x-is-paginated": true,
5184
5345
  "parameters": [
5185
5346
  {
5186
5347
  "name": "callId",
@@ -5362,6 +5523,7 @@
5362
5523
  "tags": [],
5363
5524
  "summary": "List SMS Messages",
5364
5525
  "operationId": "list-sms-messages",
5526
+ "x-is-paginated": true,
5365
5527
  "parameters": [
5366
5528
  {
5367
5529
  "$ref": "#/components/parameters/AccountId"
@@ -5527,6 +5689,7 @@
5527
5689
  "tags": [],
5528
5690
  "summary": "Get list of SMS 10DLC Campaigns",
5529
5691
  "operationId": "get-tenDLC-sms-Campaigns",
5692
+ "x-is-paginated": true,
5530
5693
  "parameters": [
5531
5694
  {
5532
5695
  "$ref": "#/components/parameters/AccountId"
@@ -5639,6 +5802,7 @@
5639
5802
  "tags": [],
5640
5803
  "summary": "Get list of SMS 10DLC Partner Campaigns",
5641
5804
  "operationId": "get-tenDLC-sms-partnerCampaigns",
5805
+ "x-is-paginated": true,
5642
5806
  "parameters": [
5643
5807
  {
5644
5808
  "$ref": "#/components/parameters/AccountId"
@@ -5760,6 +5924,7 @@
5760
5924
  "tags": [],
5761
5925
  "summary": "Get list of SMS 10DLC Brands",
5762
5926
  "operationId": "get-tenDLC-sms-brands",
5927
+ "x-is-paginated": true,
5763
5928
  "parameters": [
5764
5929
  {
5765
5930
  "$ref": "#/components/parameters/AccountId"
@@ -5861,6 +6026,7 @@
5861
6026
  "tags": [],
5862
6027
  "summary": "Get list of TollFree Campaigns",
5863
6028
  "operationId": "get-tollFree-sms-campaigns",
6029
+ "x-is-paginated": true,
5864
6030
  "parameters": [
5865
6031
  {
5866
6032
  "$ref": "#/components/parameters/AccountId"