Skip to content

Commit 86b5299

Browse files
committed
release: v5.0.21
1 parent 4b815fa commit 86b5299

106 files changed

Lines changed: 701 additions & 679 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/QuickBase_RESTful_API.json

Lines changed: 52 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7936,10 +7936,8 @@
79367936
"type": "integer"
79377937
},
79387938
"grouping": {
7939-
"description": "Group by based on ascending order (ASC), descending order (DESC) or equal values (equal-values)",
7939+
"description": "Group by based on equal values (equal-values)",
79407940
"enum": [
7941-
"ASC",
7942-
"DESC",
79437941
"equal-values"
79447942
],
79457943
"type": "string"
@@ -7948,7 +7946,7 @@
79487946
}
79497947
},
79507948
"sortBy": {
7951-
"description": "By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance.",
7949+
"description": "An array of field IDs and sort directions. If this attribute is not set or set to false, queries will be unsorted to improve performance.",
79527950
"x-amf-union": [
79537951
{
79547952
"type": "array",
@@ -9918,7 +9916,7 @@
99189916
},
99199917
"/audit": {
99209918
"post": {
9921-
"description": "Returns 1000 audit events with the nextToken parameter which can be passed back to the API to fetch subsequent logs. \n**Note:** This API is available for enterprise users only.",
9919+
"description": "Gathers the audit logs for a single day from a realm. By default, this API returns 10,000 entries. This can be changed with the numRows parameter. Integrators can iterate through batches to get an entire day's worth of logs. Each realm has a maximum entitlement of querying 1,000 days per year (allowing lookbacks for up to two years). Requests for paginated data do not count towards the annual limit. Transactional rate limits are 10 per 10 seconds.",
99229920
"summary": "Get audit logs",
99239921
"operationId": "audit",
99249922
"consumes": [
@@ -9965,9 +9963,14 @@
99659963
"properties": {
99669964
"nextToken": {
99679965
"description": "Token specifying start of page. For first page don't supply this.",
9968-
"example": "1000",
9966+
"example": "6a.f12x",
99699967
"type": "string"
99709968
},
9969+
"numRows": {
9970+
"description": "Number of logs to return per page, default is 10000, minimum is 1000, max is 50000.",
9971+
"example": 10000,
9972+
"type": "integer"
9973+
},
99719974
"queryId": {
99729975
"description": "The query id of an audit log request. This id is needed to fetch subsequent paged results of a single query.",
99739976
"example": "c41aa90e-0db6-4732-8e22-2ef80fe4092a",
@@ -10003,7 +10006,8 @@
1000310006
"time": "2020-04-21T14:41:51.886Z"
1000410007
}
1000510008
],
10006-
"queryId": "797c0726-f8f4-4df9-883f-c7e8cbdf2f77.ALtInpuyQeBoW+fWrAqLrjPGqDqPl++IMb3bOxlmoF4="
10009+
"nextToken": "6a.f12x",
10010+
"queryId": "jCB5QMWZc4a4F9l4yl0Xs6N0onYvQ9m8jSKx6934pv8=.bsz8kniab"
1000710011
},
1000810012
"type": "object",
1000910013
"additionalProperties": true,
@@ -10138,7 +10142,7 @@
1013810142
"x-amf-mediaType": "application/json",
1013910143
"schema": {
1014010144
"example": {
10141-
"queryId": "797c0726-f8f4-4df9-883f-c7e8cbdf2f77.ALtInpuyQeBoW+fWrAqLrjPGqDqPl++IMb3bOxlmoF4="
10145+
"queryId": "jCB5QMWZc4a4F9l4yl0Xs6N0onYvQ9m8jSKx6934pv8=.bsz8kniab"
1014210146
},
1014310147
"type": "object",
1014410148
"additionalProperties": true,
@@ -20952,10 +20956,8 @@
2095220956
"type": "integer"
2095320957
},
2095420958
"grouping": {
20955-
"description": "Group by based on ascending order (ASC), descending order (DESC) or equal values (equal-values)",
20959+
"description": "Group by based on equal values (equal-values)",
2095620960
"enum": [
20957-
"ASC",
20958-
"DESC",
2095920961
"equal-values"
2096020962
],
2096120963
"type": "string"
@@ -20964,7 +20966,7 @@
2096420966
}
2096520967
},
2096620968
"sortBy": {
20967-
"description": "By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance.",
20969+
"description": "An array of field IDs and sort directions. If this attribute is not set or set to false, queries will be unsorted to improve performance.",
2096820970
"x-amf-union": [
2096920971
{
2097020972
"type": "array",
@@ -21232,10 +21234,8 @@
2123221234
"type": "integer"
2123321235
},
2123421236
"grouping": {
21235-
"description": "Group by based on ascending order (ASC), descending order (DESC) or equal values (equal-values)",
21237+
"description": "Group by based on equal values (equal-values)",
2123621238
"enum": [
21237-
"ASC",
21238-
"DESC",
2123921239
"equal-values"
2124021240
],
2124121241
"type": "string"
@@ -21244,7 +21244,7 @@
2124421244
}
2124521245
},
2124621246
"sortBy": {
21247-
"description": "By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance.",
21247+
"description": "An array of field IDs and sort directions. If this attribute is not set or set to false, queries will be unsorted to improve performance.",
2124821248
"x-amf-union": [
2124921249
{
2125021250
"type": "array",
@@ -24027,7 +24027,7 @@
2402724027
}
2402824028
},
2402924029
{
24030-
"description": "Returns 1000 audit events with the nextToken parameter which can be passed back to the API to fetch subsequent logs. \n**Note:** This API is available for enterprise users only.",
24030+
"description": "Gathers the audit logs for a single day from a realm. By default, this API returns 10,000 entries. This can be changed with the numRows parameter. Integrators can iterate through batches to get an entire day's worth of logs. Each realm has a maximum entitlement of querying 1,000 days per year (allowing lookbacks for up to two years). Requests for paginated data do not count towards the annual limit. Transactional rate limits are 10 per 10 seconds.",
2403124031
"summary": "Get audit logs",
2403224032
"operationId": "audit",
2403324033
"consumes": [
@@ -24074,9 +24074,14 @@
2407424074
"properties": {
2407524075
"nextToken": {
2407624076
"description": "Token specifying start of page. For first page don't supply this.",
24077-
"example": "1000",
24077+
"example": "6a.f12x",
2407824078
"type": "string"
2407924079
},
24080+
"numRows": {
24081+
"description": "Number of logs to return per page, default is 10000, minimum is 1000, max is 50000.",
24082+
"example": 10000,
24083+
"type": "integer"
24084+
},
2408024085
"queryId": {
2408124086
"description": "The query id of an audit log request. This id is needed to fetch subsequent paged results of a single query.",
2408224087
"example": "c41aa90e-0db6-4732-8e22-2ef80fe4092a",
@@ -24112,7 +24117,8 @@
2411224117
"time": "2020-04-21T14:41:51.886Z"
2411324118
}
2411424119
],
24115-
"queryId": "797c0726-f8f4-4df9-883f-c7e8cbdf2f77.ALtInpuyQeBoW+fWrAqLrjPGqDqPl++IMb3bOxlmoF4="
24120+
"nextToken": "6a.f12x",
24121+
"queryId": "jCB5QMWZc4a4F9l4yl0Xs6N0onYvQ9m8jSKx6934pv8=.bsz8kniab"
2411624122
},
2411724123
"type": "object",
2411824124
"additionalProperties": true,
@@ -24247,7 +24253,7 @@
2424724253
"x-amf-mediaType": "application/json",
2424824254
"schema": {
2424924255
"example": {
24250-
"queryId": "797c0726-f8f4-4df9-883f-c7e8cbdf2f77.ALtInpuyQeBoW+fWrAqLrjPGqDqPl++IMb3bOxlmoF4="
24256+
"queryId": "jCB5QMWZc4a4F9l4yl0Xs6N0onYvQ9m8jSKx6934pv8=.bsz8kniab"
2425124257
},
2425224258
"type": "object",
2425324259
"additionalProperties": true,
@@ -24311,9 +24317,14 @@
2431124317
"properties": {
2431224318
"nextToken": {
2431324319
"description": "Token specifying start of page. For first page don't supply this.",
24314-
"example": "1000",
24320+
"example": "6a.f12x",
2431524321
"type": "string"
2431624322
},
24323+
"numRows": {
24324+
"description": "Number of logs to return per page, default is 10000, minimum is 1000, max is 50000.",
24325+
"example": 10000,
24326+
"type": "integer"
24327+
},
2431724328
"queryId": {
2431824329
"description": "The query id of an audit log request. This id is needed to fetch subsequent paged results of a single query.",
2431924330
"example": "c41aa90e-0db6-4732-8e22-2ef80fe4092a",
@@ -35173,10 +35184,8 @@
3517335184
"type": "integer"
3517435185
},
3517535186
"grouping": {
35176-
"description": "Group by based on ascending order (ASC), descending order (DESC) or equal values (equal-values)",
35187+
"description": "Group by based on equal values (equal-values)",
3517735188
"enum": [
35178-
"ASC",
35179-
"DESC",
3518035189
"equal-values"
3518135190
],
3518235191
"type": "string"
@@ -35185,7 +35194,7 @@
3518535194
}
3518635195
},
3518735196
"sortBy": {
35188-
"description": "By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance.",
35197+
"description": "An array of field IDs and sort directions. If this attribute is not set or set to false, queries will be unsorted to improve performance.",
3518935198
"x-amf-union": [
3519035199
{
3519135200
"type": "array",
@@ -35453,10 +35462,8 @@
3545335462
"type": "integer"
3545435463
},
3545535464
"grouping": {
35456-
"description": "Group by based on ascending order (ASC), descending order (DESC) or equal values (equal-values)",
35465+
"description": "Group by based on equal values (equal-values)",
3545735466
"enum": [
35458-
"ASC",
35459-
"DESC",
3546035467
"equal-values"
3546135468
],
3546235469
"type": "string"
@@ -35465,7 +35472,7 @@
3546535472
}
3546635473
},
3546735474
"sortBy": {
35468-
"description": "By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance.",
35475+
"description": "An array of field IDs and sort directions. If this attribute is not set or set to false, queries will be unsorted to improve performance.",
3546935476
"x-amf-union": [
3547035477
{
3547135478
"type": "array",
@@ -38258,7 +38265,7 @@
3825838265
],
3825938266
"Audit": [
3826038267
{
38261-
"description": "Returns 1000 audit events with the nextToken parameter which can be passed back to the API to fetch subsequent logs. \n**Note:** This API is available for enterprise users only.",
38268+
"description": "Gathers the audit logs for a single day from a realm. By default, this API returns 10,000 entries. This can be changed with the numRows parameter. Integrators can iterate through batches to get an entire day's worth of logs. Each realm has a maximum entitlement of querying 1,000 days per year (allowing lookbacks for up to two years). Requests for paginated data do not count towards the annual limit. Transactional rate limits are 10 per 10 seconds.",
3826238269
"summary": "Get audit logs",
3826338270
"operationId": "audit",
3826438271
"consumes": [
@@ -38305,9 +38312,14 @@
3830538312
"properties": {
3830638313
"nextToken": {
3830738314
"description": "Token specifying start of page. For first page don't supply this.",
38308-
"example": "1000",
38315+
"example": "6a.f12x",
3830938316
"type": "string"
3831038317
},
38318+
"numRows": {
38319+
"description": "Number of logs to return per page, default is 10000, minimum is 1000, max is 50000.",
38320+
"example": 10000,
38321+
"type": "integer"
38322+
},
3831138323
"queryId": {
3831238324
"description": "The query id of an audit log request. This id is needed to fetch subsequent paged results of a single query.",
3831338325
"example": "c41aa90e-0db6-4732-8e22-2ef80fe4092a",
@@ -38343,7 +38355,8 @@
3834338355
"time": "2020-04-21T14:41:51.886Z"
3834438356
}
3834538357
],
38346-
"queryId": "797c0726-f8f4-4df9-883f-c7e8cbdf2f77.ALtInpuyQeBoW+fWrAqLrjPGqDqPl++IMb3bOxlmoF4="
38358+
"nextToken": "6a.f12x",
38359+
"queryId": "jCB5QMWZc4a4F9l4yl0Xs6N0onYvQ9m8jSKx6934pv8=.bsz8kniab"
3834738360
},
3834838361
"type": "object",
3834938362
"additionalProperties": true,
@@ -38478,7 +38491,7 @@
3847838491
"x-amf-mediaType": "application/json",
3847938492
"schema": {
3848038493
"example": {
38481-
"queryId": "797c0726-f8f4-4df9-883f-c7e8cbdf2f77.ALtInpuyQeBoW+fWrAqLrjPGqDqPl++IMb3bOxlmoF4="
38494+
"queryId": "jCB5QMWZc4a4F9l4yl0Xs6N0onYvQ9m8jSKx6934pv8=.bsz8kniab"
3848238495
},
3848338496
"type": "object",
3848438497
"additionalProperties": true,
@@ -38542,9 +38555,14 @@
3854238555
"properties": {
3854338556
"nextToken": {
3854438557
"description": "Token specifying start of page. For first page don't supply this.",
38545-
"example": "1000",
38558+
"example": "6a.f12x",
3854638559
"type": "string"
3854738560
},
38561+
"numRows": {
38562+
"description": "Number of logs to return per page, default is 10000, minimum is 1000, max is 50000.",
38563+
"example": 10000,
38564+
"type": "integer"
38565+
},
3854838566
"queryId": {
3854938567
"description": "The query id of an audit log request. This id is needed to fetch subsequent paged results of a single query.",
3855038568
"example": "c41aa90e-0db6-4732-8e22-2ef80fe4092a",

dist/quickbase.browserify.min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)