blob: 45d07dcbf3ddbb4d8c9427f97100fd6ba2190af5 [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 Botb6971b02020-11-26 17:16:03 -080087 <code><a href="#listByUser">listByUser(userId, fetchUserInfo=None, view=None, status=None, role=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 Botb6971b02020-11-26 17:16:03 -0800117 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
118 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800119 &quot;pages&quot;: { # The container of pages in this blog.
120 &quot;totalItems&quot;: 42, # The count of pages in this blog.
121 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400122 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700123 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800124 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800125 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
126 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800127 &quot;posts&quot;: { # The container of posts in this blog.
128 &quot;items&quot;: [ # The List of Posts for this Blog.
129 {
130 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
131 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
132 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
133 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
134 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
135 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
136 &quot;replies&quot;: { # The container of comments on this Post.
137 &quot;items&quot;: [ # The List of Comments for this Post.
138 {
139 &quot;post&quot;: { # Data about the post containing this comment.
140 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
141 },
142 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
143 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
144 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
145 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
146 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
147 &quot;blog&quot;: { # Data about the blog containing this comment.
148 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
149 },
150 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
151 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
152 },
153 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
154 &quot;author&quot;: { # The author of this Comment.
155 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
156 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
157 &quot;image&quot;: { # The creator&#x27;s avatar.
158 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
159 },
160 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
161 },
162 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
163 },
164 ],
165 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
166 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
167 },
168 &quot;author&quot;: { # The author of this Post.
169 &quot;image&quot;: { # The creator&#x27;s avatar.
170 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
171 },
172 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
173 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
174 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
175 },
176 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
177 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
178 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
179 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
180 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
181 &quot;images&quot;: [ # Display image for the Post.
182 {
183 &quot;url&quot;: &quot;A String&quot;,
184 },
185 ],
186 &quot;blog&quot;: { # Data about the blog containing this Post.
187 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
188 },
189 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
190 &quot;A String&quot;,
191 ],
192 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
193 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
194 &quot;location&quot;: { # The location for geotagged posts.
195 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
196 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
197 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
198 &quot;name&quot;: &quot;A String&quot;, # Location name.
199 },
200 },
201 ],
202 &quot;totalItems&quot;: 42, # The count of posts in this blog.
203 &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 -0800204 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800205 &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 -0800206 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
207 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
208 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
209 &quot;locale&quot;: { # The locale this Blog is set to.
210 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
211 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
212 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
213 },
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 Botb6971b02020-11-26 17:16:03 -0800238 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
239 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800240 &quot;pages&quot;: { # The container of pages in this blog.
241 &quot;totalItems&quot;: 42, # The count of pages in this blog.
242 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400243 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700244 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800245 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800246 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
247 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800248 &quot;posts&quot;: { # The container of posts in this blog.
249 &quot;items&quot;: [ # The List of Posts for this Blog.
250 {
251 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
252 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
253 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
254 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
255 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
256 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
257 &quot;replies&quot;: { # The container of comments on this Post.
258 &quot;items&quot;: [ # The List of Comments for this Post.
259 {
260 &quot;post&quot;: { # Data about the post containing this comment.
261 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
262 },
263 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
264 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
265 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
266 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
267 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
268 &quot;blog&quot;: { # Data about the blog containing this comment.
269 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
270 },
271 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
272 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
273 },
274 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
275 &quot;author&quot;: { # The author of this Comment.
276 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
277 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
278 &quot;image&quot;: { # The creator&#x27;s avatar.
279 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
280 },
281 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
282 },
283 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
284 },
285 ],
286 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
287 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
288 },
289 &quot;author&quot;: { # The author of this Post.
290 &quot;image&quot;: { # The creator&#x27;s avatar.
291 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
292 },
293 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
294 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
295 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
296 },
297 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
298 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
299 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
300 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
301 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
302 &quot;images&quot;: [ # Display image for the Post.
303 {
304 &quot;url&quot;: &quot;A String&quot;,
305 },
306 ],
307 &quot;blog&quot;: { # Data about the blog containing this Post.
308 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
309 },
310 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
311 &quot;A String&quot;,
312 ],
313 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
314 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
315 &quot;location&quot;: { # The location for geotagged posts.
316 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
317 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
318 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
319 &quot;name&quot;: &quot;A String&quot;, # Location name.
320 },
321 },
322 ],
323 &quot;totalItems&quot;: 42, # The count of posts in this blog.
324 &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 -0800325 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800326 &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 -0800327 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
328 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
329 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
330 &quot;locale&quot;: { # The locale this Blog is set to.
331 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
332 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
333 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
334 },
John Asmuth614db982014-04-24 15:46:26 -0400335 }</pre>
336</div>
337
338<div class="method">
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800339 <code class="details" id="listByUser">listByUser(userId, fetchUserInfo=None, view=None, status=None, role=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 Bot0d561ef2020-11-25 07:50:41 -0800344 fetchUserInfo: boolean, A parameter
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700345 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700346 Allowed values
347 VIEW_TYPE_UNSPECIFIED -
348 READER -
349 AUTHOR -
350 ADMIN -
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800351 status: string, Default value of status is LIVE. (repeated)
352 Allowed values
353 LIVE -
354 DELETED -
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700355 role: string, A parameter (repeated)
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700356 Allowed values
357 VIEW_TYPE_UNSPECIFIED -
358 READER -
359 AUTHOR -
360 ADMIN -
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 Botc2228be2020-11-24 15:48:03 -0800371 &quot;items&quot;: [ # The list of Blogs this user has Authorship or Admin rights over.
372 {
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800373 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
374 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800375 &quot;pages&quot;: { # The container of pages in this blog.
376 &quot;totalItems&quot;: 42, # The count of pages in this blog.
377 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800378 },
379 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800380 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800381 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
382 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800383 &quot;posts&quot;: { # The container of posts in this blog.
384 &quot;items&quot;: [ # The List of Posts for this Blog.
385 {
386 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
387 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
388 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
389 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
390 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
391 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
392 &quot;replies&quot;: { # The container of comments on this Post.
393 &quot;items&quot;: [ # The List of Comments for this Post.
394 {
395 &quot;post&quot;: { # Data about the post containing this comment.
396 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
397 },
398 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
399 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
400 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
401 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
402 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
403 &quot;blog&quot;: { # Data about the blog containing this comment.
404 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
405 },
406 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
407 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
408 },
409 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
410 &quot;author&quot;: { # The author of this Comment.
411 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
412 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
413 &quot;image&quot;: { # The creator&#x27;s avatar.
414 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
415 },
416 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
417 },
418 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
419 },
420 ],
421 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
422 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
423 },
424 &quot;author&quot;: { # The author of this Post.
425 &quot;image&quot;: { # The creator&#x27;s avatar.
426 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
427 },
428 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
429 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
430 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
431 },
432 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
433 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
434 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
435 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
436 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
437 &quot;images&quot;: [ # Display image for the Post.
438 {
439 &quot;url&quot;: &quot;A String&quot;,
440 },
441 ],
442 &quot;blog&quot;: { # Data about the blog containing this Post.
443 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
444 },
445 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
446 &quot;A String&quot;,
447 ],
448 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
449 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
450 &quot;location&quot;: { # The location for geotagged posts.
451 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
452 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
453 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
454 &quot;name&quot;: &quot;A String&quot;, # Location name.
455 },
456 },
457 ],
458 &quot;totalItems&quot;: 42, # The count of posts in this blog.
459 &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 -0800460 },
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800461 &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 -0800462 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
463 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
464 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
465 &quot;locale&quot;: { # The locale this Blog is set to.
466 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
467 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
468 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
469 },
470 },
471 ],
472 &quot;blogUserInfos&quot;: [ # Admin level list of blog per-user information.
473 {
474 &quot;blog&quot;: { # The Blog resource.
475 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
476 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
477 &quot;pages&quot;: { # The container of pages in this blog.
478 &quot;totalItems&quot;: 42, # The count of pages in this blog.
479 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
480 },
481 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
482 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
483 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
484 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
485 &quot;posts&quot;: { # The container of posts in this blog.
486 &quot;items&quot;: [ # The List of Posts for this Blog.
487 {
488 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
489 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
490 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
491 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
492 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
493 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
494 &quot;replies&quot;: { # The container of comments on this Post.
495 &quot;items&quot;: [ # The List of Comments for this Post.
496 {
497 &quot;post&quot;: { # Data about the post containing this comment.
498 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
499 },
500 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
501 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
502 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
503 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
504 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
505 &quot;blog&quot;: { # Data about the blog containing this comment.
506 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
507 },
508 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
509 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
510 },
511 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
512 &quot;author&quot;: { # The author of this Comment.
513 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
514 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
515 &quot;image&quot;: { # The creator&#x27;s avatar.
516 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
517 },
518 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
519 },
520 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
521 },
522 ],
523 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
524 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
525 },
526 &quot;author&quot;: { # The author of this Post.
527 &quot;image&quot;: { # The creator&#x27;s avatar.
528 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
529 },
530 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
531 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
532 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
533 },
534 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
535 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
536 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
537 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
538 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
539 &quot;images&quot;: [ # Display image for the Post.
540 {
541 &quot;url&quot;: &quot;A String&quot;,
542 },
543 ],
544 &quot;blog&quot;: { # Data about the blog containing this Post.
545 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
546 },
547 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
548 &quot;A String&quot;,
549 ],
550 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
551 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
552 &quot;location&quot;: { # The location for geotagged posts.
553 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
554 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
555 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
556 &quot;name&quot;: &quot;A String&quot;, # Location name.
557 },
558 },
559 ],
560 &quot;totalItems&quot;: 42, # The count of posts in this blog.
561 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
562 },
563 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
564 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
565 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
566 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
567 &quot;locale&quot;: { # The locale this Blog is set to.
568 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
569 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
570 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
571 },
572 },
573 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogUserInfo.
574 &quot;blog_user_info&quot;: { # Information about a User for the Blog.
575 &quot;hasAdminAccess&quot;: True or False, # True if the user has Admin level access to the blog.
576 &quot;blogId&quot;: &quot;A String&quot;, # ID of the Blog resource.
577 &quot;role&quot;: &quot;A String&quot;, # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
578 &quot;photosAlbumKey&quot;: &quot;A String&quot;, # The Photo Album Key for the user when adding photos to the blog.
579 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogPerUserInfo.
580 &quot;userId&quot;: &quot;A String&quot;, # ID of the User.
581 },
Yoshi Automation Botc2228be2020-11-24 15:48:03 -0800582 },
583 ],
John Asmuth614db982014-04-24 15:46:26 -0400584 }</pre>
585</div>
586
587</body></html>