@@ -1078,8 +1078,10 @@ open class AnalyticsClient {
1078
1078
/// - parameter index: (query) Index name.
1079
1079
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1080
1080
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1081
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1082
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1081
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1082
+ /// items can be retrieved. (optional, default to 10)
1083
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1084
+ /// first 1000 items can be retrieved. (optional, default to 0)
1083
1085
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1084
1086
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1085
1087
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1121,9 +1123,11 @@ open class AnalyticsClient {
1121
1123
//
1122
1124
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1123
1125
//
1124
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1126
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1127
+ // items can be retrieved. (optional, default to 10)
1125
1128
//
1126
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1129
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1130
+ // first 1000 items can be retrieved. (optional, default to 0)
1127
1131
//
1128
1132
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1129
1133
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1169,8 +1173,10 @@ open class AnalyticsClient {
1169
1173
/// - parameter index: (query) Index name.
1170
1174
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1171
1175
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1172
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1173
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1176
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1177
+ /// items can be retrieved. (optional, default to 10)
1178
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1179
+ /// first 1000 items can be retrieved. (optional, default to 0)
1174
1180
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1175
1181
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1176
1182
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1212,9 +1218,11 @@ open class AnalyticsClient {
1212
1218
//
1213
1219
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1214
1220
//
1215
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1221
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1222
+ // items can be retrieved. (optional, default to 10)
1216
1223
//
1217
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1224
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1225
+ // first 1000 items can be retrieved. (optional, default to 0)
1218
1226
//
1219
1227
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1220
1228
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1310,8 +1318,10 @@ open class AnalyticsClient {
1310
1318
/// - parameter index: (query) Index name.
1311
1319
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1312
1320
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1313
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1314
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1321
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1322
+ /// items can be retrieved. (optional, default to 10)
1323
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1324
+ /// first 1000 items can be retrieved. (optional, default to 0)
1315
1325
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1316
1326
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1317
1327
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1353,9 +1363,11 @@ open class AnalyticsClient {
1353
1363
//
1354
1364
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1355
1365
//
1356
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1366
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1367
+ // items can be retrieved. (optional, default to 10)
1357
1368
//
1358
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1369
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1370
+ // first 1000 items can be retrieved. (optional, default to 0)
1359
1371
//
1360
1372
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1361
1373
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1402,8 +1414,10 @@ open class AnalyticsClient {
1402
1414
/// - parameter search: (query) Search query. (optional)
1403
1415
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1404
1416
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1405
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1406
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1417
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1418
+ /// items can be retrieved. (optional, default to 10)
1419
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1420
+ /// first 1000 items can be retrieved. (optional, default to 0)
1407
1421
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1408
1422
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1409
1423
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1450,9 +1464,11 @@ open class AnalyticsClient {
1450
1464
//
1451
1465
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1452
1466
//
1453
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1467
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1468
+ // items can be retrieved. (optional, default to 10)
1454
1469
//
1455
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1470
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1471
+ // first 1000 items can be retrieved. (optional, default to 0)
1456
1472
//
1457
1473
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1458
1474
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1502,8 +1518,10 @@ open class AnalyticsClient {
1502
1518
/// - parameter search: (query) Search query. (optional)
1503
1519
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1504
1520
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1505
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1506
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1521
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1522
+ /// items can be retrieved. (optional, default to 10)
1523
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1524
+ /// first 1000 items can be retrieved. (optional, default to 0)
1507
1525
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1508
1526
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1509
1527
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1554,9 +1572,11 @@ open class AnalyticsClient {
1554
1572
//
1555
1573
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1556
1574
//
1557
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1575
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1576
+ // items can be retrieved. (optional, default to 10)
1558
1577
//
1559
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1578
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1579
+ // first 1000 items can be retrieved. (optional, default to 0)
1560
1580
//
1561
1581
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1562
1582
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1619,8 +1639,10 @@ open class AnalyticsClient {
1619
1639
/// - parameter search: (query) Search query. (optional)
1620
1640
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1621
1641
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1622
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1623
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1642
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1643
+ /// items can be retrieved. (optional, default to 10)
1644
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1645
+ /// first 1000 items can be retrieved. (optional, default to 0)
1624
1646
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1625
1647
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1626
1648
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1668,9 +1690,11 @@ open class AnalyticsClient {
1668
1690
//
1669
1691
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1670
1692
//
1671
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1693
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1694
+ // items can be retrieved. (optional, default to 10)
1672
1695
//
1673
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1696
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1697
+ // first 1000 items can be retrieved. (optional, default to 0)
1674
1698
//
1675
1699
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1676
1700
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1723,8 +1747,10 @@ open class AnalyticsClient {
1723
1747
/// metrics related to click and conversion events are also included in the response. (optional, default to false)
1724
1748
/// - parameter startDate: (query) Start date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1725
1749
/// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1726
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1727
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1750
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1751
+ /// items can be retrieved. (optional, default to 10)
1752
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1753
+ /// first 1000 items can be retrieved. (optional, default to 0)
1728
1754
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1729
1755
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1730
1756
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1780,9 +1806,11 @@ open class AnalyticsClient {
1780
1806
//
1781
1807
// - parameter endDate: (query) End date of the period to analyze, in `YYYY-MM-DD` format. (optional)
1782
1808
//
1783
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1809
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1810
+ // items can be retrieved. (optional, default to 10)
1784
1811
//
1785
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1812
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1813
+ // first 1000 items can be retrieved. (optional, default to 0)
1786
1814
//
1787
1815
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1788
1816
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
@@ -1841,8 +1869,10 @@ open class AnalyticsClient {
1841
1869
/// - parameter orderBy: (query) Attribute by which to order the response items. If the `clickAnalytics` parameter
1842
1870
/// is false, only `searchCount` is available. (optional)
1843
1871
/// - parameter direction: (query) Sorting direction of the results: ascending or descending. (optional)
1844
- /// - parameter limit: (query) Number of items to return. (optional, default to 10)
1845
- /// - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1872
+ /// - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1873
+ /// items can be retrieved. (optional, default to 10)
1874
+ /// - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1875
+ /// first 1000 items can be retrieved. (optional, default to 0)
1846
1876
/// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1847
1877
/// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
1848
1878
/// data](https://www.algolia.com/doc/guides/search-analytics/guides/segments/). (optional)
@@ -1903,9 +1933,11 @@ open class AnalyticsClient {
1903
1933
//
1904
1934
// - parameter direction: (query) Sorting direction of the results: ascending or descending. (optional)
1905
1935
//
1906
- // - parameter limit: (query) Number of items to return. (optional, default to 10)
1936
+ // - parameter limit: (query) Number of items to return. Combined with the `offset` parameter, only the first 1000
1937
+ // items can be retrieved. (optional, default to 10)
1907
1938
//
1908
- // - parameter offset: (query) Position of the first item to return. (optional, default to 0)
1939
+ // - parameter offset: (query) Position of the first item to return. Combined with the `limit` parameter, only the
1940
+ // first 1000 items can be retrieved. (optional, default to 0)
1909
1941
//
1910
1942
// - parameter tags: (query) Tags by which to segment the analytics. You can combine multiple tags with `OR` and
1911
1943
// `AND`. Tags must be URL-encoded. For more information, see [Segment your analytics
0 commit comments