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: docs/account.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ GET https://cloud.appwrite.io/v1/account/identities
51
51
| Field Name | Type | Description | Default |
52
52
| --- | --- | --- | --- |
53
53
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: userId, provider, providerUid, providerEmail, providerAccessTokenExpiry |[]|
54
+
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
54
55
55
56
56
57
```http request
@@ -84,6 +85,7 @@ GET https://cloud.appwrite.io/v1/account/logs
84
85
| Field Name | Type | Description | Default |
85
86
| --- | --- | --- | --- |
86
87
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Only supported methods are limit and offset |[]|
88
+
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
Copy file name to clipboardExpand all lines: docs/databases.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ GET https://cloud.appwrite.io/v1/databases
13
13
| --- | --- | --- | --- |
14
14
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name |[]|
15
15
| search | string | Search term to filter your list results. Max length: 256 chars. ||
16
+
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
16
17
17
18
18
19
```http request
@@ -166,6 +167,7 @@ GET https://cloud.appwrite.io/v1/databases/{databaseId}/collections
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, documentSecurity |[]|
168
169
| search | string | Search term to filter your list results. Max length: 256 chars. ||
170
+
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
169
171
170
172
171
173
```http request
@@ -245,6 +247,7 @@ GET https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionI
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: key, type, size, required, array, status, error |[]|
250
+
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
248
251
249
252
250
253
```http request
@@ -787,6 +790,7 @@ GET https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionI
787
790
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
788
791
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. |[]|
789
792
| transactionId | string | Transaction ID to read uncommitted changes within the transaction. ||
793
+
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
790
794
791
795
792
796
```http request
@@ -993,6 +997,7 @@ GET https://cloud.appwrite.io/v1/databases/{databaseId}/collections/{collectionI
| collectionId | string |**Required** Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection). ||
995
999
| queries | array | Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: key, type, status, attributes, error |[]|
1000
+
| total | boolean | When set to false, the total count returned will be 0 and will not be calculated. | 1 |
0 commit comments