files.com 1.2.85 → 1.2.87

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.
Files changed (214) hide show
  1. package/_VERSION +1 -1
  2. package/docs/models/ActionNotificationExportResult.md +3 -0
  3. package/docs/models/ApiKey.md +6 -0
  4. package/docs/models/ApiRequestLog.md +3 -0
  5. package/docs/models/App.md +3 -0
  6. package/docs/models/As2IncomingMessage.md +3 -0
  7. package/docs/models/As2OutgoingMessage.md +3 -0
  8. package/docs/models/As2Partner.md +42 -29
  9. package/docs/models/As2Station.md +3 -0
  10. package/docs/models/Automation.md +17 -3
  11. package/docs/models/AutomationLog.md +3 -0
  12. package/docs/models/AutomationRun.md +3 -0
  13. package/docs/models/BandwidthSnapshot.md +3 -0
  14. package/docs/models/Behavior.md +26 -19
  15. package/docs/models/Bundle.md +4 -5
  16. package/docs/models/BundleAction.md +4 -0
  17. package/docs/models/BundleDownload.md +3 -0
  18. package/docs/models/BundleNotification.md +3 -0
  19. package/docs/models/BundleRecipient.md +3 -0
  20. package/docs/models/BundleRegistration.md +3 -0
  21. package/docs/models/Clickwrap.md +3 -0
  22. package/docs/models/DnsRecord.md +3 -0
  23. package/docs/models/EmailIncomingMessage.md +3 -0
  24. package/docs/models/EmailLog.md +3 -0
  25. package/docs/models/ExavaultApiRequestLog.md +3 -0
  26. package/docs/models/ExternalEvent.md +3 -0
  27. package/docs/models/FileComment.md +3 -0
  28. package/docs/models/FileMigration.md +1 -1
  29. package/docs/models/FileMigrationLog.md +3 -0
  30. package/docs/models/Folder.md +2 -0
  31. package/docs/models/FormFieldSet.md +3 -0
  32. package/docs/models/FtpActionLog.md +3 -0
  33. package/docs/models/GpgKey.md +3 -0
  34. package/docs/models/Group.md +3 -0
  35. package/docs/models/GroupUser.md +3 -0
  36. package/docs/models/History.md +20 -0
  37. package/docs/models/HistoryExportResult.md +4 -0
  38. package/docs/models/InboxRecipient.md +3 -0
  39. package/docs/models/InboxRegistration.md +3 -0
  40. package/docs/models/InboxUpload.md +3 -0
  41. package/docs/models/Invoice.md +3 -0
  42. package/docs/models/IpAddress.md +12 -0
  43. package/docs/models/Lock.md +6 -3
  44. package/docs/models/Message.md +3 -0
  45. package/docs/models/MessageComment.md +3 -0
  46. package/docs/models/MessageCommentReaction.md +3 -0
  47. package/docs/models/MessageReaction.md +3 -0
  48. package/docs/models/Notification.md +4 -1
  49. package/docs/models/Payment.md +3 -0
  50. package/docs/models/Permission.md +3 -0
  51. package/docs/models/Priority.md +3 -0
  52. package/docs/models/Project.md +3 -0
  53. package/docs/models/PublicHostingRequestLog.md +3 -0
  54. package/docs/models/PublicKey.md +3 -0
  55. package/docs/models/RemoteBandwidthSnapshot.md +3 -0
  56. package/docs/models/RemoteServer.md +3 -0
  57. package/docs/models/Request.md +6 -0
  58. package/docs/models/SettingsChange.md +3 -0
  59. package/docs/models/SftpActionLog.md +3 -0
  60. package/docs/models/SftpHostKey.md +3 -0
  61. package/docs/models/ShareGroup.md +3 -0
  62. package/docs/models/Site.md +4 -0
  63. package/docs/models/Snapshot.md +3 -0
  64. package/docs/models/SsoStrategy.md +4 -1
  65. package/docs/models/SyncLog.md +3 -0
  66. package/docs/models/UsageDailySnapshot.md +3 -0
  67. package/docs/models/UsageSnapshot.md +3 -0
  68. package/docs/models/User.md +6 -3
  69. package/docs/models/UserCipherUse.md +3 -0
  70. package/docs/models/UserRequest.md +3 -0
  71. package/docs/models/WebDavActionLog.md +3 -0
  72. package/lib/Files.js +1 -1
  73. package/lib/models/ActionNotificationExportResult.js +19 -5
  74. package/lib/models/ApiKey.js +34 -6
  75. package/lib/models/ApiRequestLog.js +17 -3
  76. package/lib/models/App.js +17 -3
  77. package/lib/models/As2IncomingMessage.js +19 -5
  78. package/lib/models/As2OutgoingMessage.js +19 -5
  79. package/lib/models/As2Partner.js +120 -64
  80. package/lib/models/As2Station.js +17 -3
  81. package/lib/models/Automation.js +31 -6
  82. package/lib/models/AutomationLog.js +17 -3
  83. package/lib/models/AutomationRun.js +19 -5
  84. package/lib/models/BandwidthSnapshot.js +17 -3
  85. package/lib/models/Behavior.js +53 -31
  86. package/lib/models/Bundle.js +18 -6
  87. package/lib/models/BundleAction.js +21 -7
  88. package/lib/models/BundleDownload.js +21 -7
  89. package/lib/models/BundleNotification.js +17 -3
  90. package/lib/models/BundleRecipient.js +19 -5
  91. package/lib/models/BundleRegistration.js +19 -5
  92. package/lib/models/Clickwrap.js +17 -3
  93. package/lib/models/DnsRecord.js +17 -3
  94. package/lib/models/EmailIncomingMessage.js +17 -3
  95. package/lib/models/EmailLog.js +17 -3
  96. package/lib/models/ExavaultApiRequestLog.js +17 -3
  97. package/lib/models/ExternalEvent.js +17 -3
  98. package/lib/models/FileComment.js +19 -5
  99. package/lib/models/FileMigration.js +1 -1
  100. package/lib/models/FileMigrationLog.js +17 -3
  101. package/lib/models/Folder.js +18 -11
  102. package/lib/models/FormFieldSet.js +17 -3
  103. package/lib/models/FtpActionLog.js +17 -3
  104. package/lib/models/GpgKey.js +17 -3
  105. package/lib/models/Group.js +19 -5
  106. package/lib/models/GroupUser.js +19 -5
  107. package/lib/models/History.js +91 -21
  108. package/lib/models/HistoryExportResult.js +19 -5
  109. package/lib/models/InboxRecipient.js +19 -5
  110. package/lib/models/InboxRegistration.js +19 -5
  111. package/lib/models/InboxUpload.js +21 -7
  112. package/lib/models/Invoice.js +17 -3
  113. package/lib/models/IpAddress.js +68 -12
  114. package/lib/models/Lock.js +22 -8
  115. package/lib/models/Message.js +19 -5
  116. package/lib/models/MessageComment.js +19 -5
  117. package/lib/models/MessageCommentReaction.js +19 -5
  118. package/lib/models/MessageReaction.js +19 -5
  119. package/lib/models/Notification.js +22 -8
  120. package/lib/models/Payment.js +17 -3
  121. package/lib/models/Permission.js +23 -9
  122. package/lib/models/Priority.js +19 -5
  123. package/lib/models/Project.js +17 -3
  124. package/lib/models/PublicHostingRequestLog.js +17 -3
  125. package/lib/models/PublicKey.js +17 -3
  126. package/lib/models/RemoteBandwidthSnapshot.js +17 -3
  127. package/lib/models/RemoteServer.js +17 -3
  128. package/lib/models/Request.js +38 -10
  129. package/lib/models/SettingsChange.js +17 -3
  130. package/lib/models/SftpActionLog.js +17 -3
  131. package/lib/models/SftpHostKey.js +17 -3
  132. package/lib/models/ShareGroup.js +17 -3
  133. package/lib/models/Site.js +5 -0
  134. package/lib/models/Snapshot.js +17 -3
  135. package/lib/models/SsoStrategy.js +18 -4
  136. package/lib/models/SyncLog.js +17 -3
  137. package/lib/models/UsageDailySnapshot.js +17 -3
  138. package/lib/models/UsageSnapshot.js +17 -3
  139. package/lib/models/User.js +24 -10
  140. package/lib/models/UserCipherUse.js +17 -3
  141. package/lib/models/UserRequest.js +17 -3
  142. package/lib/models/WebDavActionLog.js +17 -3
  143. package/package.json +1 -1
  144. package/src/Files.js +1 -1
  145. package/src/models/ActionNotificationExportResult.js +10 -0
  146. package/src/models/ApiKey.js +22 -0
  147. package/src/models/ApiRequestLog.js +10 -0
  148. package/src/models/App.js +10 -0
  149. package/src/models/As2IncomingMessage.js +10 -0
  150. package/src/models/As2OutgoingMessage.js +10 -0
  151. package/src/models/As2Partner.js +82 -38
  152. package/src/models/As2Station.js +10 -0
  153. package/src/models/Automation.js +24 -3
  154. package/src/models/AutomationLog.js +10 -0
  155. package/src/models/AutomationRun.js +10 -0
  156. package/src/models/BandwidthSnapshot.js +10 -0
  157. package/src/models/Behavior.js +39 -23
  158. package/src/models/Bundle.js +11 -3
  159. package/src/models/BundleAction.js +10 -0
  160. package/src/models/BundleDownload.js +10 -0
  161. package/src/models/BundleNotification.js +10 -0
  162. package/src/models/BundleRecipient.js +10 -0
  163. package/src/models/BundleRegistration.js +10 -0
  164. package/src/models/Clickwrap.js +10 -0
  165. package/src/models/DnsRecord.js +10 -0
  166. package/src/models/EmailIncomingMessage.js +10 -0
  167. package/src/models/EmailLog.js +10 -0
  168. package/src/models/ExavaultApiRequestLog.js +10 -0
  169. package/src/models/ExternalEvent.js +10 -0
  170. package/src/models/FileComment.js +10 -0
  171. package/src/models/FileMigration.js +1 -1
  172. package/src/models/FileMigrationLog.js +10 -0
  173. package/src/models/Folder.js +5 -0
  174. package/src/models/FormFieldSet.js +10 -0
  175. package/src/models/FtpActionLog.js +10 -0
  176. package/src/models/GpgKey.js +10 -0
  177. package/src/models/Group.js +10 -0
  178. package/src/models/GroupUser.js +10 -0
  179. package/src/models/History.js +50 -0
  180. package/src/models/HistoryExportResult.js +10 -0
  181. package/src/models/InboxRecipient.js +10 -0
  182. package/src/models/InboxRegistration.js +10 -0
  183. package/src/models/InboxUpload.js +10 -0
  184. package/src/models/Invoice.js +10 -0
  185. package/src/models/IpAddress.js +40 -0
  186. package/src/models/Lock.js +13 -3
  187. package/src/models/Message.js +10 -0
  188. package/src/models/MessageComment.js +10 -0
  189. package/src/models/MessageCommentReaction.js +10 -0
  190. package/src/models/MessageReaction.js +10 -0
  191. package/src/models/Notification.js +11 -1
  192. package/src/models/Payment.js +10 -0
  193. package/src/models/Permission.js +10 -0
  194. package/src/models/Priority.js +10 -0
  195. package/src/models/Project.js +10 -0
  196. package/src/models/PublicHostingRequestLog.js +10 -0
  197. package/src/models/PublicKey.js +10 -0
  198. package/src/models/RemoteBandwidthSnapshot.js +10 -0
  199. package/src/models/RemoteServer.js +10 -0
  200. package/src/models/Request.js +20 -0
  201. package/src/models/SettingsChange.js +10 -0
  202. package/src/models/SftpActionLog.js +10 -0
  203. package/src/models/SftpHostKey.js +10 -0
  204. package/src/models/ShareGroup.js +10 -0
  205. package/src/models/Site.js +4 -0
  206. package/src/models/Snapshot.js +10 -0
  207. package/src/models/SsoStrategy.js +11 -1
  208. package/src/models/SyncLog.js +10 -0
  209. package/src/models/UsageDailySnapshot.js +10 -0
  210. package/src/models/UsageSnapshot.js +10 -0
  211. package/src/models/User.js +13 -3
  212. package/src/models/UserCipherUse.js +10 -0
  213. package/src/models/UserRequest.js +10 -0
  214. package/src/models/WebDavActionLog.js +10 -0
@@ -30,6 +30,7 @@
30
30
  await GpgKey.list({
31
31
  'user_id': 1,
32
32
  'per_page': 1,
33
+ 'page': 1,
33
34
  })
34
35
  ```
35
36
 
@@ -39,6 +40,8 @@ await GpgKey.list({
39
40
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
40
41
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
41
42
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
43
+ * `action` (string):
44
+ * `page` (int64):
42
45
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[name]=desc`). Valid fields are `name` and `expires_at`.
43
46
 
44
47
  ---
@@ -37,6 +37,7 @@
37
37
  ```
38
38
  await Group.list({
39
39
  'per_page': 1,
40
+ 'page': 1,
40
41
  })
41
42
  ```
42
43
 
@@ -45,6 +46,8 @@ await Group.list({
45
46
 
46
47
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
47
48
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
49
+ * `action` (string):
50
+ * `page` (int64):
48
51
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[name]=desc`). Valid fields are `name`.
49
52
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `name`.
50
53
  * `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `name`.
@@ -29,6 +29,7 @@
29
29
  await GroupUser.list({
30
30
  'user_id': 1,
31
31
  'per_page': 1,
32
+ 'page': 1,
32
33
  'group_id': 1,
33
34
  })
34
35
  ```
@@ -39,6 +40,8 @@ await GroupUser.list({
39
40
  * `user_id` (int64): User ID. If provided, will return group_users of this user.
40
41
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
41
42
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
43
+ * `action` (string):
44
+ * `page` (int64):
42
45
  * `group_id` (int64): Group ID. If provided, will return group_users of this group.
43
46
 
44
47
  ---
@@ -44,6 +44,8 @@
44
44
  await History.listForFile(path, {
45
45
  'display': "Actual text of the action here.",
46
46
  'per_page': 1,
47
+ 'action': "create",
48
+ 'page': 1,
47
49
  })
48
50
  ```
49
51
 
@@ -55,6 +57,8 @@ await History.listForFile(path, {
55
57
  * `display` (string): Display format. Leave blank or set to `full` or `parent`.
56
58
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
57
59
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
60
+ * `action` (string):
61
+ * `page` (int64):
58
62
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[user_id]=desc`). Valid fields are `user_id` and `created_at`.
59
63
  * `path` (string): Required - Path to operate on.
60
64
 
@@ -66,6 +70,8 @@ await History.listForFile(path, {
66
70
  await History.listForFolder(path, {
67
71
  'display': "Actual text of the action here.",
68
72
  'per_page': 1,
73
+ 'action': "create",
74
+ 'page': 1,
69
75
  })
70
76
  ```
71
77
 
@@ -77,6 +83,8 @@ await History.listForFolder(path, {
77
83
  * `display` (string): Display format. Leave blank or set to `full` or `parent`.
78
84
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
79
85
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
86
+ * `action` (string):
87
+ * `page` (int64):
80
88
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[user_id]=desc`). Valid fields are `user_id` and `created_at`.
81
89
  * `path` (string): Required - Path to operate on.
82
90
 
@@ -88,6 +96,8 @@ await History.listForFolder(path, {
88
96
  await History.listForUser(user_id, {
89
97
  'display': "Actual text of the action here.",
90
98
  'per_page': 1,
99
+ 'action': "create",
100
+ 'page': 1,
91
101
  })
92
102
  ```
93
103
 
@@ -99,6 +109,8 @@ await History.listForUser(user_id, {
99
109
  * `display` (string): Display format. Leave blank or set to `full` or `parent`.
100
110
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
101
111
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
112
+ * `action` (string):
113
+ * `page` (int64):
102
114
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[user_id]=desc`). Valid fields are `user_id` and `created_at`.
103
115
  * `user_id` (int64): Required - User ID.
104
116
 
@@ -110,6 +122,8 @@ await History.listForUser(user_id, {
110
122
  await History.listLogins({
111
123
  'display': "Actual text of the action here.",
112
124
  'per_page': 1,
125
+ 'action': "create",
126
+ 'page': 1,
113
127
  })
114
128
  ```
115
129
 
@@ -121,6 +135,8 @@ await History.listLogins({
121
135
  * `display` (string): Display format. Leave blank or set to `full` or `parent`.
122
136
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
123
137
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
138
+ * `action` (string):
139
+ * `page` (int64):
124
140
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[user_id]=desc`). Valid fields are `user_id` and `created_at`.
125
141
 
126
142
  ---
@@ -131,6 +147,8 @@ await History.listLogins({
131
147
  await History.list({
132
148
  'display': "Actual text of the action here.",
133
149
  'per_page': 1,
150
+ 'action': "create",
151
+ 'page': 1,
134
152
  })
135
153
  ```
136
154
 
@@ -142,6 +160,8 @@ await History.list({
142
160
  * `display` (string): Display format. Leave blank or set to `full` or `parent`.
143
161
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
144
162
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
163
+ * `action` (string):
164
+ * `page` (int64):
145
165
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[path]=desc`). Valid fields are `path`, `folder`, `user_id` or `created_at`.
146
166
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `user_id`, `folder` or `path`.
147
167
  * `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`.
@@ -66,6 +66,8 @@
66
66
  await HistoryExportResult.list({
67
67
  'user_id': 1,
68
68
  'per_page': 1,
69
+ 'action': "read",
70
+ 'page': 1,
69
71
  'history_export_id': 1,
70
72
  })
71
73
  ```
@@ -76,4 +78,6 @@ await HistoryExportResult.list({
76
78
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
77
79
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
78
80
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
81
+ * `action` (string):
82
+ * `page` (int64):
79
83
  * `history_export_id` (int64): Required - ID of the associated history export.
@@ -27,6 +27,7 @@
27
27
  ```
28
28
  await InboxRecipient.list({
29
29
  'per_page': 1,
30
+ 'page': 1,
30
31
  'inbox_id': 1,
31
32
  })
32
33
  ```
@@ -36,6 +37,8 @@ await InboxRecipient.list({
36
37
 
37
38
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
38
39
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
40
+ * `action` (string):
41
+ * `page` (int64):
39
42
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[has_registrations]=desc`). Valid fields are `has_registrations`.
40
43
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `has_registrations`.
41
44
  * `inbox_id` (int64): Required - List recipients for the inbox with this ID.
@@ -41,6 +41,7 @@
41
41
  ```
42
42
  await InboxRegistration.list({
43
43
  'per_page': 1,
44
+ 'page': 1,
44
45
  'folder_behavior_id': 1,
45
46
  })
46
47
  ```
@@ -50,4 +51,6 @@ await InboxRegistration.list({
50
51
 
51
52
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
52
53
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
54
+ * `action` (string):
55
+ * `page` (int64):
53
56
  * `folder_behavior_id` (int64): ID of the associated Inbox.
@@ -21,6 +21,7 @@
21
21
  ```
22
22
  await InboxUpload.list({
23
23
  'per_page': 1,
24
+ 'page': 1,
24
25
  'inbox_registration_id': 1,
25
26
  'inbox_id': 1,
26
27
  })
@@ -31,6 +32,8 @@ await InboxUpload.list({
31
32
 
32
33
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
33
34
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
35
+ * `action` (string):
36
+ * `page` (int64):
34
37
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[created_at]=desc`). Valid fields are `created_at`.
35
38
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `created_at`.
36
39
  * `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `created_at`.
@@ -59,6 +59,7 @@
59
59
  ```
60
60
  await Invoice.list({
61
61
  'per_page': 1,
62
+ 'page': 1,
62
63
  })
63
64
  ```
64
65
 
@@ -67,6 +68,8 @@ await Invoice.list({
67
68
 
68
69
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
69
70
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
71
+ * `action` (string):
72
+ * `page` (int64):
70
73
 
71
74
  ---
72
75
 
@@ -25,6 +25,7 @@
25
25
  ```
26
26
  await IpAddress.list({
27
27
  'per_page': 1,
28
+ 'page': 1,
28
29
  })
29
30
  ```
30
31
 
@@ -33,6 +34,8 @@ await IpAddress.list({
33
34
 
34
35
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
35
36
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
37
+ * `action` (string):
38
+ * `page` (int64):
36
39
 
37
40
  ---
38
41
 
@@ -41,6 +44,7 @@ await IpAddress.list({
41
44
  ```
42
45
  await IpAddress.getSmartfileReserved({
43
46
  'per_page': 1,
47
+ 'page': 1,
44
48
  })
45
49
  ```
46
50
 
@@ -49,6 +53,8 @@ await IpAddress.getSmartfileReserved({
49
53
 
50
54
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
51
55
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
56
+ * `action` (string):
57
+ * `page` (int64):
52
58
 
53
59
  ---
54
60
 
@@ -57,6 +63,7 @@ await IpAddress.getSmartfileReserved({
57
63
  ```
58
64
  await IpAddress.getExavaultReserved({
59
65
  'per_page': 1,
66
+ 'page': 1,
60
67
  })
61
68
  ```
62
69
 
@@ -65,6 +72,8 @@ await IpAddress.getExavaultReserved({
65
72
 
66
73
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
67
74
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
75
+ * `action` (string):
76
+ * `page` (int64):
68
77
 
69
78
  ---
70
79
 
@@ -73,6 +82,7 @@ await IpAddress.getExavaultReserved({
73
82
  ```
74
83
  await IpAddress.getReserved({
75
84
  'per_page': 1,
85
+ 'page': 1,
76
86
  })
77
87
  ```
78
88
 
@@ -81,3 +91,5 @@ await IpAddress.getReserved({
81
91
 
82
92
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
83
93
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
94
+ * `action` (string):
95
+ * `page` (int64):
@@ -21,13 +21,13 @@
21
21
 
22
22
  * `path` (string): Path This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters.
23
23
  * `timeout` (int64): Lock timeout in seconds
24
- * `depth` (string): DEPRECATED: Lock depth
24
+ * `depth` (string):
25
25
  * `recursive` (boolean): Does lock apply to subfolders?
26
26
  * `owner` (string): Owner of the lock. This can be any arbitrary string.
27
- * `scope` (string): DEPRECATED: Lock scope
27
+ * `scope` (string):
28
28
  * `exclusive` (boolean): Is lock exclusive?
29
29
  * `token` (string): Lock token. Use to release lock.
30
- * `type` (string): DEPRECATED: Lock type
30
+ * `type` (string):
31
31
  * `allow_access_by_any_user` (boolean): Can lock be modified by users other than its creator?
32
32
  * `user_id` (int64): Lock creator user ID
33
33
  * `username` (string): Lock creator username
@@ -39,6 +39,7 @@
39
39
  ```
40
40
  await Lock.listFor(path, {
41
41
  'per_page': 1,
42
+ 'page': 1,
42
43
  'include_children': true,
43
44
  })
44
45
  ```
@@ -48,6 +49,8 @@ await Lock.listFor(path, {
48
49
 
49
50
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
50
51
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
52
+ * `action` (string):
53
+ * `page` (int64):
51
54
  * `path` (string): Required - Path to operate on.
52
55
  * `include_children` (boolean): Include locks from children objects?
53
56
 
@@ -37,6 +37,7 @@
37
37
  await Message.list({
38
38
  'user_id': 1,
39
39
  'per_page': 1,
40
+ 'page': 1,
40
41
  'project_id': 1,
41
42
  })
42
43
  ```
@@ -47,6 +48,8 @@ await Message.list({
47
48
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
48
49
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
49
50
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
51
+ * `action` (string):
52
+ * `page` (int64):
50
53
  * `project_id` (int64): Required - Project for which to return messages.
51
54
 
52
55
  ---
@@ -28,6 +28,7 @@
28
28
  await MessageComment.list({
29
29
  'user_id': 1,
30
30
  'per_page': 1,
31
+ 'page': 1,
31
32
  'message_id': 1,
32
33
  })
33
34
  ```
@@ -38,6 +39,8 @@ await MessageComment.list({
38
39
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
39
40
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
40
41
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
42
+ * `action` (string):
43
+ * `page` (int64):
41
44
  * `message_id` (int64): Required - Message comment to return comments for.
42
45
 
43
46
  ---
@@ -21,6 +21,7 @@
21
21
  await MessageCommentReaction.list({
22
22
  'user_id': 1,
23
23
  'per_page': 1,
24
+ 'page': 1,
24
25
  'message_comment_id': 1,
25
26
  })
26
27
  ```
@@ -31,6 +32,8 @@ await MessageCommentReaction.list({
31
32
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
32
33
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
33
34
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
35
+ * `action` (string):
36
+ * `page` (int64):
34
37
  * `message_comment_id` (int64): Required - Message comment to return reactions for.
35
38
 
36
39
  ---
@@ -21,6 +21,7 @@
21
21
  await MessageReaction.list({
22
22
  'user_id': 1,
23
23
  'per_page': 1,
24
+ 'page': 1,
24
25
  'message_id': 1,
25
26
  })
26
27
  ```
@@ -31,6 +32,8 @@ await MessageReaction.list({
31
32
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
32
33
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
33
34
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
35
+ * `action` (string):
36
+ * `page` (int64):
34
37
  * `message_id` (int64): Required - Message to return reactions for.
35
38
 
36
39
  ---
@@ -67,6 +67,7 @@
67
67
  await Notification.list({
68
68
  'user_id': 1,
69
69
  'per_page': 1,
70
+ 'page': 1,
70
71
  'include_ancestors': true,
71
72
  'group_id': 1,
72
73
  })
@@ -75,9 +76,11 @@ await Notification.list({
75
76
 
76
77
  ### Parameters
77
78
 
78
- * `user_id` (int64): DEPRECATED: Show notifications for this User ID. Use `filter[user_id]` instead.
79
+ * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
79
80
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
80
81
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
82
+ * `action` (string):
83
+ * `page` (int64):
81
84
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[path]=desc`). Valid fields are `path`, `user_id` or `group_id`.
82
85
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `user_id` or `group_id`.
83
86
  * `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`.
@@ -59,6 +59,7 @@
59
59
  ```
60
60
  await Payment.list({
61
61
  'per_page': 1,
62
+ 'page': 1,
62
63
  })
63
64
  ```
64
65
 
@@ -67,6 +68,8 @@ await Payment.list({
67
68
 
68
69
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
69
70
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
71
+ * `action` (string):
72
+ * `page` (int64):
70
73
 
71
74
  ---
72
75
 
@@ -31,6 +31,7 @@
31
31
  ```
32
32
  await Permission.list({
33
33
  'per_page': 1,
34
+ 'page': 1,
34
35
  'path': "example",
35
36
  'include_groups': true,
36
37
  'group_id': 1,
@@ -43,6 +44,8 @@ await Permission.list({
43
44
 
44
45
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
45
46
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
47
+ * `action` (string):
48
+ * `page` (int64):
46
49
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[group_id]=desc`). Valid fields are `group_id`, `path`, `user_id` or `permission`.
47
50
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `path`, `group_id` or `user_id`. Valid field combinations are `[ group_id, path ]`, `[ user_id, path ]` or `[ user_id, group_id, path ]`.
48
51
  * `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`.
@@ -19,6 +19,7 @@
19
19
  ```
20
20
  await Priority.list(path, {
21
21
  'per_page': 1,
22
+ 'page': 1,
22
23
  })
23
24
  ```
24
25
 
@@ -27,4 +28,6 @@ await Priority.list(path, {
27
28
 
28
29
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
29
30
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
31
+ * `action` (string):
32
+ * `page` (int64):
30
33
  * `path` (string): Required - The path to query for priorities
@@ -19,6 +19,7 @@
19
19
  ```
20
20
  await Project.list({
21
21
  'per_page': 1,
22
+ 'page': 1,
22
23
  })
23
24
  ```
24
25
 
@@ -27,6 +28,8 @@ await Project.list({
27
28
 
28
29
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
29
30
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
31
+ * `action` (string):
32
+ * `page` (int64):
30
33
 
31
34
  ---
32
35
 
@@ -31,6 +31,7 @@
31
31
  ```
32
32
  await PublicHostingRequestLog.list({
33
33
  'per_page': 1,
34
+ 'page': 1,
34
35
  })
35
36
  ```
36
37
 
@@ -39,5 +40,7 @@ await PublicHostingRequestLog.list({
39
40
 
40
41
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
41
42
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
43
+ * `action` (string):
44
+ * `page` (int64):
42
45
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `start_date`, `end_date`, `path`, `remote_ip` or `success`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ start_date, end_date ]`, `[ start_date, path ]`, `[ start_date, remote_ip ]`, `[ start_date, success ]`, `[ end_date, path ]`, `[ end_date, remote_ip ]`, `[ end_date, success ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ remote_ip, success ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, remote_ip ]`, `[ start_date, end_date, success ]`, `[ start_date, path, remote_ip ]`, `[ start_date, path, success ]`, `[ start_date, remote_ip, success ]`, `[ end_date, path, remote_ip ]`, `[ end_date, path, success ]`, `[ end_date, remote_ip, success ]`, `[ path, remote_ip, success ]`, `[ start_date, end_date, path, remote_ip ]`, `[ start_date, end_date, path, success ]`, `[ start_date, end_date, remote_ip, success ]`, `[ start_date, path, remote_ip, success ]` or `[ end_date, path, remote_ip, success ]`.
43
46
  * `filter_prefix` (object): If set, return records where the specified field is prefixed by the supplied value. Valid fields are `path`. Valid field combinations are `[ start_date ]`, `[ end_date ]`, `[ path ]`, `[ remote_ip ]`, `[ success ]`, `[ start_date, end_date ]`, `[ start_date, path ]`, `[ start_date, remote_ip ]`, `[ start_date, success ]`, `[ end_date, path ]`, `[ end_date, remote_ip ]`, `[ end_date, success ]`, `[ path, remote_ip ]`, `[ path, success ]`, `[ remote_ip, success ]`, `[ start_date, end_date, path ]`, `[ start_date, end_date, remote_ip ]`, `[ start_date, end_date, success ]`, `[ start_date, path, remote_ip ]`, `[ start_date, path, success ]`, `[ start_date, remote_ip, success ]`, `[ end_date, path, remote_ip ]`, `[ end_date, path, success ]`, `[ end_date, remote_ip, success ]`, `[ path, remote_ip, success ]`, `[ start_date, end_date, path, remote_ip ]`, `[ start_date, end_date, path, success ]`, `[ start_date, end_date, remote_ip, success ]`, `[ start_date, path, remote_ip, success ]` or `[ end_date, path, remote_ip, success ]`.
@@ -31,6 +31,7 @@
31
31
  await PublicKey.list({
32
32
  'user_id': 1,
33
33
  'per_page': 1,
34
+ 'page': 1,
34
35
  })
35
36
  ```
36
37
 
@@ -40,6 +41,8 @@ await PublicKey.list({
40
41
  * `user_id` (int64): User ID. Provide a value of `0` to operate the current session's user.
41
42
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
42
43
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
44
+ * `action` (string):
45
+ * `page` (int64):
43
46
 
44
47
  ---
45
48
 
@@ -25,6 +25,7 @@
25
25
  ```
26
26
  await RemoteBandwidthSnapshot.list({
27
27
  'per_page': 1,
28
+ 'page': 1,
28
29
  })
29
30
  ```
30
31
 
@@ -33,6 +34,8 @@ await RemoteBandwidthSnapshot.list({
33
34
 
34
35
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
35
36
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
37
+ * `action` (string):
38
+ * `page` (int64):
36
39
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[logged_at]=desc`). Valid fields are `logged_at`.
37
40
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `logged_at`.
38
41
  * `filter_gt` (object): If set, return records where the specified field is greater than the supplied value. Valid fields are `logged_at`.
@@ -143,6 +143,7 @@
143
143
  ```
144
144
  await RemoteServer.list({
145
145
  'per_page': 1,
146
+ 'page': 1,
146
147
  })
147
148
  ```
148
149
 
@@ -151,6 +152,8 @@ await RemoteServer.list({
151
152
 
152
153
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
153
154
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
155
+ * `action` (string):
156
+ * `page` (int64):
154
157
 
155
158
  ---
156
159
 
@@ -29,6 +29,7 @@
29
29
  ```
30
30
  await Request.list({
31
31
  'per_page': 1,
32
+ 'page': 1,
32
33
  'mine': true,
33
34
  'path': "example",
34
35
  })
@@ -39,6 +40,8 @@ await Request.list({
39
40
 
40
41
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
41
42
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
43
+ * `action` (string):
44
+ * `page` (int64):
42
45
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[destination]=desc`). Valid fields are `destination`.
43
46
  * `mine` (boolean): Only show requests of the current user? (Defaults to true if current user is not a site admin.)
44
47
  * `path` (string): Path to show requests for. If omitted, shows all paths. Send `/` to represent the root directory.
@@ -50,6 +53,7 @@ await Request.list({
50
53
  ```
51
54
  await Request.getFolder(path, {
52
55
  'per_page': 1,
56
+ 'page': 1,
53
57
  'mine': true,
54
58
  })
55
59
  ```
@@ -59,6 +63,8 @@ await Request.getFolder(path, {
59
63
 
60
64
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
61
65
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
66
+ * `action` (string):
67
+ * `page` (int64):
62
68
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[destination]=desc`). Valid fields are `destination`.
63
69
  * `mine` (boolean): Only show requests of the current user? (Defaults to true if current user is not a site admin.)
64
70
  * `path` (string): Required - Path to show requests for. If omitted, shows all paths. Send `/` to represent the root directory.
@@ -29,6 +29,7 @@
29
29
  ```
30
30
  await SettingsChange.list({
31
31
  'per_page': 1,
32
+ 'page': 1,
32
33
  })
33
34
  ```
34
35
 
@@ -37,5 +38,7 @@ await SettingsChange.list({
37
38
 
38
39
  * `cursor` (string): Used for pagination. When a list request has more records available, cursors are provided in the response headers `X-Files-Cursor-Next` and `X-Files-Cursor-Prev`. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.
39
40
  * `per_page` (int64): Number of records to show per page. (Max: 10,000, 1,000 or less is recommended).
41
+ * `action` (string):
42
+ * `page` (int64):
40
43
  * `sort_by` (object): If set, sort records by the specified field in either `asc` or `desc` direction (e.g. `sort_by[api_key_id]=desc`). Valid fields are `api_key_id`, `created_at` or `user_id`.
41
44
  * `filter` (object): If set, return records where the specified field is equal to the supplied value. Valid fields are `api_key_id` and `user_id`.