Merge pull request #10735 from appwrite/feat-operators

Add operator support
This commit is contained in:
Jake Barnby 2025-11-03 19:25:44 +13:00 committed by GitHub
commit 1f173eb3c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
515 changed files with 5657 additions and 392 deletions

View file

@ -20,8 +20,8 @@
}
a.button {
color: #ffffff !important;
background-color: #2D2D31 !important;
border-color: #414146 !important;
background-color: {{accentColor}} !important;
border-color: {{accentColor}} !important;
}
h1, h2, h3 {
color: #373b4d !important;

View file

@ -0,0 +1,8 @@
<p>{{hello}}</p>
<p>{{body}}</p>
<p>{{footer}}</p>
<p style="margin-bottom: 32px">
{{thanks}}
<br/>
{{signature}}
</p>

View file

@ -11,7 +11,7 @@ return [
[
'key' => 'web',
'name' => 'Web',
'version' => '21.3.0',
'version' => '21.4.0',
'url' => 'https://github.com/appwrite/sdk-for-web',
'package' => 'https://www.npmjs.com/package/appwrite',
'enabled' => true,
@ -60,7 +60,7 @@ return [
[
'key' => 'flutter',
'name' => 'Flutter',
'version' => '20.2.2',
'version' => '20.3.0',
'url' => 'https://github.com/appwrite/sdk-for-flutter',
'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true,
@ -79,7 +79,7 @@ return [
[
'key' => 'apple',
'name' => 'Apple',
'version' => '13.3.1',
'version' => '13.4.0',
'url' => 'https://github.com/appwrite/sdk-for-apple',
'package' => 'https://github.com/appwrite/sdk-for-apple',
'enabled' => true,
@ -116,7 +116,7 @@ return [
[
'key' => 'android',
'name' => 'Android',
'version' => '11.2.1',
'version' => '11.3.0',
'url' => 'https://github.com/appwrite/sdk-for-android',
'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-android',
'enabled' => true,
@ -139,7 +139,7 @@ return [
[
'key' => 'react-native',
'name' => 'React Native',
'version' => '0.17.1',
'version' => '0.18.0',
'url' => 'https://github.com/appwrite/sdk-for-react-native',
'package' => 'https://npmjs.com/package/react-native-appwrite',
'enabled' => true,
@ -207,7 +207,7 @@ return [
[
'key' => 'web',
'name' => 'Console',
'version' => '0.1.1',
'version' => '0.2.0',
'url' => '',
'package' => '',
'enabled' => true,
@ -226,7 +226,7 @@ return [
[
'key' => 'cli',
'name' => 'Command Line',
'version' => '11.0.0',
'version' => '11.1.0',
'url' => 'https://github.com/appwrite/sdk-for-cli',
'package' => 'https://www.npmjs.com/package/appwrite-cli',
'enabled' => true,
@ -262,7 +262,7 @@ return [
[
'key' => 'nodejs',
'name' => 'Node.js',
'version' => '20.2.1',
'version' => '20.3.0',
'url' => 'https://github.com/appwrite/sdk-for-node',
'package' => 'https://www.npmjs.com/package/node-appwrite',
'enabled' => true,
@ -281,7 +281,7 @@ return [
[
'key' => 'php',
'name' => 'PHP',
'version' => '17.4.1',
'version' => '17.5.0',
'url' => 'https://github.com/appwrite/sdk-for-php',
'package' => 'https://packagist.org/packages/appwrite/appwrite',
'enabled' => true,
@ -300,7 +300,7 @@ return [
[
'key' => 'python',
'name' => 'Python',
'version' => '13.5.0',
'version' => '13.6.0',
'url' => 'https://github.com/appwrite/sdk-for-python',
'package' => 'https://pypi.org/project/appwrite/',
'enabled' => true,
@ -319,7 +319,7 @@ return [
[
'key' => 'ruby',
'name' => 'Ruby',
'version' => '19.2.1',
'version' => '19.3.0',
'url' => 'https://github.com/appwrite/sdk-for-ruby',
'package' => 'https://rubygems.org/gems/appwrite',
'enabled' => true,
@ -338,7 +338,7 @@ return [
[
'key' => 'go',
'name' => 'Go',
'version' => 'v0.13.1',
'version' => 'v0.14.0',
'url' => 'https://github.com/appwrite/sdk-for-go',
'package' => 'https://github.com/appwrite/sdk-for-go',
'enabled' => true,
@ -357,7 +357,7 @@ return [
[
'key' => 'dotnet',
'name' => '.NET',
'version' => '0.21.2',
'version' => '0.22.0',
'url' => 'https://github.com/appwrite/sdk-for-dotnet',
'package' => 'https://www.nuget.org/packages/Appwrite',
'enabled' => true,
@ -376,7 +376,7 @@ return [
[
'key' => 'dart',
'name' => 'Dart',
'version' => '19.2.1',
'version' => '19.3.0',
'url' => 'https://github.com/appwrite/sdk-for-dart',
'package' => 'https://pub.dev/packages/dart_appwrite',
'enabled' => true,
@ -395,7 +395,7 @@ return [
[
'key' => 'kotlin',
'name' => 'Kotlin',
'version' => '12.2.1',
'version' => '12.3.0',
'url' => 'https://github.com/appwrite/sdk-for-kotlin',
'package' => 'https://search.maven.org/artifact/io.appwrite/sdk-for-kotlin',
'enabled' => true,
@ -418,7 +418,7 @@ return [
[
'key' => 'swift',
'name' => 'Swift',
'version' => '13.2.2',
'version' => '13.3.0',
'url' => 'https://github.com/appwrite/sdk-for-swift',
'package' => 'https://github.com/appwrite/sdk-for-swift',
'enabled' => true,

View file

@ -296,6 +296,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -467,6 +478,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -5425,6 +5447,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6379,6 +6412,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -7333,6 +7377,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -8584,6 +8639,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -9520,6 +9586,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -9891,6 +9968,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},

View file

@ -332,6 +332,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -501,6 +512,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -5142,7 +5164,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -5193,6 +5216,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6208,6 +6242,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6653,6 +6698,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -9992,6 +10048,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -11420,6 +11487,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12189,6 +12267,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12619,6 +12708,17 @@
"default": 0
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -13266,6 +13366,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -14009,6 +14120,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -16613,6 +16735,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -17800,6 +17933,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -17875,6 +18019,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -17951,6 +18106,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -20863,6 +21029,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -20938,6 +21115,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -21014,6 +21202,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -21369,6 +21568,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -21455,6 +21665,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -21755,6 +21976,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -23414,6 +23646,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -25502,6 +25745,17 @@
"x-example": "<PROJECT_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -26023,6 +26277,17 @@
"x-example": "<PROJECT_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -28682,6 +28947,17 @@
"x-example": "<PROJECT_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -29193,6 +29469,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -29775,6 +30062,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -30885,6 +31183,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -31626,6 +31935,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -32297,6 +32617,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -32754,6 +33085,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -33698,6 +34040,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -34592,6 +34945,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -35032,6 +35396,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -38329,6 +38704,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -38802,6 +39188,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -40394,6 +40791,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -40750,6 +41158,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -40838,6 +41257,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -41503,6 +41933,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -41857,6 +42298,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -42188,6 +42640,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -43239,6 +43702,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -43324,6 +43798,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -44483,6 +44968,17 @@
"x-example": "<USER_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -44813,6 +45309,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -46048,6 +46555,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}

View file

@ -299,6 +299,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -472,6 +483,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -4681,7 +4703,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -4733,6 +4756,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -5667,6 +5701,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6117,6 +6162,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -9486,6 +9542,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -10839,6 +10906,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -11208,6 +11286,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12061,6 +12150,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12814,6 +12914,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -15389,6 +15500,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -16589,6 +16711,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -16665,6 +16798,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -16742,6 +16886,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -19691,6 +19846,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -19767,6 +19933,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -19844,6 +20021,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -20204,6 +20392,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -20291,6 +20490,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -20598,6 +20808,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -21484,6 +21705,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -22234,6 +22466,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -22831,6 +23074,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -23294,6 +23548,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -24099,6 +24364,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -24913,6 +25189,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -25358,6 +25645,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -28684,6 +28982,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -29076,6 +29385,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -30390,6 +30710,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -30771,6 +31102,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -31451,6 +31793,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -31810,6 +32163,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -32145,6 +32509,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -33136,6 +33511,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -33222,6 +33608,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -34405,6 +34802,17 @@
"x-example": "<USER_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -34740,6 +35148,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},

View file

@ -296,6 +296,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -467,6 +478,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -5425,6 +5447,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6379,6 +6412,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -7333,6 +7377,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -8584,6 +8639,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -9520,6 +9586,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -9891,6 +9968,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},

View file

@ -332,6 +332,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -501,6 +512,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -5142,7 +5164,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -5193,6 +5216,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6208,6 +6242,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6653,6 +6698,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -9992,6 +10048,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -11420,6 +11487,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12189,6 +12267,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12619,6 +12708,17 @@
"default": 0
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -13266,6 +13366,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -14009,6 +14120,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -16613,6 +16735,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -17800,6 +17933,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -17875,6 +18019,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -17951,6 +18106,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -20863,6 +21029,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -20938,6 +21115,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -21014,6 +21202,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -21369,6 +21568,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -21455,6 +21665,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -21755,6 +21976,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -23414,6 +23646,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -25502,6 +25745,17 @@
"x-example": "<PROJECT_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -26023,6 +26277,17 @@
"x-example": "<PROJECT_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -28682,6 +28947,17 @@
"x-example": "<PROJECT_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -29193,6 +29469,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -29775,6 +30062,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -30885,6 +31183,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -31626,6 +31935,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -32297,6 +32617,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -32754,6 +33085,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -33698,6 +34040,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -34592,6 +34945,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -35032,6 +35396,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -38329,6 +38704,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -38802,6 +39188,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -40394,6 +40791,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -40750,6 +41158,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -40838,6 +41257,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -41503,6 +41933,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -41857,6 +42298,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -42188,6 +42640,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -43239,6 +43702,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -43324,6 +43798,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -44483,6 +44968,17 @@
"x-example": "<USER_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -44813,6 +45309,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -46048,6 +46555,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}

View file

@ -299,6 +299,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -472,6 +483,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -4681,7 +4703,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -4733,6 +4756,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -5667,6 +5701,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -6117,6 +6162,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -9486,6 +9542,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -10839,6 +10906,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -11208,6 +11286,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12061,6 +12150,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -12814,6 +12914,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -15389,6 +15500,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -16589,6 +16711,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -16665,6 +16798,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -16742,6 +16886,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -19691,6 +19846,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -19767,6 +19933,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -19844,6 +20021,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -20204,6 +20392,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -20291,6 +20490,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -20598,6 +20808,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -21484,6 +21705,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -22234,6 +22466,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -22831,6 +23074,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -23294,6 +23548,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -24099,6 +24364,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -24913,6 +25189,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -25358,6 +25645,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -28684,6 +28982,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -29076,6 +29385,17 @@
"x-example": "<TRANSACTION_ID>"
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -30390,6 +30710,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -30771,6 +31102,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -31451,6 +31793,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -31810,6 +32163,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -32145,6 +32509,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -33136,6 +33511,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -33222,6 +33608,17 @@
"default": ""
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
}
@ -34405,6 +34802,17 @@
"x-example": "<USER_ID>"
},
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},
@ -34740,6 +35148,17 @@
"default": []
},
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"schema": {
"type": "boolean",
"x-example": false,
"default": true
},
"in": "query"
}
]
},

View file

@ -351,6 +351,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -525,6 +534,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -5554,6 +5572,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6470,6 +6497,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -7448,6 +7484,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -8648,6 +8693,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -9546,6 +9600,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -9913,6 +9976,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},

View file

@ -397,6 +397,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -569,6 +578,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -5302,7 +5320,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -5350,6 +5369,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6358,6 +6386,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6797,6 +6834,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -10050,6 +10096,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -11427,6 +11482,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12168,6 +12232,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12612,6 +12685,15 @@
"x-example": 0,
"default": 0,
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -13264,6 +13346,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -13997,6 +14088,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -16588,6 +16688,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -17845,6 +17954,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -17917,6 +18035,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -17990,6 +18117,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21052,6 +21188,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21124,6 +21269,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21197,6 +21351,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -21556,6 +21719,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21637,6 +21809,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -21928,6 +22109,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -23593,6 +23783,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -25681,6 +25880,15 @@
"type": "string",
"x-example": "<PROJECT_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -26198,6 +26406,15 @@
"type": "string",
"x-example": "<PROJECT_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -28844,6 +29061,15 @@
"type": "string",
"x-example": "<PROJECT_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -29354,6 +29580,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -29953,6 +30188,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31082,6 +31326,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31816,6 +32069,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -32472,6 +32734,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -32942,6 +33213,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -33839,6 +34119,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -34726,6 +35015,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -35160,6 +35458,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -38374,6 +38681,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -38827,6 +39143,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -40359,6 +40684,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -40714,6 +41048,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -40796,6 +41139,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -41444,6 +41796,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -41791,6 +42152,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -42138,6 +42508,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -43223,6 +43602,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -43303,6 +43691,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -44449,6 +44846,15 @@
"type": "string",
"x-example": "<USER_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -44777,6 +45183,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -45985,6 +46400,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}

View file

@ -363,6 +363,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -539,6 +548,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -4829,7 +4847,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -4878,6 +4897,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -5807,6 +5835,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6251,6 +6288,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -9534,6 +9580,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -10843,6 +10898,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -11202,6 +11266,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12084,6 +12157,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12827,6 +12909,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -15393,6 +15484,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -16663,6 +16763,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -16736,6 +16845,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -16810,6 +16928,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -19909,6 +20036,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -19982,6 +20118,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -20056,6 +20201,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -20420,6 +20574,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -20502,6 +20665,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -20800,6 +20972,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -21715,6 +21896,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -22458,6 +22648,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -23044,6 +23243,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -23520,6 +23728,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -24284,6 +24501,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -25093,6 +25319,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -25532,6 +25767,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -28775,6 +29019,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -29152,6 +29405,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -30423,6 +30685,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -30800,6 +31071,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31463,6 +31743,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31815,6 +32104,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -32166,6 +32464,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -33193,6 +33500,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -33274,6 +33590,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -34444,6 +34769,15 @@
"type": "string",
"x-example": "<USER_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -34777,6 +35111,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},

View file

@ -351,6 +351,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -525,6 +534,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -5554,6 +5572,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6470,6 +6497,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -7448,6 +7484,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -8648,6 +8693,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -9546,6 +9600,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -9913,6 +9976,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},

View file

@ -397,6 +397,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -569,6 +578,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -5302,7 +5320,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -5350,6 +5369,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6358,6 +6386,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6797,6 +6834,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -10050,6 +10096,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -11427,6 +11482,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12168,6 +12232,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12612,6 +12685,15 @@
"x-example": 0,
"default": 0,
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -13264,6 +13346,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -13997,6 +14088,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -16588,6 +16688,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -17845,6 +17954,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -17917,6 +18035,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -17990,6 +18117,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21052,6 +21188,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21124,6 +21269,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21197,6 +21351,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -21556,6 +21719,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -21637,6 +21809,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -21928,6 +22109,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -23593,6 +23783,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -25681,6 +25880,15 @@
"type": "string",
"x-example": "<PROJECT_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -26198,6 +26406,15 @@
"type": "string",
"x-example": "<PROJECT_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -28844,6 +29061,15 @@
"type": "string",
"x-example": "<PROJECT_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -29354,6 +29580,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -29953,6 +30188,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31082,6 +31326,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31816,6 +32069,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -32472,6 +32734,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -32942,6 +33213,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -33839,6 +34119,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -34726,6 +35015,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -35160,6 +35458,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -38374,6 +38681,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -38827,6 +39143,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -40359,6 +40684,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -40714,6 +41048,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -40796,6 +41139,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -41444,6 +41796,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -41791,6 +42152,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -42138,6 +42508,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -43223,6 +43602,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -43303,6 +43691,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -44449,6 +44846,15 @@
"type": "string",
"x-example": "<USER_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -44777,6 +45183,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -45985,6 +46400,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}

View file

@ -363,6 +363,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -539,6 +548,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -4829,7 +4847,8 @@
},
"parameters": [
"queries",
"search"
"search",
"total"
],
"required": [],
"responses": [
@ -4878,6 +4897,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -5807,6 +5835,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -6251,6 +6288,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -9534,6 +9580,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -10843,6 +10898,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -11202,6 +11266,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12084,6 +12157,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -12827,6 +12909,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -15393,6 +15484,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -16663,6 +16763,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -16736,6 +16845,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -16810,6 +16928,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -19909,6 +20036,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -19982,6 +20118,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -20056,6 +20201,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -20420,6 +20574,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -20502,6 +20665,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -20800,6 +20972,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -21715,6 +21896,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -22458,6 +22648,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -23044,6 +23243,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -23520,6 +23728,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -24284,6 +24501,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -25093,6 +25319,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -25532,6 +25767,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -28775,6 +29019,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -29152,6 +29405,15 @@
"type": "string",
"x-example": "<TRANSACTION_ID>",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -30423,6 +30685,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -30800,6 +31071,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31463,6 +31743,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -31815,6 +32104,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -32166,6 +32464,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -33193,6 +33500,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -33274,6 +33590,15 @@
"x-example": "<SEARCH>",
"default": "",
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
}
@ -34444,6 +34769,15 @@
"type": "string",
"x-example": "<USER_ID>",
"in": "path"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},
@ -34777,6 +35111,15 @@
},
"default": [],
"in": "query"
},
{
"name": "total",
"description": "When set to false, the total count returned will be 0 and will not be calculated.",
"required": false,
"type": "boolean",
"x-example": false,
"default": true,
"in": "query"
}
]
},

View file

@ -1,5 +1,4 @@
{
"name": "appwrite/server-ce",
"description": "End to end backend server for frontend and mobile apps.",
"type": "project",
@ -108,5 +107,23 @@
"php-http/discovery": true,
"tbachert/spi": true
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/utopia-php/migration"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/emails"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/validators"
},
{
"type": "vcs",
"url": "https://github.com/utopia-php/database"
}
]
}

118
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "66e5a72649d7f816ba8ec979faca4cd8",
"content-hash": "a184716dd568cd37c015e1e929dd3c24",
"packages": [
{
"name": "adhocore/jwt",
@ -3878,7 +3878,38 @@
"Utopia\\Database\\": "src/Database"
}
},
"notification-url": "https://packagist.org/downloads/",
"autoload-dev": {
"psr-4": {
"Tests\\E2E\\": "tests/e2e",
"Tests\\Unit\\": "tests/unit"
}
},
"scripts": {
"build": [
"Composer\\Config::disableProcessTimeout",
"docker compose build"
],
"start": [
"Composer\\Config::disableProcessTimeout",
"docker compose up -d"
],
"test": [
"Composer\\Config::disableProcessTimeout",
"docker compose exec tests vendor/bin/phpunit --configuration phpunit.xml"
],
"lint": [
"php -d memory_limit=2G ./vendor/bin/pint --test"
],
"format": [
"php -d memory_limit=2G ./vendor/bin/pint"
],
"check": [
"./vendor/bin/phpstan analyse --level 7 src tests --memory-limit 2G"
],
"coverage": [
"./vendor/bin/coverage-check ./tmp/clover.xml 90"
]
},
"license": [
"MIT"
],
@ -3891,8 +3922,8 @@
"utopia"
],
"support": {
"issues": "https://github.com/utopia-php/database/issues",
"source": "https://github.com/utopia-php/database/tree/3.1.2"
"source": "https://github.com/utopia-php/database/tree/3.1.2",
"issues": "https://github.com/utopia-php/database/issues"
},
"time": "2025-10-30T13:10:13+00:00"
},
@ -4138,7 +4169,35 @@
"Utopia\\Emails\\": "src/Emails"
}
},
"notification-url": "https://packagist.org/downloads/",
"scripts": {
"test": [
"vendor/bin/phpunit"
],
"lint": [
"./vendor/bin/pint --test"
],
"format": [
"./vendor/bin/pint"
],
"check": [
"./vendor/bin/phpstan analyse"
],
"import": [
"php import.php"
],
"import:all": [
"php import.php all --commit=true"
],
"import:disposable": [
"php import.php disposable --commit=true"
],
"import:free": [
"php import.php free --commit=true"
],
"import:stats": [
"php import.php stats"
]
},
"license": [
"MIT"
],
@ -4150,19 +4209,19 @@
],
"description": "Utopia Emails library is simple and lite library for parsing and validating email addresses. This library is aiming to be as simple and easy to learn and use.",
"keywords": [
"RFC5322",
"email",
"emails",
"framework",
"parsing",
"php",
"rfc5322",
"upf",
"utopia",
"validation"
],
"support": {
"issues": "https://github.com/utopia-php/emails/issues",
"source": "https://github.com/utopia-php/emails/tree/0.6.2"
"source": "https://github.com/utopia-php/emails/tree/0.6.2",
"issues": "https://github.com/utopia-php/emails/issues"
},
"time": "2025-10-28T16:08:17+00:00"
},
@ -4490,7 +4549,25 @@
"Utopia\\Migration\\": "src/Migration"
}
},
"notification-url": "https://packagist.org/downloads/",
"autoload-dev": {
"psr-4": {
"Utopia\\Tests\\": "tests/Migration"
}
},
"scripts": {
"test": [
"./vendor/bin/phpunit"
],
"lint": [
"./vendor/bin/pint --test"
],
"format": [
"./vendor/bin/pint"
],
"check": [
"./vendor/bin/phpstan analyse --level 3 src tests --memory-limit 2G"
]
},
"license": [
"MIT"
],
@ -4503,8 +4580,8 @@
"utopia"
],
"support": {
"issues": "https://github.com/utopia-php/migration/issues",
"source": "https://github.com/utopia-php/migration/tree/1.3.3"
"source": "https://github.com/utopia-php/migration/tree/1.3.3",
"issues": "https://github.com/utopia-php/migration/issues"
},
"time": "2025-10-28T04:02:08+00:00"
},
@ -5136,7 +5213,20 @@
"Utopia\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"scripts": {
"lint": [
"vendor/bin/pint --test"
],
"format": [
"vendor/bin/pint"
],
"check": [
"vendor/bin/phpstan analyse -c phpstan.neon --memory-limit 512M"
],
"test": [
"vendor/bin/phpunit --configuration phpunit.xml"
]
},
"license": [
"MIT"
],
@ -5148,8 +5238,8 @@
"validator"
],
"support": {
"issues": "https://github.com/utopia-php/validators/issues",
"source": "https://github.com/utopia-php/validators/tree/0.0.2"
"source": "https://github.com/utopia-php/validators/tree/0.0.2",
"issues": "https://github.com/utopia-php/validators/issues"
},
"time": "2025-10-20T21:52:28+00:00"
},

View file

@ -10,6 +10,7 @@ Account account = new Account(client);
account.listIdentities(
listOf(), // queries (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -10,6 +10,7 @@ Account account = new Account(client);
account.listLogs(
listOf(), // queries (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -13,6 +13,7 @@ databases.listDocuments(
"<COLLECTION_ID>", // collectionId
listOf(), // queries (optional)
"<TRANSACTION_ID>", // transactionId (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -11,6 +11,7 @@ Functions functions = new Functions(client);
functions.listExecutions(
"<FUNCTION_ID>", // functionId
listOf(), // queries (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -12,6 +12,7 @@ storage.listFiles(
"<BUCKET_ID>", // bucketId
listOf(), // queries (optional)
"<SEARCH>", // search (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -13,6 +13,7 @@ tablesDB.listRows(
"<TABLE_ID>", // tableId
listOf(), // queries (optional)
"<TRANSACTION_ID>", // transactionId (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -12,6 +12,7 @@ teams.listMemberships(
"<TEAM_ID>", // teamId
listOf(), // queries (optional)
"<SEARCH>", // search (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -11,6 +11,7 @@ Teams teams = new Teams(client);
teams.list(
listOf(), // queries (optional)
"<SEARCH>", // search (optional)
false, // total (optional)
new CoroutineCallback<>((result, error) -> {
if (error != null) {
error.printStackTrace();

View file

@ -10,4 +10,5 @@ val account = Account(client)
val result = account.listIdentities(
queries = listOf(), // (optional)
total = false, // (optional)
)

View file

@ -10,4 +10,5 @@ val account = Account(client)
val result = account.listLogs(
queries = listOf(), // (optional)
total = false, // (optional)
)

View file

@ -13,4 +13,5 @@ val result = databases.listDocuments(
collectionId = "<COLLECTION_ID>",
queries = listOf(), // (optional)
transactionId = "<TRANSACTION_ID>", // (optional)
total = false, // (optional)
)

View file

@ -11,4 +11,5 @@ val functions = Functions(client)
val result = functions.listExecutions(
functionId = "<FUNCTION_ID>",
queries = listOf(), // (optional)
total = false, // (optional)
)

View file

@ -12,4 +12,5 @@ val result = storage.listFiles(
bucketId = "<BUCKET_ID>",
queries = listOf(), // (optional)
search = "<SEARCH>", // (optional)
total = false, // (optional)
)

View file

@ -13,4 +13,5 @@ val result = tablesDB.listRows(
tableId = "<TABLE_ID>",
queries = listOf(), // (optional)
transactionId = "<TRANSACTION_ID>", // (optional)
total = false, // (optional)
)

View file

@ -12,4 +12,5 @@ val result = teams.listMemberships(
teamId = "<TEAM_ID>",
queries = listOf(), // (optional)
search = "<SEARCH>", // (optional)
total = false, // (optional)
)

View file

@ -11,4 +11,5 @@ val teams = Teams(client)
val result = teams.list(
queries = listOf(), // (optional)
search = "<SEARCH>", // (optional)
total = false, // (optional)
)

View file

@ -7,6 +7,7 @@ let client = Client()
let account = Account(client)
let identityList = try await account.listIdentities(
queries: [] // optional
queries: [], // optional
total: false // optional
)

View file

@ -7,6 +7,7 @@ let client = Client()
let account = Account(client)
let logList = try await account.listLogs(
queries: [] // optional
queries: [], // optional
total: false // optional
)

View file

@ -10,6 +10,7 @@ let documentList = try await databases.listDocuments(
databaseId: "<DATABASE_ID>",
collectionId: "<COLLECTION_ID>",
queries: [], // optional
transactionId: "<TRANSACTION_ID>" // optional
transactionId: "<TRANSACTION_ID>", // optional
total: false // optional
)

View file

@ -8,6 +8,7 @@ let functions = Functions(client)
let executionList = try await functions.listExecutions(
functionId: "<FUNCTION_ID>",
queries: [] // optional
queries: [], // optional
total: false // optional
)

View file

@ -9,6 +9,7 @@ let storage = Storage(client)
let fileList = try await storage.listFiles(
bucketId: "<BUCKET_ID>",
queries: [], // optional
search: "<SEARCH>" // optional
search: "<SEARCH>", // optional
total: false // optional
)

View file

@ -10,6 +10,7 @@ let rowList = try await tablesDB.listRows(
databaseId: "<DATABASE_ID>",
tableId: "<TABLE_ID>",
queries: [], // optional
transactionId: "<TRANSACTION_ID>" // optional
transactionId: "<TRANSACTION_ID>", // optional
total: false // optional
)

View file

@ -9,6 +9,7 @@ let teams = Teams(client)
let membershipList = try await teams.listMemberships(
teamId: "<TEAM_ID>",
queries: [], // optional
search: "<SEARCH>" // optional
search: "<SEARCH>", // optional
total: false // optional
)

View file

@ -8,6 +8,7 @@ let teams = Teams(client)
let teamList = try await teams.list(
queries: [], // optional
search: "<SEARCH>" // optional
search: "<SEARCH>", // optional
total: false // optional
)

View file

@ -8,4 +8,5 @@ Account account = Account(client);
IdentityList result = await account.listIdentities(
queries: [], // optional
total: false, // optional
);

View file

@ -8,4 +8,5 @@ Account account = Account(client);
LogList result = await account.listLogs(
queries: [], // optional
total: false, // optional
);

View file

@ -11,4 +11,5 @@ DocumentList result = await databases.listDocuments(
collectionId: '<COLLECTION_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false, // optional
);

View file

@ -9,4 +9,5 @@ Functions functions = Functions(client);
ExecutionList result = await functions.listExecutions(
functionId: '<FUNCTION_ID>',
queries: [], // optional
total: false, // optional
);

View file

@ -10,4 +10,5 @@ FileList result = await storage.listFiles(
bucketId: '<BUCKET_ID>',
queries: [], // optional
search: '<SEARCH>', // optional
total: false, // optional
);

View file

@ -11,4 +11,5 @@ RowList result = await tablesDB.listRows(
tableId: '<TABLE_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false, // optional
);

View file

@ -10,4 +10,5 @@ MembershipList result = await teams.listMemberships(
teamId: '<TEAM_ID>',
queries: [], // optional
search: '<SEARCH>', // optional
total: false, // optional
);

View file

@ -9,4 +9,5 @@ Teams teams = Teams(client);
TeamList result = await teams.list(
queries: [], // optional
search: '<SEARCH>', // optional
total: false, // optional
);

View file

@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listIdentities({
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listLogs({
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -10,7 +10,8 @@ const result = await databases.listDocuments({
databaseId: '<DATABASE_ID>',
collectionId: '<COLLECTION_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>' // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.listExecutions({
functionId: '<FUNCTION_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const storage = new Storage(client);
const result = await storage.listFiles({
bucketId: '<BUCKET_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -10,7 +10,8 @@ const result = await tablesDB.listRows({
databaseId: '<DATABASE_ID>',
tableId: '<TABLE_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>' // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const teams = new Teams(client);
const result = await teams.listMemberships({
teamId: '<TEAM_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const teams = new Teams(client);
const result = await teams.list({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listIdentities({
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listLogs({
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -10,7 +10,8 @@ const result = await databases.listDocuments({
databaseId: '<DATABASE_ID>',
collectionId: '<COLLECTION_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>' // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.listExecutions({
functionId: '<FUNCTION_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const storage = new Storage(client);
const result = await storage.listFiles({
bucketId: '<BUCKET_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -10,7 +10,8 @@ const result = await tablesDB.listRows({
databaseId: '<DATABASE_ID>',
tableId: '<TABLE_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>' // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const teams = new Teams(client);
const result = await teams.listMemberships({
teamId: '<TEAM_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const teams = new Teams(client);
const result = await teams.list({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listIdentities({
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const account = new Account(client);
const result = await account.listLogs({
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const databases = new Databases(client);
const result = await databases.listAttributes({
databaseId: '<DATABASE_ID>',
collectionId: '<COLLECTION_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const databases = new Databases(client);
const result = await databases.listCollections({
databaseId: '<DATABASE_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -10,7 +10,8 @@ const result = await databases.listDocuments({
databaseId: '<DATABASE_ID>',
collectionId: '<COLLECTION_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>' // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const databases = new Databases(client);
const result = await databases.listIndexes({
databaseId: '<DATABASE_ID>',
collectionId: '<COLLECTION_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const databases = new Databases(client);
const result = await databases.list({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const functions = new Functions(client);
const result = await functions.listDeployments({
functionId: '<FUNCTION_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.listExecutions({
functionId: '<FUNCTION_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -10,7 +10,8 @@ const result = await functions.listTemplates({
runtimes: [], // optional
useCases: [], // optional
limit: 1, // optional
offset: 0 // optional
offset: 0, // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const functions = new Functions(client);
const result = await functions.list({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listMessageLogs({
messageId: '<MESSAGE_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listMessages({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listProviderLogs({
providerId: '<PROVIDER_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listProviders({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listSubscriberLogs({
subscriberId: '<SUBSCRIBER_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const messaging = new Messaging(client);
const result = await messaging.listSubscribers({
topicId: '<TOPIC_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listTargets({
messageId: '<MESSAGE_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listTopicLogs({
topicId: '<TOPIC_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const messaging = new Messaging(client);
const result = await messaging.listTopics({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const migrations = new Migrations(client);
const result = await migrations.list({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const projects = new Projects(client);
const result = await projects.listKeys({
projectId: '<PROJECT_ID>'
projectId: '<PROJECT_ID>',
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const projects = new Projects(client);
const result = await projects.listPlatforms({
projectId: '<PROJECT_ID>'
projectId: '<PROJECT_ID>',
total: false // optional
});
console.log(result);

View file

@ -7,7 +7,8 @@ const client = new Client()
const projects = new Projects(client);
const result = await projects.listWebhooks({
projectId: '<PROJECT_ID>'
projectId: '<PROJECT_ID>',
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const projects = new Projects(client);
const result = await projects.list({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const proxy = new Proxy(client);
const result = await proxy.listRules({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const sites = new Sites(client);
const result = await sites.listDeployments({
siteId: '<SITE_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const sites = new Sites(client);
const result = await sites.listLogs({
siteId: '<SITE_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const sites = new Sites(client);
const result = await sites.list({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -8,7 +8,8 @@ const storage = new Storage(client);
const result = await storage.listBuckets({
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const storage = new Storage(client);
const result = await storage.listFiles({
bucketId: '<BUCKET_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const tablesDB = new TablesDB(client);
const result = await tablesDB.listColumns({
databaseId: '<DATABASE_ID>',
tableId: '<TABLE_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const tablesDB = new TablesDB(client);
const result = await tablesDB.listIndexes({
databaseId: '<DATABASE_ID>',
tableId: '<TABLE_ID>',
queries: [] // optional
queries: [], // optional
total: false // optional
});
console.log(result);

View file

@ -10,7 +10,8 @@ const result = await tablesDB.listRows({
databaseId: '<DATABASE_ID>',
tableId: '<TABLE_ID>',
queries: [], // optional
transactionId: '<TRANSACTION_ID>' // optional
transactionId: '<TRANSACTION_ID>', // optional
total: false // optional
});
console.log(result);

View file

@ -9,7 +9,8 @@ const tablesDB = new TablesDB(client);
const result = await tablesDB.listTables({
databaseId: '<DATABASE_ID>',
queries: [], // optional
search: '<SEARCH>' // optional
search: '<SEARCH>', // optional
total: false // optional
});
console.log(result);

Some files were not shown because too many files have changed in this diff Show more