You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pre>List ideas for a given Creator and filter and sort options.
95
95
96
96
Args:
97
-
creator_platform: string, Identifies the platform from which this user is accessing Idea Hub.
98
-
Allowed values
99
-
UNKNOWN -
100
-
BLOGGER -
101
-
SITEKIT -
102
-
creator_platformId: string, Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
103
97
filter: string, Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.
104
98
orderBy: string, Order semantics described below.
105
99
pageSize: integer, The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.
<pre>List ideas for a given Creator and filter and sort options.
95
95
96
96
Args:
97
97
parent: string, If defined, specifies the creator for which to filter by. Format: publishers/{publisher}/properties/{property} (required)
98
-
creator_platform: string, Identifies the platform from which this user is accessing Idea Hub.
99
-
Allowed values
100
-
UNKNOWN -
101
-
BLOGGER -
102
-
SITEKIT -
103
-
creator_platformId: string, Identifies the platform account (blog/site/etc.) for which to fetch Ideas.
104
98
filter: string, Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.
105
99
orderBy: string, Order semantics described below.
106
100
pageSize: integer, The maximum number of ideas per page. If unspecified, at most 10 ideas will be returned. The maximum value is 2000; values above 2000 will be coerced to 2000.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/ideahub.v1alpha.json
+1-41Lines changed: 1 addition & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -105,26 +105,6 @@
105
105
"id": "ideahub.ideas.list",
106
106
"parameterOrder": [],
107
107
"parameters": {
108
-
"creator.platform": {
109
-
"description": "Identifies the platform from which this user is accessing Idea Hub.",
110
-
"enum": [
111
-
"UNKNOWN",
112
-
"BLOGGER",
113
-
"SITEKIT"
114
-
],
115
-
"enumDescriptions": [
116
-
"",
117
-
"",
118
-
""
119
-
],
120
-
"location": "query",
121
-
"type": "string"
122
-
},
123
-
"creator.platformId": {
124
-
"description": "Identifies the platform account (blog/site/etc.) for which to fetch Ideas.",
125
-
"location": "query",
126
-
"type": "string"
127
-
},
128
108
"filter": {
129
109
"description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.",
130
110
"location": "query",
@@ -238,26 +218,6 @@
238
218
"parent"
239
219
],
240
220
"parameters": {
241
-
"creator.platform": {
242
-
"description": "Identifies the platform from which this user is accessing Idea Hub.",
243
-
"enum": [
244
-
"UNKNOWN",
245
-
"BLOGGER",
246
-
"SITEKIT"
247
-
],
248
-
"enumDescriptions": [
249
-
"",
250
-
"",
251
-
""
252
-
],
253
-
"location": "query",
254
-
"type": "string"
255
-
},
256
-
"creator.platformId": {
257
-
"description": "Identifies the platform account (blog/site/etc.) for which to fetch Ideas.",
258
-
"location": "query",
259
-
"type": "string"
260
-
},
261
221
"filter": {
262
222
"description": "Allows filtering. Supported syntax: * Filter expressions are made up of one or more restrictions. * Restrictions are implicitly combined, as if the `AND` operator was always used. The `OR` operator is currently unsupported. * Supported functions: - `saved(bool)`: If set to true, fetches only saved ideas. If set to false, fetches all except saved ideas. Can't be simultaneously used with `dismissed(bool)`. - `dismissed(bool)`: If set to true, fetches only dismissed ideas. Can't be simultaneously used with `saved(bool)`. The `false` value is currently unsupported. Examples: * `saved(true)` * `saved(false)` * `dismissed(true)` The length of this field should be no more than 500 characters.",
0 commit comments