blob: 26ce26fecb9db18474af40fb7cc39052a841304e [file] [log] [blame]
Sai Cheemalapatidf613972016-10-21 13:59:49 -07001<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_v2.html">Blogger API v3</a> . <a href="blogger_v2.blogs.html">blogs</a></h1>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070076<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">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#get">get(blogId, x__xgafv=None)</a></code></p>
82<p class="firstline">Gets a blog by id.</p>
83<p class="toc_element">
84 <code><a href="#list">list(userId, x__xgafv=None)</a></code></p>
85<p class="firstline">Lists blogs by user id, possibly filtered.</p>
Sai Cheemalapatidf613972016-10-21 13:59:49 -070086<h3>Method Details</h3>
87<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070088 <code class="details" id="close">close()</code>
89 <pre>Close httplib2 connections.</pre>
90</div>
91
92<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -070093 <code class="details" id="get">get(blogId, x__xgafv=None)</code>
94 <pre>Gets a blog by id.
Sai Cheemalapatidf613972016-10-21 13:59:49 -070095
96Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070097 blogId: string, A parameter (required)
98 x__xgafv: string, V1 error format.
99 Allowed values
100 1 - v1 error format
101 2 - v2 error format
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700102
103Returns:
104 An object of the form:
105
106 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700107 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
108 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
109 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
110 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
111 &quot;pages&quot;: { # The container of pages in this blog.
112 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
113 &quot;totalItems&quot;: 42, # The count of pages in this blog.
114 },
115 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
116 &quot;locale&quot;: { # The locale this Blog is set to.
117 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale 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 },
121 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
122 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
123 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
124 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
125 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Bu Sun Kim65020912020-05-20 12:08:20 -0700126 &quot;posts&quot;: { # The container of posts in this blog.
127 &quot;items&quot;: [ # The List of Posts for this Blog.
Dan O'Mearadd494642020-05-01 07:42:23 -0700128 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700129 &quot;author&quot;: { # The author of this Post.
130 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700131 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700132 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
133 &quot;image&quot;: { # The creator&#x27;s avatar.
134 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
135 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700136 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700137 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kim65020912020-05-20 12:08:20 -0700138 &quot;images&quot;: [ # Display image for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700139 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700140 &quot;url&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700141 },
142 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700143 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
144 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
145 &quot;A String&quot;,
146 ],
147 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
148 &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 -0700149 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700150 &quot;blog&quot;: { # Data about the blog containing this Post.
151 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
152 },
153 &quot;location&quot;: { # The location for geotagged posts.
154 &quot;name&quot;: &quot;A String&quot;, # Location name.
155 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
156 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
157 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
158 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700159 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700160 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
161 &quot;replies&quot;: { # The container of comments on this Post.
162 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
163 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
164 &quot;items&quot;: [ # The List of Comments for this Post.
165 {
166 &quot;author&quot;: { # The author of this Comment.
167 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
168 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
169 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
170 &quot;image&quot;: { # The creator&#x27;s avatar.
171 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
172 },
173 },
174 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
175 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
176 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
177 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
178 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
179 &quot;blog&quot;: { # Data about the blog containing this comment.
180 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
181 },
182 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
183 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
184 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
185 },
186 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
187 &quot;post&quot;: { # Data about the post containing this comment.
188 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
189 },
190 },
191 ],
192 },
193 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
194 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700195 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700196 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
197 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
198 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700199 },
200 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700201 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700202 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700203 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700204 }</pre>
205</div>
206
207<div class="method">
208 <code class="details" id="list">list(userId, x__xgafv=None)</code>
209 <pre>Lists blogs by user id, possibly filtered.
210
211Args:
212 userId: string, A parameter (required)
213 x__xgafv: string, V1 error format.
214 Allowed values
215 1 - v1 error format
216 2 - v2 error format
217
218Returns:
219 An object of the form:
220
221 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700222 &quot;blogUserInfos&quot;: [ # Admin level list of blog per-user information.
Dan O'Mearadd494642020-05-01 07:42:23 -0700223 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700224 &quot;blog_user_info&quot;: { # Information about a User for the Blog.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700225 &quot;role&quot;: &quot;A String&quot;, # Access permissions that the user has for the blog (ADMIN, AUTHOR, or READER).
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700226 &quot;hasAdminAccess&quot;: True or False, # True if the user has Admin level access to the blog.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700227 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogPerUserInfo.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700228 &quot;userId&quot;: &quot;A String&quot;, # ID of the User.
229 &quot;blogId&quot;: &quot;A String&quot;, # ID of the Blog resource.
230 &quot;photosAlbumKey&quot;: &quot;A String&quot;, # The Photo Album Key for the user when adding photos to the blog.
Bu Sun Kim65020912020-05-20 12:08:20 -0700231 },
232 &quot;blog&quot;: { # The Blog resource.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700233 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
234 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
235 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
236 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
237 &quot;pages&quot;: { # The container of pages in this blog.
238 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
239 &quot;totalItems&quot;: 42, # The count of pages in this blog.
240 },
241 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
242 &quot;locale&quot;: { # The locale this Blog is set to.
243 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
244 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
245 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
246 },
247 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
248 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
249 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
250 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
251 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Bu Sun Kim65020912020-05-20 12:08:20 -0700252 &quot;posts&quot;: { # The container of posts in this blog.
253 &quot;items&quot;: [ # The List of Posts for this Blog.
Dan O'Mearadd494642020-05-01 07:42:23 -0700254 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700255 &quot;author&quot;: { # The author of this Post.
256 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700257 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700258 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
259 &quot;image&quot;: { # The creator&#x27;s avatar.
260 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
261 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700262 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700263 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kim65020912020-05-20 12:08:20 -0700264 &quot;images&quot;: [ # Display image for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700265 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700266 &quot;url&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700267 },
268 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700269 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
270 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
271 &quot;A String&quot;,
272 ],
273 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
274 &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 -0700275 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700276 &quot;blog&quot;: { # Data about the blog containing this Post.
277 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
278 },
279 &quot;location&quot;: { # The location for geotagged posts.
280 &quot;name&quot;: &quot;A String&quot;, # Location name.
281 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
282 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
283 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
284 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700285 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700286 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
287 &quot;replies&quot;: { # The container of comments on this Post.
288 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
289 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
290 &quot;items&quot;: [ # The List of Comments for this Post.
291 {
292 &quot;author&quot;: { # The author of this Comment.
293 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
294 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
295 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
296 &quot;image&quot;: { # The creator&#x27;s avatar.
297 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
298 },
299 },
300 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
301 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
302 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
303 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
304 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
305 &quot;blog&quot;: { # Data about the blog containing this comment.
306 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
307 },
308 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
309 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
310 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
311 },
312 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
313 &quot;post&quot;: { # Data about the post containing this comment.
314 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
315 },
316 },
317 ],
318 },
319 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
320 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700321 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700322 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
323 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
324 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700325 },
326 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700327 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700328 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
Dan O'Mearadd494642020-05-01 07:42:23 -0700329 },
Dan O'Mearadd494642020-05-01 07:42:23 -0700330 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700331 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogUserInfo.
Dan O'Mearadd494642020-05-01 07:42:23 -0700332 },
333 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700334 &quot;items&quot;: [ # The list of Blogs this user has Authorship or Admin rights over.
335 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700336 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
337 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
338 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
339 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
340 &quot;pages&quot;: { # The container of pages in this blog.
341 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
342 &quot;totalItems&quot;: 42, # The count of pages in this blog.
343 },
344 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
345 &quot;locale&quot;: { # The locale this Blog is set to.
346 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
347 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
348 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
349 },
350 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
351 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
352 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
353 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
354 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700355 &quot;posts&quot;: { # The container of posts in this blog.
356 &quot;items&quot;: [ # The List of Posts for this Blog.
357 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700358 &quot;author&quot;: { # The author of this Post.
359 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700360 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700361 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
362 &quot;image&quot;: { # The creator&#x27;s avatar.
363 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
364 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700365 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700366 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700367 &quot;images&quot;: [ # Display image for the Post.
368 {
369 &quot;url&quot;: &quot;A String&quot;,
370 },
371 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700372 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
373 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
374 &quot;A String&quot;,
375 ],
376 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
377 &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 -0700378 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700379 &quot;blog&quot;: { # Data about the blog containing this Post.
380 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
381 },
382 &quot;location&quot;: { # The location for geotagged posts.
383 &quot;name&quot;: &quot;A String&quot;, # Location name.
384 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
385 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
386 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
387 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700388 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700389 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
390 &quot;replies&quot;: { # The container of comments on this Post.
391 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
392 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
393 &quot;items&quot;: [ # The List of Comments for this Post.
394 {
395 &quot;author&quot;: { # The author of this Comment.
396 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
397 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
398 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
399 &quot;image&quot;: { # The creator&#x27;s avatar.
400 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
401 },
402 },
403 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
404 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
405 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
406 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
407 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
408 &quot;blog&quot;: { # Data about the blog containing this comment.
409 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
410 },
411 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
412 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
413 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
414 },
415 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
416 &quot;post&quot;: { # Data about the post containing this comment.
417 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
418 },
419 },
420 ],
421 },
422 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
423 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700424 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700425 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
426 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
427 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700428 },
429 ],
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700430 &quot;totalItems&quot;: 42, # The count of posts in this blog.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700431 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700432 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700433 },
434 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700435 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogList.
Sai Cheemalapatidf613972016-10-21 13:59:49 -0700436 }</pre>
437</div>
438
439</body></html>