File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,26 @@ You can get information for a single calendar or for all calendars by using
28
28
(string) Identifier for the calendar.
29
29
30
30
31
+ ==== Query Parameters
32
+
33
+ `from`::
34
+ (Optional, integer) Skips the specified number of calendars. This parameter
35
+ is supported only when you omit the `<calendar_id>`. Defaults to `0`.
36
+
37
+ `size`::
38
+ (Optional, integer) Specifies the maximum number of calendars to obtain.
39
+ This parameter is supported only when you omit the `<calendar_id>`. Defaults
40
+ to `100`.
41
+
31
42
==== Request Body
32
43
33
- `from`:::
34
- (integer) Skips the specified number of calendars.
44
+ `page.from`:::
45
+ (integer) Skips the specified number of calendars. This object is
46
+ supported only when you omit the `<calendar_id>`. Defaults to `0`.
35
47
36
- `size`:::
37
- (integer) Specifies the maximum number of calendars to obtain.
48
+ `page.size`:::
49
+ (integer) Specifies the maximum number of calendars to obtain. This object
50
+ is supported only when you omit the `<calendar_id>`. Defaults to `100`.
38
51
39
52
40
53
==== Results
You can’t perform that action at this time.
0 commit comments