You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apiary.apib
+5-15Lines changed: 5 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6116,7 +6116,7 @@ the HTTP 400 response code is returned.
6116
6116
"uuid": "01958f48-b1fc-7f05-b9b9-8a4a7b385bc3"
6117
6117
}
6118
6118
6119
-
### Events list [GET /v2/storage/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6119
+
### Events list [GET /v2/storage/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
6120
6120
For admin tokens will endpoint lists all events in the project. For non-admin tokens will list only events created by the token.
6121
6121
6122
6122
+ Parameters
@@ -6130,8 +6130,6 @@ For admin tokens will endpoint lists all events in the project. For non-admin to
6130
6130
+ Default: 100
6131
6131
+ offset (optional, number) - Pagination offset
6132
6132
+ Default: 0
6133
-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6134
-
+ Default: false
6135
6133
6136
6134
+ Request
6137
6135
+ Headers
@@ -6141,7 +6139,7 @@ For admin tokens will endpoint lists all events in the project. For non-admin to
6141
6139
+ Response 200 (application/json)
6142
6140
+ Attributes (array[Event])
6143
6141
6144
-
### Development Branch Events list [GET /v2/storage/branch/{branch_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6142
+
### Development Branch Events list [GET /v2/storage/branch/{branch_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
6145
6143
For admin tokens will endpoint lists all events in the project for [Development Branch](#reference/development-branches). For non-admin tokens will list only events created by the token in branch.
6146
6144
6147
6145
+ Parameters
@@ -6156,8 +6154,6 @@ For admin tokens will endpoint lists all events in the project for [Development
6156
6154
+ Default: 100
6157
6155
+ offset (optional, number) - Pagination offset
6158
6156
+ Default: 0
6159
-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6160
-
+ Default: false
6161
6157
6162
6158
+ Request
6163
6159
+ Headers
@@ -6198,7 +6194,7 @@ Obtains information about a event for [Development Branch](#reference/developmen
6198
6194
+ Attributes (Event)
6199
6195
6200
6196
6201
-
## List Bucket Events [/v2/storage/buckets/{bucket_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6197
+
## List Bucket Events [/v2/storage/buckets/{bucket_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
6202
6198
### Bucket events list [GET]
6203
6199
Lists all events associated with a particular bucket.
6204
6200
@@ -6213,8 +6209,6 @@ Lists all events associated with a particular bucket.
6213
6209
+ Default: 100
6214
6210
+ offset (optional, number) - Pagination offset
6215
6211
+ Default: 0
6216
-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6217
-
+ Default: false
6218
6212
6219
6213
+ Request
6220
6214
+ Headers
@@ -6224,7 +6218,7 @@ Lists all events associated with a particular bucket.
6224
6218
+ Response 200 (application/json)
6225
6219
+ Attributes (array[Event])
6226
6220
6227
-
## List Table Events [/v2/storage/tables/{table_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6221
+
## List Table Events [/v2/storage/tables/{table_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
6228
6222
### Table events list [GET]
6229
6223
Lists all events associated with a particular table.
6230
6224
@@ -6239,8 +6233,6 @@ Lists all events associated with a particular table.
6239
6233
+ Default: 100
6240
6234
+ offset (optional, number) - Pagination offset
6241
6235
+ Default: 0
6242
-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
6243
-
+ Default: false
6244
6236
6245
6237
+ Request
6246
6238
+ Headers
@@ -6250,7 +6242,7 @@ Lists all events associated with a particular table.
6250
6242
+ Response 200 (application/json)
6251
6243
+ Attributes (array[Event])
6252
6244
6253
-
## List Token Events [/v2/storage/tokens/{token_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}&forceUuid={forceUuid}]
6245
+
## List Token Events [/v2/storage/tokens/{token_id}/events?sinceId={sinceId}&maxId={maxId}&component={component}&configurationId={configurationId}&runId={runId}&q={q}&limit={limit}&offset={offset}]
6254
6246
### Token events list [GET]
6255
6247
Lists all events associated with a particular token.
6256
6248
@@ -6265,8 +6257,6 @@ Lists all events associated with a particular token.
6265
6257
+ Default: 100
6266
6258
+ offset (optional, number) - Pagination offset
6267
6259
+ Default: 0
6268
-
+ forceUuid (optional, boolean) - If true events are ordered by uuid not by id, this will be default behavior in the future
0 commit comments