blob: e60a49c6d532e28e7f3700b700bdf952e4ad90a6 [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">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070081 <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 Botc2228be2020-11-24 15:48:03 -080087 <code><a href="#listByUser">listByUser(userId, status=None, view=None, role=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">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070096 <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)
Bu Sun Kim65020912020-05-20 12:08:20 -0700101 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 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700117 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800118 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
119 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
120 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
121 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
122 &quot;pages&quot;: { # The container of pages in this blog.
123 &quot;totalItems&quot;: 42, # The count of pages in this blog.
124 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
125 },
126 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700127 &quot;locale&quot;: { # The locale this Blog is set to.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700128 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
129 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800130 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700131 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800132 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
133 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 &quot;posts&quot;: { # The container of posts in this blog.
Bu Sun Kim65020912020-05-20 12:08:20 -0700135 &quot;items&quot;: [ # The List of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400136 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800137 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
138 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
139 &quot;A String&quot;,
140 ],
141 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
142 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700143 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700144 &quot;items&quot;: [ # The List of Comments for this Post.
145 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800146 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
147 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700148 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700149 &quot;blog&quot;: { # Data about the blog containing this comment.
150 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
151 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700152 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700153 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800154 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700155 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
156 &quot;image&quot;: { # The creator&#x27;s avatar.
157 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
158 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800159 },
160 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
161 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
162 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
163 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
164 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
165 },
166 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
167 &quot;post&quot;: { # Data about the post containing this comment.
168 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700169 },
170 },
171 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700172 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700173 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
174 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700175 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800176 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
177 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
178 &quot;location&quot;: { # The location for geotagged posts.
179 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
180 &quot;name&quot;: &quot;A String&quot;, # Location name.
181 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
182 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700183 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800184 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700185 &quot;images&quot;: [ # Display image for the Post.
186 {
187 &quot;url&quot;: &quot;A String&quot;,
188 },
189 ],
190 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800191 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
192 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
193 &quot;blog&quot;: { # Data about the blog containing this Post.
194 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
195 },
196 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
197 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
198 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
199 &quot;author&quot;: { # The author of this Post.
200 &quot;image&quot;: { # The creator&#x27;s avatar.
201 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
202 },
203 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
204 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
205 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
206 },
John Asmuth614db982014-04-24 15:46:26 -0400207 },
208 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700209 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700210 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400211 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700212 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700213 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
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 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700238 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800239 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
240 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
241 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
242 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
243 &quot;pages&quot;: { # The container of pages in this blog.
244 &quot;totalItems&quot;: 42, # The count of pages in this blog.
245 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
246 },
247 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700248 &quot;locale&quot;: { # The locale this Blog is set to.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700249 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
250 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800251 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700252 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800253 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
254 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700255 &quot;posts&quot;: { # The container of posts in this blog.
Bu Sun Kim65020912020-05-20 12:08:20 -0700256 &quot;items&quot;: [ # The List of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400257 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800258 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
259 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
260 &quot;A String&quot;,
261 ],
262 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
263 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700264 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700265 &quot;items&quot;: [ # The List of Comments for this Post.
266 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800267 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
268 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700269 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700270 &quot;blog&quot;: { # Data about the blog containing this comment.
271 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
272 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700273 &quot;author&quot;: { # The author of this Comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700274 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800275 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700276 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
277 &quot;image&quot;: { # The creator&#x27;s avatar.
278 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
279 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800280 },
281 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
282 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
283 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
284 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
285 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
286 },
287 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
288 &quot;post&quot;: { # Data about the post containing this comment.
289 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700290 },
291 },
292 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700293 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700294 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
295 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700296 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800297 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
298 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
299 &quot;location&quot;: { # The location for geotagged posts.
300 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
301 &quot;name&quot;: &quot;A String&quot;, # Location name.
302 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
303 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700304 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800305 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700306 &quot;images&quot;: [ # Display image for the Post.
307 {
308 &quot;url&quot;: &quot;A String&quot;,
309 },
310 ],
311 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800312 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
313 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
314 &quot;blog&quot;: { # Data about the blog containing this Post.
315 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
316 },
317 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
318 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
319 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
320 &quot;author&quot;: { # The author of this Post.
321 &quot;image&quot;: { # The creator&#x27;s avatar.
322 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
323 },
324 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
325 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
326 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
327 },
John Asmuth614db982014-04-24 15:46:26 -0400328 },
329 ],
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700330 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700331 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400332 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700333 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700334 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
John Asmuth614db982014-04-24 15:46:26 -0400335 }</pre>
336</div>
337
338<div class="method">
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800339 <code class="details" id="listByUser">listByUser(userId, status=None, view=None, role=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)
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700344 status: string, Default value of status is LIVE. (repeated)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700345 Allowed values
346 LIVE -
347 DELETED -
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700348 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700349 Allowed values
350 VIEW_TYPE_UNSPECIFIED -
351 READER -
352 AUTHOR -
353 ADMIN -
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700354 role: string, A parameter (repeated)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700355 Allowed values
356 VIEW_TYPE_UNSPECIFIED -
357 READER -
358 AUTHOR -
359 ADMIN -
Yoshi Automation Botc2228be2020-11-24 15:48: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 {
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700370 &quot;blogUserInfos&quot;: [ # Admin level list of blog per-user information.
371 {
372 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogUserInfo.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800373 &quot;blog_user_info&quot;: { # Information about a User for the Blog.
374 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogPerUserInfo.
375 &quot;hasAdminAccess&quot;: True or False, # True if the user has Admin level access to the blog.
376 &quot;userId&quot;: &quot;A String&quot;, # ID of the User.
377 &quot;blogId&quot;: &quot;A String&quot;, # ID of the Blog resource.
378 &quot;role&quot;: &quot;A String&quot;, # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
379 &quot;photosAlbumKey&quot;: &quot;A String&quot;, # The Photo Album Key for the user when adding photos to the blog.
380 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700381 &quot;blog&quot;: { # The Blog resource.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700382 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800383 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
384 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
385 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
386 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
387 &quot;pages&quot;: { # The container of pages in this blog.
388 &quot;totalItems&quot;: 42, # The count of pages in this blog.
389 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
390 },
391 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700392 &quot;locale&quot;: { # The locale this Blog is set to.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700393 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
394 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800395 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700396 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800397 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
398 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700399 &quot;posts&quot;: { # The container of posts in this blog.
400 &quot;items&quot;: [ # The List of Posts for this Blog.
401 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800402 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
403 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
404 &quot;A String&quot;,
405 ],
406 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
407 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700408 &quot;replies&quot;: { # The container of comments on this Post.
409 &quot;items&quot;: [ # The List of Comments for this Post.
410 {
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800411 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
412 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700413 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700414 &quot;blog&quot;: { # Data about the blog containing this comment.
415 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
416 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700417 &quot;author&quot;: { # The author of this Comment.
418 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800419 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700420 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
421 &quot;image&quot;: { # The creator&#x27;s avatar.
422 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
423 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800424 },
425 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
426 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
427 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
428 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
429 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
430 },
431 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
432 &quot;post&quot;: { # Data about the post containing this comment.
433 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700434 },
435 },
436 ],
437 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
438 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
439 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700440 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800441 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
442 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
443 &quot;location&quot;: { # The location for geotagged posts.
444 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
445 &quot;name&quot;: &quot;A String&quot;, # Location name.
446 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
447 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700448 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800449 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700450 &quot;images&quot;: [ # Display image for the Post.
451 {
452 &quot;url&quot;: &quot;A String&quot;,
453 },
454 ],
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700455 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800456 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
457 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
458 &quot;blog&quot;: { # Data about the blog containing this Post.
459 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
460 },
461 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
462 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
463 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
464 &quot;author&quot;: { # The author of this Post.
465 &quot;image&quot;: { # The creator&#x27;s avatar.
466 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
467 },
468 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
469 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
470 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
471 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700472 },
473 ],
474 &quot;totalItems&quot;: 42, # The count of posts in this blog.
475 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
476 },
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700477 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
478 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700479 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700480 },
481 ],
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800482 &quot;items&quot;: [ # The list of Blogs this user has Authorship or Admin rights over.
483 {
484 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
485 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
486 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
487 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
488 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
489 &quot;pages&quot;: { # The container of pages in this blog.
490 &quot;totalItems&quot;: 42, # The count of pages in this blog.
491 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
492 },
493 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
494 &quot;locale&quot;: { # The locale this Blog is set to.
495 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
496 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
497 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
498 },
499 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
500 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
501 &quot;posts&quot;: { # The container of posts in this blog.
502 &quot;items&quot;: [ # The List of Posts for this Blog.
503 {
504 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
505 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
506 &quot;A String&quot;,
507 ],
508 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
509 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
510 &quot;replies&quot;: { # The container of comments on this Post.
511 &quot;items&quot;: [ # The List of Comments for this Post.
512 {
513 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
514 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
515 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
516 &quot;blog&quot;: { # Data about the blog containing this comment.
517 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
518 },
519 &quot;author&quot;: { # The author of this Comment.
520 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
521 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
522 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
523 &quot;image&quot;: { # The creator&#x27;s avatar.
524 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
525 },
526 },
527 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
528 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
529 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
530 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
531 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
532 },
533 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
534 &quot;post&quot;: { # Data about the post containing this comment.
535 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
536 },
537 },
538 ],
539 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
540 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
541 },
542 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
543 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
544 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
545 &quot;location&quot;: { # The location for geotagged posts.
546 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
547 &quot;name&quot;: &quot;A String&quot;, # Location name.
548 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
549 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
550 },
551 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
552 &quot;images&quot;: [ # Display image for the Post.
553 {
554 &quot;url&quot;: &quot;A String&quot;,
555 },
556 ],
557 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
558 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
559 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
560 &quot;blog&quot;: { # Data about the blog containing this Post.
561 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
562 },
563 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
564 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
565 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
566 &quot;author&quot;: { # The author of this Post.
567 &quot;image&quot;: { # The creator&#x27;s avatar.
568 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
569 },
570 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
571 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
572 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
573 },
574 },
575 ],
576 &quot;totalItems&quot;: 42, # The count of posts in this blog.
577 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
578 },
579 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
580 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
581 },
582 ],
583 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogList.
John Asmuth614db982014-04-24 15:46:26 -0400584 }</pre>
585</div>
586
587</body></html>