blob: b0dd8a35edcca843e1c55cd7a7ad216a1f31d58c [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.posts.html">posts</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">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#delete">delete(blogId, postId, x__xgafv=None)</a></code></p>
82<p class="firstline">Deletes a post by blog id and post id.</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070084 <code><a href="#get">get(blogId, postId, fetchImages=None, fetchBody=None, view=None, maxComments=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Gets a post by blog id and post id</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070087 <code><a href="#getByPath">getByPath(blogId, path, view=None, maxComments=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070088<p class="firstline">Gets a post by path.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070090 <code><a href="#insert">insert(blogId, body=None, isDraft=None, fetchBody=None, fetchImages=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070091<p class="firstline">Inserts a post.</p>
John Asmuth614db982014-04-24 15:46:26 -040092<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070093 <code><a href="#list">list(blogId, fetchBodies=None, endDate=None, pageToken=None, labels=None, orderBy=None, maxResults=None, fetchImages=None, status=None, view=None, startDate=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070094<p class="firstline">Lists posts.</p>
John Asmuth614db982014-04-24 15:46:26 -040095<p class="toc_element">
96 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
97<p class="firstline">Retrieves the next page of results.</p>
98<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070099 <code><a href="#patch">patch(blogId, postId, body=None, fetchBody=None, revert=None, maxComments=None, fetchImages=None, publish=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700100<p class="firstline">Patches a post.</p>
John Asmuth614db982014-04-24 15:46:26 -0400101<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 <code><a href="#publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</a></code></p>
103<p class="firstline">Publishes a post.</p>
John Asmuth614db982014-04-24 15:46:26 -0400104<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700105 <code><a href="#revert">revert(blogId, postId, x__xgafv=None)</a></code></p>
106<p class="firstline">Reverts a published or scheduled post to draft state.</p>
John Asmuth614db982014-04-24 15:46:26 -0400107<p class="toc_element">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700108 <code><a href="#search">search(blogId, q, fetchBodies=None, orderBy=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700109<p class="firstline">Searches for posts matching given query terms in the specified blog.</p>
John Asmuth614db982014-04-24 15:46:26 -0400110<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700111 <code><a href="#update">update(blogId, postId, body=None, revert=None, publish=None, fetchImages=None, maxComments=None, fetchBody=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700112<p class="firstline">Updates a post by blog id and post id.</p>
John Asmuth614db982014-04-24 15:46:26 -0400113<h3>Method Details</h3>
114<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700115 <code class="details" id="close">close()</code>
116 <pre>Close httplib2 connections.</pre>
117</div>
118
119<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700120 <code class="details" id="delete">delete(blogId, postId, x__xgafv=None)</code>
121 <pre>Deletes a post by blog id and post id.
John Asmuth614db982014-04-24 15:46:26 -0400122
123Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700124 blogId: string, A parameter (required)
125 postId: string, A parameter (required)
126 x__xgafv: string, V1 error format.
127 Allowed values
128 1 - v1 error format
129 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400130</pre>
131</div>
132
133<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700134 <code class="details" id="get">get(blogId, postId, fetchImages=None, fetchBody=None, view=None, maxComments=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700135 <pre>Gets a post by blog id and post id
John Asmuth614db982014-04-24 15:46:26 -0400136
137Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700138 blogId: string, A parameter (required)
139 postId: string, A parameter (required)
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700140 fetchImages: boolean, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700141 fetchBody: boolean, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700142 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700143 Allowed values
144 VIEW_TYPE_UNSPECIFIED -
145 READER -
146 AUTHOR -
147 ADMIN -
148 maxComments: integer, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700149 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400150 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700151 1 - v1 error format
152 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400153
154Returns:
155 An object of the form:
156
157 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700158 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700159 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700160 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700161 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700162 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700163 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700164 &quot;image&quot;: { # The creator&#x27;s avatar.
165 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
166 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700167 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400168 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700169 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700170 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
171 &quot;A String&quot;,
172 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700173 &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 -0700174 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
175 &quot;location&quot;: { # The location for geotagged posts.
176 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700177 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700178 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
179 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700180 },
181 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700182 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
183 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
184 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
185 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700186 &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 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700189 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700190 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700191 &quot;items&quot;: [ # The List of Comments for this Post.
192 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700193 &quot;author&quot;: { # The author of this Comment.
194 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
195 &quot;image&quot;: { # The creator&#x27;s avatar.
196 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
197 },
198 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
199 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
200 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700201 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
202 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
203 },
204 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
205 &quot;post&quot;: { # Data about the post containing this comment.
206 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
207 },
208 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
209 &quot;blog&quot;: { # Data about the blog containing this comment.
210 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
211 },
212 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
213 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
214 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
215 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
216 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700217 },
218 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700219 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700220 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
221 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700222 &quot;images&quot;: [ # Display image for the Post.
223 {
224 &quot;url&quot;: &quot;A String&quot;,
225 },
226 ],
227 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -0400228 }</pre>
229</div>
230
231<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700232 <code class="details" id="getByPath">getByPath(blogId, path, view=None, maxComments=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700233 <pre>Gets a post by path.
John Asmuth614db982014-04-24 15:46:26 -0400234
235Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700236 blogId: string, A parameter (required)
237 path: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700238 view: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700239 Allowed values
240 VIEW_TYPE_UNSPECIFIED -
241 READER -
242 AUTHOR -
243 ADMIN -
Bu Sun Kim65020912020-05-20 12:08:20 -0700244 maxComments: integer, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700245 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400246 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700247 1 - v1 error format
248 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400249
250Returns:
251 An object of the form:
252
253 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700254 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700255 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700256 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700257 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700258 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700259 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700260 &quot;image&quot;: { # The creator&#x27;s avatar.
261 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
262 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700263 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400264 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700265 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700266 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
267 &quot;A String&quot;,
268 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700269 &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 -0700270 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
271 &quot;location&quot;: { # The location for geotagged posts.
272 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700273 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700274 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
275 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700276 },
277 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700278 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
279 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
280 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
281 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700282 &quot;blog&quot;: { # Data about the blog containing this Post.
283 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
284 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700285 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700286 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700287 &quot;items&quot;: [ # The List of Comments for this Post.
288 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700289 &quot;author&quot;: { # The author of this Comment.
290 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
291 &quot;image&quot;: { # The creator&#x27;s avatar.
292 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
293 },
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 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700297 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
298 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
299 },
300 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
301 &quot;post&quot;: { # Data about the post containing this comment.
302 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
303 },
304 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
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;id&quot;: &quot;A String&quot;, # The identifier for this resource.
309 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
310 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
311 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
312 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700313 },
314 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700315 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700316 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
317 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700318 &quot;images&quot;: [ # Display image for the Post.
319 {
320 &quot;url&quot;: &quot;A String&quot;,
321 },
322 ],
323 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -0400324 }</pre>
325</div>
326
327<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700328 <code class="details" id="insert">insert(blogId, body=None, isDraft=None, fetchBody=None, fetchImages=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700329 <pre>Inserts a post.
John Asmuth614db982014-04-24 15:46:26 -0400330
331Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700332 blogId: string, A parameter (required)
333 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400334 The object takes the form of:
335
336{
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700337 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700338 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700339 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700340 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700341 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700342 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700343 &quot;image&quot;: { # The creator&#x27;s avatar.
344 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
345 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700346 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400347 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700348 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700349 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
350 &quot;A String&quot;,
351 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700352 &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 -0700353 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
354 &quot;location&quot;: { # The location for geotagged posts.
355 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700356 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700357 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
358 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700359 },
360 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700361 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
362 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
363 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
364 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700365 &quot;blog&quot;: { # Data about the blog containing this Post.
366 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
367 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700368 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700369 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700370 &quot;items&quot;: [ # The List of Comments for this Post.
371 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700372 &quot;author&quot;: { # The author of this Comment.
373 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
374 &quot;image&quot;: { # The creator&#x27;s avatar.
375 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
376 },
377 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
378 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
379 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700380 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
381 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
382 },
383 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
384 &quot;post&quot;: { # Data about the post containing this comment.
385 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
386 },
387 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
388 &quot;blog&quot;: { # Data about the blog containing this comment.
389 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
390 },
391 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
392 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
393 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
394 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
395 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700396 },
397 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700398 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700399 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
400 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700401 &quot;images&quot;: [ # Display image for the Post.
402 {
403 &quot;url&quot;: &quot;A String&quot;,
404 },
405 ],
406 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -0400407}
408
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700409 isDraft: boolean, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700410 fetchBody: boolean, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700411 fetchImages: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700412 x__xgafv: string, V1 error format.
413 Allowed values
414 1 - v1 error format
415 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400416
417Returns:
418 An object of the form:
419
420 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700421 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700422 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700423 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700424 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700425 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700426 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700427 &quot;image&quot;: { # The creator&#x27;s avatar.
428 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
429 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700430 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400431 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700432 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700433 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
434 &quot;A String&quot;,
435 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700436 &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 -0700437 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
438 &quot;location&quot;: { # The location for geotagged posts.
439 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700440 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700441 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
442 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700443 },
444 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700445 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
446 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
447 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
448 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700449 &quot;blog&quot;: { # Data about the blog containing this Post.
450 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
451 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700452 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700453 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700454 &quot;items&quot;: [ # The List of Comments for this Post.
455 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700456 &quot;author&quot;: { # The author of this Comment.
457 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
458 &quot;image&quot;: { # The creator&#x27;s avatar.
459 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
460 },
461 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
462 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
463 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700464 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
465 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
466 },
467 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
468 &quot;post&quot;: { # Data about the post containing this comment.
469 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
470 },
471 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
472 &quot;blog&quot;: { # Data about the blog containing this comment.
473 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
474 },
475 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
476 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
477 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
478 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
479 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700480 },
481 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700482 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700483 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
484 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700485 &quot;images&quot;: [ # Display image for the Post.
486 {
487 &quot;url&quot;: &quot;A String&quot;,
488 },
489 ],
490 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -0400491 }</pre>
492</div>
493
494<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700495 <code class="details" id="list">list(blogId, fetchBodies=None, endDate=None, pageToken=None, labels=None, orderBy=None, maxResults=None, fetchImages=None, status=None, view=None, startDate=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700496 <pre>Lists posts.
John Asmuth614db982014-04-24 15:46:26 -0400497
498Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700499 blogId: string, A parameter (required)
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700500 fetchBodies: boolean, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700501 endDate: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700502 pageToken: string, A parameter
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700503 labels: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700504 orderBy: string, A parameter
505 Allowed values
506 ORDER_BY_UNSPECIFIED -
507 PUBLISHED -
508 UPDATED -
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700509 maxResults: integer, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700510 fetchImages: boolean, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700511 status: string, A parameter (repeated)
512 Allowed values
513 LIVE -
514 DRAFT -
515 SCHEDULED -
516 view: string, A parameter
517 Allowed values
518 VIEW_TYPE_UNSPECIFIED -
519 READER -
520 AUTHOR -
521 ADMIN -
522 startDate: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700523 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400524 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700525 1 - v1 error format
526 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400527
528Returns:
529 An object of the form:
530
531 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700532 &quot;items&quot;: [ # The list of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400533 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700534 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700535 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700536 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700537 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700538 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700539 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700540 &quot;image&quot;: { # The creator&#x27;s avatar.
541 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
542 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700543 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400544 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700545 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700546 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
547 &quot;A String&quot;,
548 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700549 &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 -0700550 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
551 &quot;location&quot;: { # The location for geotagged posts.
552 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700553 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700554 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
555 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700556 },
557 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700558 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
559 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
560 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
561 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700562 &quot;blog&quot;: { # Data about the blog containing this Post.
563 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
564 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700565 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700566 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700567 &quot;items&quot;: [ # The List of Comments for this Post.
568 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700569 &quot;author&quot;: { # The author of this Comment.
570 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
571 &quot;image&quot;: { # The creator&#x27;s avatar.
572 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
573 },
574 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
575 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
576 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700577 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
578 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
579 },
580 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
581 &quot;post&quot;: { # Data about the post containing this comment.
582 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
583 },
584 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
585 &quot;blog&quot;: { # Data about the blog containing this comment.
586 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
587 },
588 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
589 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
590 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
591 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
592 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700593 },
594 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700595 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700596 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
597 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700598 &quot;images&quot;: [ # Display image for the Post.
599 {
600 &quot;url&quot;: &quot;A String&quot;,
601 },
602 ],
603 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -0400604 },
605 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700606 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
607 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
608 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
609 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
John Asmuth614db982014-04-24 15:46:26 -0400610 }</pre>
611</div>
612
613<div class="method">
614 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
615 <pre>Retrieves the next page of results.
616
617Args:
618 previous_request: The request for the previous page. (required)
619 previous_response: The response from the request for the previous page. (required)
620
621Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700622 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400623 page. Returns None if there are no more items in the collection.
624 </pre>
625</div>
626
627<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700628 <code class="details" id="patch">patch(blogId, postId, body=None, fetchBody=None, revert=None, maxComments=None, fetchImages=None, publish=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700629 <pre>Patches a post.
John Asmuth614db982014-04-24 15:46:26 -0400630
631Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700632 blogId: string, A parameter (required)
633 postId: string, A parameter (required)
634 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400635 The object takes the form of:
636
637{
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700638 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700639 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700640 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700641 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700642 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700643 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700644 &quot;image&quot;: { # The creator&#x27;s avatar.
645 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
646 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700647 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400648 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700649 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700650 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
651 &quot;A String&quot;,
652 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700653 &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 -0700654 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
655 &quot;location&quot;: { # The location for geotagged posts.
656 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700657 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700658 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
659 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700660 },
661 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700662 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
663 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
664 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
665 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700666 &quot;blog&quot;: { # Data about the blog containing this Post.
667 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
668 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700669 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700670 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700671 &quot;items&quot;: [ # The List of Comments for this Post.
672 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700673 &quot;author&quot;: { # The author of this Comment.
674 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
675 &quot;image&quot;: { # The creator&#x27;s avatar.
676 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
677 },
678 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
679 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
680 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700681 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
682 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
683 },
684 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
685 &quot;post&quot;: { # Data about the post containing this comment.
686 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
687 },
688 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
689 &quot;blog&quot;: { # Data about the blog containing this comment.
690 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
691 },
692 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
693 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
694 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
695 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
696 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700697 },
698 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700699 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700700 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
701 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700702 &quot;images&quot;: [ # Display image for the Post.
703 {
704 &quot;url&quot;: &quot;A String&quot;,
705 },
706 ],
707 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -0400708}
709
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700710 fetchBody: boolean, A parameter
711 revert: boolean, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700712 maxComments: integer, A parameter
713 fetchImages: boolean, A parameter
714 publish: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700715 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400716 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700717 1 - v1 error format
718 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -0700719
720Returns:
721 An object of the form:
722
723 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700724 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700725 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700726 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700727 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700728 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700729 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700730 &quot;image&quot;: { # The creator&#x27;s avatar.
731 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
732 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700733 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Dan O'Mearadd494642020-05-01 07:42:23 -0700734 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700735 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700736 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
737 &quot;A String&quot;,
738 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700739 &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 -0700740 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
741 &quot;location&quot;: { # The location for geotagged posts.
742 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700743 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700744 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
745 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700746 },
747 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700748 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
749 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
750 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
751 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700752 &quot;blog&quot;: { # Data about the blog containing this Post.
753 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
754 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700755 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700756 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700757 &quot;items&quot;: [ # The List of Comments for this Post.
758 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700759 &quot;author&quot;: { # The author of this Comment.
760 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
761 &quot;image&quot;: { # The creator&#x27;s avatar.
762 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
763 },
764 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
765 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
766 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700767 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
768 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
769 },
770 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
771 &quot;post&quot;: { # Data about the post containing this comment.
772 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
773 },
774 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
775 &quot;blog&quot;: { # Data about the blog containing this comment.
776 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
777 },
778 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
779 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
780 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
781 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
782 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700783 },
784 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700785 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700786 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
787 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700788 &quot;images&quot;: [ # Display image for the Post.
789 {
790 &quot;url&quot;: &quot;A String&quot;,
791 },
792 ],
793 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700794 }</pre>
795</div>
796
797<div class="method">
798 <code class="details" id="publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</code>
799 <pre>Publishes a post.
800
801Args:
802 blogId: string, A parameter (required)
803 postId: string, A parameter (required)
804 publishDate: string, A parameter
805 x__xgafv: string, V1 error format.
806 Allowed values
807 1 - v1 error format
808 2 - v2 error format
809
810Returns:
811 An object of the form:
812
813 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700814 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700815 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700816 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700817 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700818 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700819 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700820 &quot;image&quot;: { # The creator&#x27;s avatar.
821 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
822 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700823 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Dan O'Mearadd494642020-05-01 07:42:23 -0700824 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700825 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700826 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
827 &quot;A String&quot;,
828 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700829 &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 -0700830 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
831 &quot;location&quot;: { # The location for geotagged posts.
832 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700833 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700834 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
835 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700836 },
837 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700838 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
839 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
840 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
841 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700842 &quot;blog&quot;: { # Data about the blog containing this Post.
843 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
844 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700845 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700846 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700847 &quot;items&quot;: [ # The List of Comments for this Post.
848 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700849 &quot;author&quot;: { # The author of this Comment.
850 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
851 &quot;image&quot;: { # The creator&#x27;s avatar.
852 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
853 },
854 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
855 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
856 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700857 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
858 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
859 },
860 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
861 &quot;post&quot;: { # Data about the post containing this comment.
862 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
863 },
864 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
865 &quot;blog&quot;: { # Data about the blog containing this comment.
866 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
867 },
868 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
869 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
870 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
871 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
872 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700873 },
874 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700875 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700876 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
877 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700878 &quot;images&quot;: [ # Display image for the Post.
879 {
880 &quot;url&quot;: &quot;A String&quot;,
881 },
882 ],
883 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700884 }</pre>
885</div>
886
887<div class="method">
888 <code class="details" id="revert">revert(blogId, postId, x__xgafv=None)</code>
889 <pre>Reverts a published or scheduled post to draft state.
890
891Args:
892 blogId: string, A parameter (required)
893 postId: string, A parameter (required)
894 x__xgafv: string, V1 error format.
895 Allowed values
896 1 - v1 error format
897 2 - v2 error format
898
899Returns:
900 An object of the form:
901
902 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700903 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700904 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700905 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700906 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700907 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700908 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700909 &quot;image&quot;: { # The creator&#x27;s avatar.
910 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
911 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700912 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Dan O'Mearadd494642020-05-01 07:42:23 -0700913 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700914 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700915 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
916 &quot;A String&quot;,
917 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700918 &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 -0700919 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
920 &quot;location&quot;: { # The location for geotagged posts.
921 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700922 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700923 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
924 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700925 },
926 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700927 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
928 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
929 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
930 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700931 &quot;blog&quot;: { # Data about the blog containing this Post.
932 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
933 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700934 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700935 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700936 &quot;items&quot;: [ # The List of Comments for this Post.
937 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700938 &quot;author&quot;: { # The author of this Comment.
939 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
940 &quot;image&quot;: { # The creator&#x27;s avatar.
941 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
942 },
943 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
944 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
945 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700946 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
947 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
948 },
949 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
950 &quot;post&quot;: { # Data about the post containing this comment.
951 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
952 },
953 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
954 &quot;blog&quot;: { # Data about the blog containing this comment.
955 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
956 },
957 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
958 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
959 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
960 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
961 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700962 },
963 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700964 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700965 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
966 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700967 &quot;images&quot;: [ # Display image for the Post.
968 {
969 &quot;url&quot;: &quot;A String&quot;,
970 },
971 ],
972 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700973 }</pre>
974</div>
975
976<div class="method">
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700977 <code class="details" id="search">search(blogId, q, fetchBodies=None, orderBy=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700978 <pre>Searches for posts matching given query terms in the specified blog.
979
980Args:
981 blogId: string, A parameter (required)
982 q: string, A parameter (required)
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700983 fetchBodies: boolean, A parameter
Bu Sun Kimd059ad82020-07-22 17:02:09 -0700984 orderBy: string, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700985 Allowed values
986 ORDER_BY_UNSPECIFIED -
987 PUBLISHED -
988 UPDATED -
Dan O'Mearadd494642020-05-01 07:42:23 -0700989 x__xgafv: string, V1 error format.
990 Allowed values
991 1 - v1 error format
992 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400993
994Returns:
995 An object of the form:
996
997 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700998 &quot;items&quot;: [ # The list of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400999 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001000 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001001 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001002 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -07001003 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001004 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001005 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -07001006 &quot;image&quot;: { # The creator&#x27;s avatar.
1007 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1008 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001009 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -04001010 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001011 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001012 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1013 &quot;A String&quot;,
1014 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001015 &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 -07001016 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1017 &quot;location&quot;: { # The location for geotagged posts.
1018 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001019 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001020 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1021 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001022 },
1023 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001024 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1025 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
1026 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1027 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001028 &quot;blog&quot;: { # Data about the blog containing this Post.
1029 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1030 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001031 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001032 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001033 &quot;items&quot;: [ # The List of Comments for this Post.
1034 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001035 &quot;author&quot;: { # The author of this Comment.
1036 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1037 &quot;image&quot;: { # The creator&#x27;s avatar.
1038 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1039 },
1040 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1041 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1042 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001043 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1044 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1045 },
1046 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1047 &quot;post&quot;: { # Data about the post containing this comment.
1048 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1049 },
1050 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1051 &quot;blog&quot;: { # Data about the blog containing this comment.
1052 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1053 },
1054 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1055 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1056 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1057 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1058 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001059 },
1060 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001061 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001062 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1063 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001064 &quot;images&quot;: [ # Display image for the Post.
1065 {
1066 &quot;url&quot;: &quot;A String&quot;,
1067 },
1068 ],
1069 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -04001070 },
1071 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001072 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
1073 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
1074 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
1075 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
John Asmuth614db982014-04-24 15:46:26 -04001076 }</pre>
1077</div>
1078
1079<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001080 <code class="details" id="update">update(blogId, postId, body=None, revert=None, publish=None, fetchImages=None, maxComments=None, fetchBody=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -07001081 <pre>Updates a post by blog id and post id.
John Asmuth614db982014-04-24 15:46:26 -04001082
1083Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001084 blogId: string, A parameter (required)
1085 postId: string, A parameter (required)
1086 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -04001087 The object takes the form of:
1088
1089{
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001090 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001091 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001092 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -07001093 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001094 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001095 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -07001096 &quot;image&quot;: { # The creator&#x27;s avatar.
1097 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1098 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001099 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -04001100 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001101 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001102 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1103 &quot;A String&quot;,
1104 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001105 &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 -07001106 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1107 &quot;location&quot;: { # The location for geotagged posts.
1108 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001109 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001110 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1111 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001112 },
1113 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001114 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1115 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
1116 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1117 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001118 &quot;blog&quot;: { # Data about the blog containing this Post.
1119 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1120 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001121 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001122 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001123 &quot;items&quot;: [ # The List of Comments for this Post.
1124 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001125 &quot;author&quot;: { # The author of this Comment.
1126 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1127 &quot;image&quot;: { # The creator&#x27;s avatar.
1128 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1129 },
1130 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1131 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1132 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001133 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1134 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1135 },
1136 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1137 &quot;post&quot;: { # Data about the post containing this comment.
1138 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1139 },
1140 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1141 &quot;blog&quot;: { # Data about the blog containing this comment.
1142 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1143 },
1144 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1145 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1146 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1147 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1148 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001149 },
1150 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001151 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001152 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1153 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001154 &quot;images&quot;: [ # Display image for the Post.
1155 {
1156 &quot;url&quot;: &quot;A String&quot;,
1157 },
1158 ],
1159 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -04001160}
1161
Bu Sun Kim65020912020-05-20 12:08:20 -07001162 revert: boolean, A parameter
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001163 publish: boolean, A parameter
1164 fetchImages: boolean, A parameter
1165 maxComments: integer, A parameter
1166 fetchBody: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -07001167 x__xgafv: string, V1 error format.
1168 Allowed values
1169 1 - v1 error format
1170 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -04001171
1172Returns:
1173 An object of the form:
1174
1175 {
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001176 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001177 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001178 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
Bu Sun Kim65020912020-05-20 12:08:20 -07001179 &quot;author&quot;: { # The author of this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001180 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001181 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -07001182 &quot;image&quot;: { # The creator&#x27;s avatar.
1183 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1184 },
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001185 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -04001186 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001187 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001188 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1189 &quot;A String&quot;,
1190 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001191 &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 -07001192 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1193 &quot;location&quot;: { # The location for geotagged posts.
1194 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001195 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001196 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1197 &quot;name&quot;: &quot;A String&quot;, # Location name.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001198 },
1199 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001200 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1201 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
1202 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1203 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001204 &quot;blog&quot;: { # Data about the blog containing this Post.
1205 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1206 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001207 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001208 &quot;replies&quot;: { # The container of comments on this Post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001209 &quot;items&quot;: [ # The List of Comments for this Post.
1210 {
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001211 &quot;author&quot;: { # The author of this Comment.
1212 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1213 &quot;image&quot;: { # The creator&#x27;s avatar.
1214 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1215 },
1216 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1217 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1218 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001219 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1220 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1221 },
1222 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1223 &quot;post&quot;: { # Data about the post containing this comment.
1224 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1225 },
1226 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1227 &quot;blog&quot;: { # Data about the blog containing this comment.
1228 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1229 },
1230 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1231 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1232 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1233 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1234 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001235 },
1236 ],
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001237 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
Bu Sun Kimd059ad82020-07-22 17:02:09 -07001238 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1239 },
Dmitry Frenkel3e17f892020-10-06 16:46:05 -07001240 &quot;images&quot;: [ # Display image for the Post.
1241 {
1242 &quot;url&quot;: &quot;A String&quot;,
1243 },
1244 ],
1245 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
John Asmuth614db982014-04-24 15:46:26 -04001246 }</pre>
1247</div>
1248
1249</body></html>