reach-api-sdk 1.0.118 → 1.0.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26649,7 +26649,7 @@ declare class PublicSurveysService {
26649
26649
  * @returns SurveyPage Success
26650
26650
  * @throws ApiError
26651
26651
  */
26652
- getPage({ xTenantSubdomain, id, archived, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26652
+ getPage({ xTenantSubdomain, id, archived, responseDateGte, responseDateLte, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26653
26653
  xTenantSubdomain?: string;
26654
26654
  /**
26655
26655
  * Gets or sets the queryable Survey Id.
@@ -26659,6 +26659,14 @@ declare class PublicSurveysService {
26659
26659
  * Gets or sets the queryable archived value.
26660
26660
  */
26661
26661
  archived?: boolean;
26662
+ /**
26663
+ * Gets or sets the queryable response date greater than or equal to query params.
26664
+ */
26665
+ responseDateGte?: string;
26666
+ /**
26667
+ * Gets or sets the queryable response date less than or equal to query params.
26668
+ */
26669
+ responseDateLte?: string;
26662
26670
  /**
26663
26671
  * Gets or sets if responsesCount and lastResponseDate should be included.
26664
26672
  */
@@ -26784,7 +26792,7 @@ declare class PublicSurveysService {
26784
26792
  * @returns boolean Success
26785
26793
  * @throws ApiError
26786
26794
  */
26787
- exists({ xTenantSubdomain, id, archived, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26795
+ exists({ xTenantSubdomain, id, archived, responseDateGte, responseDateLte, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
26788
26796
  /**
26789
26797
  * The tenants subdomain.
26790
26798
  */
@@ -26797,6 +26805,14 @@ declare class PublicSurveysService {
26797
26805
  * Gets or sets the queryable archived value.
26798
26806
  */
26799
26807
  archived?: boolean;
26808
+ /**
26809
+ * Gets or sets the queryable response date greater than or equal to query params.
26810
+ */
26811
+ responseDateGte?: string;
26812
+ /**
26813
+ * Gets or sets the queryable response date less than or equal to query params.
26814
+ */
26815
+ responseDateLte?: string;
26800
26816
  /**
26801
26817
  * Gets or sets if responsesCount and lastResponseDate should be included.
26802
26818
  */
@@ -35588,7 +35604,7 @@ declare class SurveysService {
35588
35604
  * @returns SurveyPage Success
35589
35605
  * @throws ApiError
35590
35606
  */
35591
- getPage({ id, archived, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35607
+ getPage({ id, archived, responseDateGte, responseDateLte, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35592
35608
  /**
35593
35609
  * Gets or sets the queryable Survey Id.
35594
35610
  */
@@ -35597,6 +35613,14 @@ declare class SurveysService {
35597
35613
  * Gets or sets the queryable archived value.
35598
35614
  */
35599
35615
  archived?: boolean;
35616
+ /**
35617
+ * Gets or sets the queryable response date greater than or equal to query params.
35618
+ */
35619
+ responseDateGte?: string;
35620
+ /**
35621
+ * Gets or sets the queryable response date less than or equal to query params.
35622
+ */
35623
+ responseDateLte?: string;
35600
35624
  /**
35601
35625
  * Gets or sets if responsesCount and lastResponseDate should be included.
35602
35626
  */
@@ -35680,7 +35704,7 @@ declare class SurveysService {
35680
35704
  * @returns boolean Success
35681
35705
  * @throws ApiError
35682
35706
  */
35683
- exists({ id, archived, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35707
+ exists({ id, archived, responseDateGte, responseDateLte, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35684
35708
  /**
35685
35709
  * Gets or sets the queryable Survey Id.
35686
35710
  */
@@ -35689,6 +35713,14 @@ declare class SurveysService {
35689
35713
  * Gets or sets the queryable archived value.
35690
35714
  */
35691
35715
  archived?: boolean;
35716
+ /**
35717
+ * Gets or sets the queryable response date greater than or equal to query params.
35718
+ */
35719
+ responseDateGte?: string;
35720
+ /**
35721
+ * Gets or sets the queryable response date less than or equal to query params.
35722
+ */
35723
+ responseDateLte?: string;
35692
35724
  /**
35693
35725
  * Gets or sets if responsesCount and lastResponseDate should be included.
35694
35726
  */
@@ -35739,7 +35771,7 @@ declare class SurveysService {
35739
35771
  * @returns Survey Success
35740
35772
  * @throws ApiError
35741
35773
  */
35742
- getListWithoutReferences({ id, archived, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35774
+ getListWithoutReferences({ id, archived, responseDateGte, responseDateLte, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35743
35775
  /**
35744
35776
  * Gets or sets the queryable Survey Id.
35745
35777
  */
@@ -35748,6 +35780,14 @@ declare class SurveysService {
35748
35780
  * Gets or sets the queryable archived value.
35749
35781
  */
35750
35782
  archived?: boolean;
35783
+ /**
35784
+ * Gets or sets the queryable response date greater than or equal to query params.
35785
+ */
35786
+ responseDateGte?: string;
35787
+ /**
35788
+ * Gets or sets the queryable response date less than or equal to query params.
35789
+ */
35790
+ responseDateLte?: string;
35751
35791
  /**
35752
35792
  * Gets or sets if responsesCount and lastResponseDate should be included.
35753
35793
  */
@@ -35798,7 +35838,7 @@ declare class SurveysService {
35798
35838
  * @returns Survey Success
35799
35839
  * @throws ApiError
35800
35840
  */
35801
- getListIdName({ id, archived, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35841
+ getListIdName({ id, archived, responseDateGte, responseDateLte, includeSummary, pageNumber, take, limitListRequests, tenantId, modifiedById, modifiedByIds, dateCreatedGte, dateCreatedLte, isLive, sortOrderDirection, }: {
35802
35842
  /**
35803
35843
  * Gets or sets the queryable Survey Id.
35804
35844
  */
@@ -35807,6 +35847,14 @@ declare class SurveysService {
35807
35847
  * Gets or sets the queryable archived value.
35808
35848
  */
35809
35849
  archived?: boolean;
35850
+ /**
35851
+ * Gets or sets the queryable response date greater than or equal to query params.
35852
+ */
35853
+ responseDateGte?: string;
35854
+ /**
35855
+ * Gets or sets the queryable response date less than or equal to query params.
35856
+ */
35857
+ responseDateLte?: string;
35810
35858
  /**
35811
35859
  * Gets or sets if responsesCount and lastResponseDate should be included.
35812
35860
  */
package/dist/reach-sdk.js CHANGED
@@ -18596,6 +18596,8 @@ const request = (config, options, axiosClient = axios) => {
18596
18596
  xTenantSubdomain,
18597
18597
  id,
18598
18598
  archived,
18599
+ responseDateGte,
18600
+ responseDateLte,
18599
18601
  includeSummary,
18600
18602
  pageNumber,
18601
18603
  take,
@@ -18617,6 +18619,8 @@ const request = (config, options, axiosClient = axios) => {
18617
18619
  query: {
18618
18620
  Id: id,
18619
18621
  Archived: archived,
18622
+ ResponseDateGTE: responseDateGte,
18623
+ ResponseDateLTE: responseDateLte,
18620
18624
  IncludeSummary: includeSummary,
18621
18625
  PageNumber: pageNumber,
18622
18626
  Take: take,
@@ -18765,6 +18769,8 @@ const request = (config, options, axiosClient = axios) => {
18765
18769
  xTenantSubdomain,
18766
18770
  id,
18767
18771
  archived,
18772
+ responseDateGte,
18773
+ responseDateLte,
18768
18774
  includeSummary,
18769
18775
  pageNumber,
18770
18776
  take,
@@ -18786,6 +18792,8 @@ const request = (config, options, axiosClient = axios) => {
18786
18792
  query: {
18787
18793
  Id: id,
18788
18794
  Archived: archived,
18795
+ ResponseDateGTE: responseDateGte,
18796
+ ResponseDateLTE: responseDateLte,
18789
18797
  IncludeSummary: includeSummary,
18790
18798
  PageNumber: pageNumber,
18791
18799
  Take: take,
@@ -26312,6 +26320,8 @@ const request = (config, options, axiosClient = axios) => {
26312
26320
  getPage({
26313
26321
  id,
26314
26322
  archived,
26323
+ responseDateGte,
26324
+ responseDateLte,
26315
26325
  includeSummary,
26316
26326
  pageNumber,
26317
26327
  take,
@@ -26330,6 +26340,8 @@ const request = (config, options, axiosClient = axios) => {
26330
26340
  query: {
26331
26341
  Id: id,
26332
26342
  Archived: archived,
26343
+ ResponseDateGTE: responseDateGte,
26344
+ ResponseDateLTE: responseDateLte,
26333
26345
  IncludeSummary: includeSummary,
26334
26346
  PageNumber: pageNumber,
26335
26347
  Take: take,
@@ -26420,6 +26432,8 @@ const request = (config, options, axiosClient = axios) => {
26420
26432
  exists({
26421
26433
  id,
26422
26434
  archived,
26435
+ responseDateGte,
26436
+ responseDateLte,
26423
26437
  includeSummary,
26424
26438
  pageNumber,
26425
26439
  take,
@@ -26438,6 +26452,8 @@ const request = (config, options, axiosClient = axios) => {
26438
26452
  query: {
26439
26453
  Id: id,
26440
26454
  Archived: archived,
26455
+ ResponseDateGTE: responseDateGte,
26456
+ ResponseDateLTE: responseDateLte,
26441
26457
  IncludeSummary: includeSummary,
26442
26458
  PageNumber: pageNumber,
26443
26459
  Take: take,
@@ -26465,6 +26481,8 @@ const request = (config, options, axiosClient = axios) => {
26465
26481
  getListWithoutReferences({
26466
26482
  id,
26467
26483
  archived,
26484
+ responseDateGte,
26485
+ responseDateLte,
26468
26486
  includeSummary,
26469
26487
  pageNumber,
26470
26488
  take,
@@ -26483,6 +26501,8 @@ const request = (config, options, axiosClient = axios) => {
26483
26501
  query: {
26484
26502
  Id: id,
26485
26503
  Archived: archived,
26504
+ ResponseDateGTE: responseDateGte,
26505
+ ResponseDateLTE: responseDateLte,
26486
26506
  IncludeSummary: includeSummary,
26487
26507
  PageNumber: pageNumber,
26488
26508
  Take: take,
@@ -26510,6 +26530,8 @@ const request = (config, options, axiosClient = axios) => {
26510
26530
  getListIdName({
26511
26531
  id,
26512
26532
  archived,
26533
+ responseDateGte,
26534
+ responseDateLte,
26513
26535
  includeSummary,
26514
26536
  pageNumber,
26515
26537
  take,
@@ -26528,6 +26550,8 @@ const request = (config, options, axiosClient = axios) => {
26528
26550
  query: {
26529
26551
  Id: id,
26530
26552
  Archived: archived,
26553
+ ResponseDateGTE: responseDateGte,
26554
+ ResponseDateLTE: responseDateLte,
26531
26555
  IncludeSummary: includeSummary,
26532
26556
  PageNumber: pageNumber,
26533
26557
  Take: take,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reach-api-sdk",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "sdk for reach api",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -53681,6 +53681,18 @@ paths:
53681
53681
  description: Gets or sets the queryable archived value.
53682
53682
  schema:
53683
53683
  type: boolean
53684
+ - name: ResponseDateGTE
53685
+ in: query
53686
+ description: Gets or sets the queryable response date greater than or equal to query params.
53687
+ schema:
53688
+ type: string
53689
+ format: date-time
53690
+ - name: ResponseDateLTE
53691
+ in: query
53692
+ description: Gets or sets the queryable response date less than or equal to query params.
53693
+ schema:
53694
+ type: string
53695
+ format: date-time
53684
53696
  - name: IncludeSummary
53685
53697
  in: query
53686
53698
  description: Gets or sets if responsesCount and lastResponseDate should be included.
@@ -54172,6 +54184,18 @@ paths:
54172
54184
  description: Gets or sets the queryable archived value.
54173
54185
  schema:
54174
54186
  type: boolean
54187
+ - name: ResponseDateGTE
54188
+ in: query
54189
+ description: Gets or sets the queryable response date greater than or equal to query params.
54190
+ schema:
54191
+ type: string
54192
+ format: date-time
54193
+ - name: ResponseDateLTE
54194
+ in: query
54195
+ description: Gets or sets the queryable response date less than or equal to query params.
54196
+ schema:
54197
+ type: string
54198
+ format: date-time
54175
54199
  - name: IncludeSummary
54176
54200
  in: query
54177
54201
  description: Gets or sets if responsesCount and lastResponseDate should be included.
@@ -76791,6 +76815,18 @@ paths:
76791
76815
  description: Gets or sets the queryable archived value.
76792
76816
  schema:
76793
76817
  type: boolean
76818
+ - name: ResponseDateGTE
76819
+ in: query
76820
+ description: Gets or sets the queryable response date greater than or equal to query params.
76821
+ schema:
76822
+ type: string
76823
+ format: date-time
76824
+ - name: ResponseDateLTE
76825
+ in: query
76826
+ description: Gets or sets the queryable response date less than or equal to query params.
76827
+ schema:
76828
+ type: string
76829
+ format: date-time
76794
76830
  - name: IncludeSummary
76795
76831
  in: query
76796
76832
  description: Gets or sets if responsesCount and lastResponseDate should be included.
@@ -77100,6 +77136,18 @@ paths:
77100
77136
  description: Gets or sets the queryable archived value.
77101
77137
  schema:
77102
77138
  type: boolean
77139
+ - name: ResponseDateGTE
77140
+ in: query
77141
+ description: Gets or sets the queryable response date greater than or equal to query params.
77142
+ schema:
77143
+ type: string
77144
+ format: date-time
77145
+ - name: ResponseDateLTE
77146
+ in: query
77147
+ description: Gets or sets the queryable response date less than or equal to query params.
77148
+ schema:
77149
+ type: string
77150
+ format: date-time
77103
77151
  - name: IncludeSummary
77104
77152
  in: query
77105
77153
  description: Gets or sets if responsesCount and lastResponseDate should be included.
@@ -77231,6 +77279,18 @@ paths:
77231
77279
  description: Gets or sets the queryable archived value.
77232
77280
  schema:
77233
77281
  type: boolean
77282
+ - name: ResponseDateGTE
77283
+ in: query
77284
+ description: Gets or sets the queryable response date greater than or equal to query params.
77285
+ schema:
77286
+ type: string
77287
+ format: date-time
77288
+ - name: ResponseDateLTE
77289
+ in: query
77290
+ description: Gets or sets the queryable response date less than or equal to query params.
77291
+ schema:
77292
+ type: string
77293
+ format: date-time
77234
77294
  - name: IncludeSummary
77235
77295
  in: query
77236
77296
  description: Gets or sets if responsesCount and lastResponseDate should be included.
@@ -77368,6 +77428,18 @@ paths:
77368
77428
  description: Gets or sets the queryable archived value.
77369
77429
  schema:
77370
77430
  type: boolean
77431
+ - name: ResponseDateGTE
77432
+ in: query
77433
+ description: Gets or sets the queryable response date greater than or equal to query params.
77434
+ schema:
77435
+ type: string
77436
+ format: date-time
77437
+ - name: ResponseDateLTE
77438
+ in: query
77439
+ description: Gets or sets the queryable response date less than or equal to query params.
77440
+ schema:
77441
+ type: string
77442
+ format: date-time
77371
77443
  - name: IncludeSummary
77372
77444
  in: query
77373
77445
  description: Gets or sets if responsesCount and lastResponseDate should be included.
@@ -86,6 +86,8 @@ export class PublicSurveysService {
86
86
  xTenantSubdomain,
87
87
  id,
88
88
  archived,
89
+ responseDateGte,
90
+ responseDateLte,
89
91
  includeSummary,
90
92
  pageNumber,
91
93
  take,
@@ -107,6 +109,14 @@ export class PublicSurveysService {
107
109
  * Gets or sets the queryable archived value.
108
110
  */
109
111
  archived?: boolean;
112
+ /**
113
+ * Gets or sets the queryable response date greater than or equal to query params.
114
+ */
115
+ responseDateGte?: string;
116
+ /**
117
+ * Gets or sets the queryable response date less than or equal to query params.
118
+ */
119
+ responseDateLte?: string;
110
120
  /**
111
121
  * Gets or sets if responsesCount and lastResponseDate should be included.
112
122
  */
@@ -161,6 +171,8 @@ export class PublicSurveysService {
161
171
  query: {
162
172
  Id: id,
163
173
  Archived: archived,
174
+ ResponseDateGTE: responseDateGte,
175
+ ResponseDateLTE: responseDateLte,
164
176
  IncludeSummary: includeSummary,
165
177
  PageNumber: pageNumber,
166
178
  Take: take,
@@ -360,6 +372,8 @@ export class PublicSurveysService {
360
372
  xTenantSubdomain,
361
373
  id,
362
374
  archived,
375
+ responseDateGte,
376
+ responseDateLte,
363
377
  includeSummary,
364
378
  pageNumber,
365
379
  take,
@@ -384,6 +398,14 @@ export class PublicSurveysService {
384
398
  * Gets or sets the queryable archived value.
385
399
  */
386
400
  archived?: boolean;
401
+ /**
402
+ * Gets or sets the queryable response date greater than or equal to query params.
403
+ */
404
+ responseDateGte?: string;
405
+ /**
406
+ * Gets or sets the queryable response date less than or equal to query params.
407
+ */
408
+ responseDateLte?: string;
387
409
  /**
388
410
  * Gets or sets if responsesCount and lastResponseDate should be included.
389
411
  */
@@ -438,6 +460,8 @@ export class PublicSurveysService {
438
460
  query: {
439
461
  Id: id,
440
462
  Archived: archived,
463
+ ResponseDateGTE: responseDateGte,
464
+ ResponseDateLTE: responseDateLte,
441
465
  IncludeSummary: includeSummary,
442
466
  PageNumber: pageNumber,
443
467
  Take: take,
@@ -320,6 +320,8 @@ export class SurveysService {
320
320
  public getPage({
321
321
  id,
322
322
  archived,
323
+ responseDateGte,
324
+ responseDateLte,
323
325
  includeSummary,
324
326
  pageNumber,
325
327
  take,
@@ -340,6 +342,14 @@ export class SurveysService {
340
342
  * Gets or sets the queryable archived value.
341
343
  */
342
344
  archived?: boolean;
345
+ /**
346
+ * Gets or sets the queryable response date greater than or equal to query params.
347
+ */
348
+ responseDateGte?: string;
349
+ /**
350
+ * Gets or sets the queryable response date less than or equal to query params.
351
+ */
352
+ responseDateLte?: string;
343
353
  /**
344
354
  * Gets or sets if responsesCount and lastResponseDate should be included.
345
355
  */
@@ -391,6 +401,8 @@ export class SurveysService {
391
401
  query: {
392
402
  Id: id,
393
403
  Archived: archived,
404
+ ResponseDateGTE: responseDateGte,
405
+ ResponseDateLTE: responseDateLte,
394
406
  IncludeSummary: includeSummary,
395
407
  PageNumber: pageNumber,
396
408
  Take: take,
@@ -500,6 +512,8 @@ export class SurveysService {
500
512
  public exists({
501
513
  id,
502
514
  archived,
515
+ responseDateGte,
516
+ responseDateLte,
503
517
  includeSummary,
504
518
  pageNumber,
505
519
  take,
@@ -520,6 +534,14 @@ export class SurveysService {
520
534
  * Gets or sets the queryable archived value.
521
535
  */
522
536
  archived?: boolean;
537
+ /**
538
+ * Gets or sets the queryable response date greater than or equal to query params.
539
+ */
540
+ responseDateGte?: string;
541
+ /**
542
+ * Gets or sets the queryable response date less than or equal to query params.
543
+ */
544
+ responseDateLte?: string;
523
545
  /**
524
546
  * Gets or sets if responsesCount and lastResponseDate should be included.
525
547
  */
@@ -571,6 +593,8 @@ export class SurveysService {
571
593
  query: {
572
594
  Id: id,
573
595
  Archived: archived,
596
+ ResponseDateGTE: responseDateGte,
597
+ ResponseDateLTE: responseDateLte,
574
598
  IncludeSummary: includeSummary,
575
599
  PageNumber: pageNumber,
576
600
  Take: take,
@@ -599,6 +623,8 @@ export class SurveysService {
599
623
  public getListWithoutReferences({
600
624
  id,
601
625
  archived,
626
+ responseDateGte,
627
+ responseDateLte,
602
628
  includeSummary,
603
629
  pageNumber,
604
630
  take,
@@ -619,6 +645,14 @@ export class SurveysService {
619
645
  * Gets or sets the queryable archived value.
620
646
  */
621
647
  archived?: boolean;
648
+ /**
649
+ * Gets or sets the queryable response date greater than or equal to query params.
650
+ */
651
+ responseDateGte?: string;
652
+ /**
653
+ * Gets or sets the queryable response date less than or equal to query params.
654
+ */
655
+ responseDateLte?: string;
622
656
  /**
623
657
  * Gets or sets if responsesCount and lastResponseDate should be included.
624
658
  */
@@ -670,6 +704,8 @@ export class SurveysService {
670
704
  query: {
671
705
  Id: id,
672
706
  Archived: archived,
707
+ ResponseDateGTE: responseDateGte,
708
+ ResponseDateLTE: responseDateLte,
673
709
  IncludeSummary: includeSummary,
674
710
  PageNumber: pageNumber,
675
711
  Take: take,
@@ -698,6 +734,8 @@ export class SurveysService {
698
734
  public getListIdName({
699
735
  id,
700
736
  archived,
737
+ responseDateGte,
738
+ responseDateLte,
701
739
  includeSummary,
702
740
  pageNumber,
703
741
  take,
@@ -718,6 +756,14 @@ export class SurveysService {
718
756
  * Gets or sets the queryable archived value.
719
757
  */
720
758
  archived?: boolean;
759
+ /**
760
+ * Gets or sets the queryable response date greater than or equal to query params.
761
+ */
762
+ responseDateGte?: string;
763
+ /**
764
+ * Gets or sets the queryable response date less than or equal to query params.
765
+ */
766
+ responseDateLte?: string;
721
767
  /**
722
768
  * Gets or sets if responsesCount and lastResponseDate should be included.
723
769
  */
@@ -769,6 +815,8 @@ export class SurveysService {
769
815
  query: {
770
816
  Id: id,
771
817
  Archived: archived,
818
+ ResponseDateGTE: responseDateGte,
819
+ ResponseDateLTE: responseDateLte,
772
820
  IncludeSummary: includeSummary,
773
821
  PageNumber: pageNumber,
774
822
  Take: take,