blob: c6944e4d38a3265f76ebc8580cbe2522cc4e2e9d [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.blogs.html">blogs</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080081 <code><a href="#get">get(blogId, maxPosts=None, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070082<p class="firstline">Gets a blog by id.</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#getByUrl">getByUrl(url, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Gets a blog by url.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -080087 <code><a href="#listByUser">listByUser(userId, role=None, status=None, view=None, fetchUserInfo=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070088<p class="firstline">Lists blogs by user.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -080096 <code class="details" id="get">get(blogId, maxPosts=None, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -070097 <pre>Gets a blog by id.
John Asmuth614db982014-04-24 15:46:26 -040098
99Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700100 blogId: string, A parameter (required)
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800101 maxPosts: integer, A parameter
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700102 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700103 Allowed values
104 VIEW_TYPE_UNSPECIFIED -
105 READER -
106 AUTHOR -
107 ADMIN -
Dan O'Mearadd494642020-05-01 07:42:23 -0700108 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400109 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 1 - v1 error format
111 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400112
113Returns:
114 An object of the form:
115
116 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800117 &quot;locale&quot;: { # The locale this Blog is set to.
118 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
119 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
120 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
John Asmuth614db982014-04-24 15:46:26 -0400121 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800122 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800123 &quot;pages&quot;: { # The container of pages in this blog.
124 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
125 &quot;totalItems&quot;: 42, # The count of pages in this blog.
126 },
127 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800128 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800129 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800130 &quot;posts&quot;: { # The container of posts in this blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800131 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800132 &quot;items&quot;: [ # The List of Posts for this Blog.
133 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800134 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
135 &quot;blog&quot;: { # Data about the blog containing this Post.
136 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
137 },
138 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800139 &quot;replies&quot;: { # The container of comments on this Post.
140 &quot;items&quot;: [ # The List of Comments for this Post.
141 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800142 &quot;blog&quot;: { # Data about the blog containing this comment.
143 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
144 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800145 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
146 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800147 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800148 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800149 &quot;image&quot;: { # The creator&#x27;s avatar.
150 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
151 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800152 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800153 },
154 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800155 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
156 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
157 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
158 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
159 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
160 },
161 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
162 &quot;post&quot;: { # Data about the post containing this comment.
163 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
164 },
165 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800166 },
167 ],
168 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
169 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
170 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800171 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
172 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
173 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
174 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
175 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800176 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800177 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
178 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
179 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800180 &quot;image&quot;: { # The creator&#x27;s avatar.
181 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
182 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800183 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800184 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800185 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
186 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
187 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800188 &quot;images&quot;: [ # Display image for the Post.
189 {
190 &quot;url&quot;: &quot;A String&quot;,
191 },
192 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800193 &quot;location&quot;: { # The location for geotagged posts.
194 &quot;name&quot;: &quot;A String&quot;, # Location name.
195 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
196 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
197 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800198 },
199 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
200 &quot;A String&quot;,
201 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800202 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
203 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800204 },
205 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800206 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800207 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800208 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
209 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800210 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800211 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800212 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800213 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
John Asmuth614db982014-04-24 15:46:26 -0400214 }</pre>
215</div>
216
217<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700218 <code class="details" id="getByUrl">getByUrl(url, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700219 <pre>Gets a blog by url.
John Asmuth614db982014-04-24 15:46:26 -0400220
221Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700222 url: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700223 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700224 Allowed values
225 VIEW_TYPE_UNSPECIFIED -
226 READER -
227 AUTHOR -
228 ADMIN -
Dan O'Mearadd494642020-05-01 07:42:23 -0700229 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400230 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700231 1 - v1 error format
232 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400233
234Returns:
235 An object of the form:
236
237 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800238 &quot;locale&quot;: { # The locale this Blog is set to.
239 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
240 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
241 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
John Asmuth614db982014-04-24 15:46:26 -0400242 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800243 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800244 &quot;pages&quot;: { # The container of pages in this blog.
245 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
246 &quot;totalItems&quot;: 42, # The count of pages in this blog.
247 },
248 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800249 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800250 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800251 &quot;posts&quot;: { # The container of posts in this blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800252 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800253 &quot;items&quot;: [ # The List of Posts for this Blog.
254 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800255 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
256 &quot;blog&quot;: { # Data about the blog containing this Post.
257 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
258 },
259 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800260 &quot;replies&quot;: { # The container of comments on this Post.
261 &quot;items&quot;: [ # The List of Comments for this Post.
262 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800263 &quot;blog&quot;: { # Data about the blog containing this comment.
264 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
265 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800266 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
267 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800268 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800269 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800270 &quot;image&quot;: { # The creator&#x27;s avatar.
271 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
272 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800273 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800274 },
275 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800276 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
277 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
278 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
279 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
280 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
281 },
282 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
283 &quot;post&quot;: { # Data about the post containing this comment.
284 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
285 },
286 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800287 },
288 ],
289 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
290 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
291 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800292 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
293 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
294 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
295 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
296 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800297 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800298 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
299 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
300 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800301 &quot;image&quot;: { # The creator&#x27;s avatar.
302 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
303 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800304 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800305 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800306 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
307 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
308 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800309 &quot;images&quot;: [ # Display image for the Post.
310 {
311 &quot;url&quot;: &quot;A String&quot;,
312 },
313 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800314 &quot;location&quot;: { # The location for geotagged posts.
315 &quot;name&quot;: &quot;A String&quot;, # Location name.
316 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
317 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
318 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800319 },
320 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
321 &quot;A String&quot;,
322 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800323 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
324 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800325 },
326 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800327 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800328 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800329 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
330 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800331 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800332 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800333 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800334 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
John Asmuth614db982014-04-24 15:46:26 -0400335 }</pre>
336</div>
337
338<div class="method">
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800339 <code class="details" id="listByUser">listByUser(userId, role=None, status=None, view=None, fetchUserInfo=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700340 <pre>Lists blogs by user.
John Asmuth614db982014-04-24 15:46:26 -0400341
342Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700343 userId: string, A parameter (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800344 role: string, A parameter (repeated)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700345 Allowed values
346 VIEW_TYPE_UNSPECIFIED -
347 READER -
348 AUTHOR -
349 ADMIN -
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800350 status: string, Default value of status is LIVE. (repeated)
351 Allowed values
352 LIVE -
353 DELETED -
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800354 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700355 Allowed values
356 VIEW_TYPE_UNSPECIFIED -
357 READER -
358 AUTHOR -
359 ADMIN -
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800360 fetchUserInfo: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700361 x__xgafv: string, V1 error format.
Craig Citro065b5302014-08-14 00:47:23 -0700362 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700363 1 - v1 error format
364 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400365
366Returns:
367 An object of the form:
368
369 {
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800370 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogList.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800371 &quot;blogUserInfos&quot;: [ # Admin level list of blog per-user information.
372 {
373 &quot;blog&quot;: { # The Blog resource.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800374 &quot;locale&quot;: { # The locale this Blog is set to.
375 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
376 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
377 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800378 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800379 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800380 &quot;pages&quot;: { # The container of pages in this blog.
381 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
382 &quot;totalItems&quot;: 42, # The count of pages in this blog.
383 },
384 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800385 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800386 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800387 &quot;posts&quot;: { # The container of posts in this blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800388 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800389 &quot;items&quot;: [ # The List of Posts for this Blog.
390 {
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800391 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
392 &quot;blog&quot;: { # Data about the blog containing this Post.
393 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
394 },
395 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800396 &quot;replies&quot;: { # The container of comments on this Post.
397 &quot;items&quot;: [ # The List of Comments for this Post.
398 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800399 &quot;blog&quot;: { # Data about the blog containing this comment.
400 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
401 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800402 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
403 &quot;author&quot;: { # The author of this Comment.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800404 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800405 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800406 &quot;image&quot;: { # The creator&#x27;s avatar.
407 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
408 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800409 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800410 },
411 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800412 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
413 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
414 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
415 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
416 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
417 },
418 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
419 &quot;post&quot;: { # Data about the post containing this comment.
420 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
421 },
422 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800423 },
424 ],
425 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
426 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
427 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800428 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
429 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
430 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
431 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
432 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800433 &quot;author&quot;: { # The author of this Post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800434 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
435 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
436 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800437 &quot;image&quot;: { # The creator&#x27;s avatar.
438 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
439 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800440 },
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800441 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800442 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
443 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
444 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800445 &quot;images&quot;: [ # Display image for the Post.
446 {
447 &quot;url&quot;: &quot;A String&quot;,
448 },
449 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800450 &quot;location&quot;: { # The location for geotagged posts.
451 &quot;name&quot;: &quot;A String&quot;, # Location name.
452 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
453 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
454 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800455 },
456 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
457 &quot;A String&quot;,
458 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800459 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
460 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800461 },
462 ],
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800463 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
464 },
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800465 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
466 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800467 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800468 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800469 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800470 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800471 },
472 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogUserInfo.
473 &quot;blog_user_info&quot;: { # Information about a User for the Blog.
474 &quot;hasAdminAccess&quot;: True or False, # True if the user has Admin level access to the blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800475 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogPerUserInfo.
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800476 &quot;role&quot;: &quot;A String&quot;, # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
477 &quot;blogId&quot;: &quot;A String&quot;, # ID of the Blog resource.
478 &quot;photosAlbumKey&quot;: &quot;A String&quot;, # The Photo Album Key for the user when adding photos to the blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800479 &quot;userId&quot;: &quot;A String&quot;, # ID of the User.
480 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800481 },
482 ],
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800483 &quot;items&quot;: [ # The list of Blogs this user has Authorship or Admin rights over.
484 {
485 &quot;locale&quot;: { # The locale this Blog is set to.
486 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
487 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
488 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
489 },
490 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
491 &quot;pages&quot;: { # The container of pages in this blog.
492 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
493 &quot;totalItems&quot;: 42, # The count of pages in this blog.
494 },
495 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
496 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
497 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
498 &quot;posts&quot;: { # The container of posts in this blog.
499 &quot;totalItems&quot;: 42, # The count of posts in this blog.
500 &quot;items&quot;: [ # The List of Posts for this Blog.
501 {
502 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
503 &quot;blog&quot;: { # Data about the blog containing this Post.
504 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
505 },
506 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
507 &quot;replies&quot;: { # The container of comments on this Post.
508 &quot;items&quot;: [ # The List of Comments for this Post.
509 {
510 &quot;blog&quot;: { # Data about the blog containing this comment.
511 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
512 },
513 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
514 &quot;author&quot;: { # The author of this Comment.
515 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
516 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
517 &quot;image&quot;: { # The creator&#x27;s avatar.
518 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
519 },
520 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
521 },
522 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
523 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
524 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
525 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
526 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
527 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
528 },
529 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
530 &quot;post&quot;: { # Data about the post containing this comment.
531 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
532 },
533 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
534 },
535 ],
536 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
537 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
538 },
539 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
540 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
541 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
542 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
543 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
544 &quot;author&quot;: { # The author of this Post.
545 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
546 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
547 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
548 &quot;image&quot;: { # The creator&#x27;s avatar.
549 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
550 },
551 },
552 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
553 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
554 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
555 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
556 &quot;images&quot;: [ # Display image for the Post.
557 {
558 &quot;url&quot;: &quot;A String&quot;,
559 },
560 ],
561 &quot;location&quot;: { # The location for geotagged posts.
562 &quot;name&quot;: &quot;A String&quot;, # Location name.
563 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
564 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
565 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
566 },
567 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
568 &quot;A String&quot;,
569 ],
570 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
571 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
572 },
573 ],
574 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
575 },
576 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
577 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
578 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
579 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
580 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
581 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
582 },
583 ],
John Asmuth614db982014-04-24 15:46:26 -0400584 }</pre>
585</div>
586
587</body></html>