blob: 93108ade1177264dce90c94ed6c09506a941abdf [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">
Dan O'Mearadd494642020-05-01 07:42:23 -070078 <code><a href="#delete">delete(blogId, postId, x__xgafv=None)</a></code></p>
79<p class="firstline">Deletes a post by blog id and post id.</p>
John Asmuth614db982014-04-24 15:46:26 -040080<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070081 <code><a href="#get">get(blogId, postId, fetchBody=None, maxComments=None, view=None, fetchImages=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070082<p class="firstline">Gets a post by blog id and post id</p>
John Asmuth614db982014-04-24 15:46:26 -040083<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070084 <code><a href="#getByPath">getByPath(blogId, path, 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 path.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070087 <code><a href="#insert">insert(blogId, body=None, fetchImages=None, fetchBody=None, isDraft=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070088<p class="firstline">Inserts a post.</p>
John Asmuth614db982014-04-24 15:46:26 -040089<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070090 <code><a href="#list">list(blogId, startDate=None, pageToken=None, fetchImages=None, orderBy=None, view=None, status=None, labels=None, endDate=None, maxResults=None, fetchBodies=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070091<p class="firstline">Lists posts.</p>
John Asmuth614db982014-04-24 15:46:26 -040092<p class="toc_element">
93 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
94<p class="firstline">Retrieves the next page of results.</p>
95<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -070096 <code><a href="#patch">patch(blogId, postId, body=None, fetchImages=None, maxComments=None, fetchBody=None, revert=None, publish=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070097<p class="firstline">Patches a post.</p>
John Asmuth614db982014-04-24 15:46:26 -040098<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070099 <code><a href="#publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</a></code></p>
100<p class="firstline">Publishes 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="#revert">revert(blogId, postId, x__xgafv=None)</a></code></p>
103<p class="firstline">Reverts a published or scheduled post to draft state.</p>
John Asmuth614db982014-04-24 15:46:26 -0400104<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700105 <code><a href="#search">search(blogId, q, orderBy=None, fetchBodies=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700106<p class="firstline">Searches for posts matching given query terms in the specified blog.</p>
John Asmuth614db982014-04-24 15:46:26 -0400107<p class="toc_element">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700108 <code><a href="#update">update(blogId, postId, body=None, publish=None, fetchImages=None, maxComments=None, fetchBody=None, revert=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -0700109<p class="firstline">Updates a post by blog id and post id.</p>
John Asmuth614db982014-04-24 15:46:26 -0400110<h3>Method Details</h3>
111<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700112 <code class="details" id="delete">delete(blogId, postId, x__xgafv=None)</code>
113 <pre>Deletes a post by blog id and post id.
John Asmuth614db982014-04-24 15:46:26 -0400114
115Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700116 blogId: string, A parameter (required)
117 postId: string, A parameter (required)
118 x__xgafv: string, V1 error format.
119 Allowed values
120 1 - v1 error format
121 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400122</pre>
123</div>
124
125<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700126 <code class="details" id="get">get(blogId, postId, fetchBody=None, maxComments=None, view=None, fetchImages=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700127 <pre>Gets a post by blog id and post id
John Asmuth614db982014-04-24 15:46:26 -0400128
129Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700130 blogId: string, A parameter (required)
131 postId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700132 fetchBody: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700133 maxComments: integer, A parameter
Bu Sun Kim65020912020-05-20 12:08:20 -0700134 view: string, A parameter
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700135 fetchImages: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700136 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400137 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700138 1 - v1 error format
139 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400140
141Returns:
142 An object of the form:
143
144 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700145 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700146 &quot;author&quot;: { # The author of this Post.
147 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700148 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700149 &quot;image&quot;: { # The creator&#x27;s avatar.
150 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
151 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700152 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400153 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700154 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
155 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
156 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
157 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
158 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
159 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
160 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
161 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
162 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
163 &quot;location&quot;: { # The location for geotagged posts.
164 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
165 &quot;name&quot;: &quot;A String&quot;, # Location name.
166 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
167 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
168 },
169 &quot;replies&quot;: { # The container of comments on this Post.
170 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
171 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
172 &quot;items&quot;: [ # The List of Comments for this Post.
173 {
174 &quot;post&quot;: { # Data about the post containing this comment.
175 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
176 },
177 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
178 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
179 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
180 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
181 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
182 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
183 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
184 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
185 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
186 },
187 &quot;author&quot;: { # The author of this Comment.
188 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
189 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
190 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
191 &quot;image&quot;: { # The creator&#x27;s avatar.
192 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
193 },
194 },
195 &quot;blog&quot;: { # Data about the blog containing this comment.
196 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
197 },
198 },
199 ],
200 },
201 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
202 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
203 &quot;blog&quot;: { # Data about the blog containing this Post.
204 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
205 },
206 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
207 &quot;A String&quot;,
208 ],
209 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700210 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400211 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700212 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400213 },
214 ],
John Asmuth614db982014-04-24 15:46:26 -0400215 }</pre>
216</div>
217
218<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700219 <code class="details" id="getByPath">getByPath(blogId, path, view=None, maxComments=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700220 <pre>Gets a post by path.
John Asmuth614db982014-04-24 15:46:26 -0400221
222Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700223 blogId: string, A parameter (required)
224 path: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700225 view: string, A parameter
226 maxComments: integer, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700227 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400228 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700229 1 - v1 error format
230 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400231
232Returns:
233 An object of the form:
234
235 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700236 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700237 &quot;author&quot;: { # The author of this Post.
238 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700239 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700240 &quot;image&quot;: { # The creator&#x27;s avatar.
241 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
242 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700243 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400244 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700245 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
246 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
247 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
248 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
249 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
250 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
251 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
252 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
253 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
254 &quot;location&quot;: { # The location for geotagged posts.
255 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
256 &quot;name&quot;: &quot;A String&quot;, # Location name.
257 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
258 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
259 },
260 &quot;replies&quot;: { # The container of comments on this Post.
261 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
262 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
263 &quot;items&quot;: [ # The List of Comments for this Post.
264 {
265 &quot;post&quot;: { # Data about the post containing this comment.
266 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
267 },
268 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
269 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
270 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
271 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
272 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
273 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
274 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
275 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
276 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
277 },
278 &quot;author&quot;: { # The author of this Comment.
279 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
280 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
281 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
282 &quot;image&quot;: { # The creator&#x27;s avatar.
283 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
284 },
285 },
286 &quot;blog&quot;: { # Data about the blog containing this comment.
287 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
288 },
289 },
290 ],
291 },
292 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
293 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
294 &quot;blog&quot;: { # Data about the blog containing this Post.
295 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
296 },
297 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
298 &quot;A String&quot;,
299 ],
300 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700301 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400302 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700303 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400304 },
305 ],
John Asmuth614db982014-04-24 15:46:26 -0400306 }</pre>
307</div>
308
309<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700310 <code class="details" id="insert">insert(blogId, body=None, fetchImages=None, fetchBody=None, isDraft=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700311 <pre>Inserts a post.
John Asmuth614db982014-04-24 15:46:26 -0400312
313Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700314 blogId: string, A parameter (required)
315 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400316 The object takes the form of:
317
318{
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700319 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700320 &quot;author&quot;: { # The author of this Post.
321 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700322 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700323 &quot;image&quot;: { # The creator&#x27;s avatar.
324 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
325 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700326 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400327 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700328 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
329 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
330 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
331 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
332 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
333 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
334 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
335 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
336 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
337 &quot;location&quot;: { # The location for geotagged posts.
338 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
339 &quot;name&quot;: &quot;A String&quot;, # Location name.
340 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
341 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
342 },
343 &quot;replies&quot;: { # The container of comments on this Post.
344 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
345 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
346 &quot;items&quot;: [ # The List of Comments for this Post.
347 {
348 &quot;post&quot;: { # Data about the post containing this comment.
349 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
350 },
351 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
352 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
353 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
354 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
355 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
356 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
357 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
358 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
359 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
360 },
361 &quot;author&quot;: { # The author of this Comment.
362 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
363 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
364 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
365 &quot;image&quot;: { # The creator&#x27;s avatar.
366 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
367 },
368 },
369 &quot;blog&quot;: { # Data about the blog containing this comment.
370 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
371 },
372 },
373 ],
374 },
375 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
376 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
377 &quot;blog&quot;: { # Data about the blog containing this Post.
378 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
379 },
380 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
381 &quot;A String&quot;,
382 ],
383 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700384 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400385 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700386 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400387 },
388 ],
John Asmuth614db982014-04-24 15:46:26 -0400389}
390
Bu Sun Kim65020912020-05-20 12:08:20 -0700391 fetchImages: boolean, A parameter
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700392 fetchBody: boolean, A parameter
393 isDraft: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700394 x__xgafv: string, V1 error format.
395 Allowed values
396 1 - v1 error format
397 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400398
399Returns:
400 An object of the form:
401
402 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700403 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700404 &quot;author&quot;: { # The author of this Post.
405 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700406 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700407 &quot;image&quot;: { # The creator&#x27;s avatar.
408 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
409 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700410 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400411 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700412 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
413 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
414 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
415 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
416 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
417 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
418 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
419 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
420 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
421 &quot;location&quot;: { # The location for geotagged posts.
422 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
423 &quot;name&quot;: &quot;A String&quot;, # Location name.
424 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
425 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
426 },
427 &quot;replies&quot;: { # The container of comments on this Post.
428 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
429 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
430 &quot;items&quot;: [ # The List of Comments for this Post.
431 {
432 &quot;post&quot;: { # Data about the post containing this comment.
433 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
434 },
435 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
436 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
437 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
438 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
439 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
440 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
441 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
442 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
443 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
444 },
445 &quot;author&quot;: { # The author of this Comment.
446 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
447 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
448 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
449 &quot;image&quot;: { # The creator&#x27;s avatar.
450 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
451 },
452 },
453 &quot;blog&quot;: { # Data about the blog containing this comment.
454 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
455 },
456 },
457 ],
458 },
459 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
460 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
461 &quot;blog&quot;: { # Data about the blog containing this Post.
462 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
463 },
464 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
465 &quot;A String&quot;,
466 ],
467 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700468 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400469 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700470 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400471 },
472 ],
John Asmuth614db982014-04-24 15:46:26 -0400473 }</pre>
474</div>
475
476<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700477 <code class="details" id="list">list(blogId, startDate=None, pageToken=None, fetchImages=None, orderBy=None, view=None, status=None, labels=None, endDate=None, maxResults=None, fetchBodies=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700478 <pre>Lists posts.
John Asmuth614db982014-04-24 15:46:26 -0400479
480Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700481 blogId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700482 startDate: string, A parameter
Bu Sun Kim65020912020-05-20 12:08:20 -0700483 pageToken: string, A parameter
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700484 fetchImages: boolean, A parameter
485 orderBy: string, A parameter
486 view: string, A parameter
487 status: string, A parameter (repeated)
488 labels: string, A parameter
489 endDate: string, A parameter
490 maxResults: integer, A parameter
491 fetchBodies: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700492 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400493 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700494 1 - v1 error format
495 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400496
497Returns:
498 An object of the form:
499
500 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700501 &quot;items&quot;: [ # The list of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400502 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700503 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700504 &quot;author&quot;: { # The author of this Post.
505 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700506 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700507 &quot;image&quot;: { # The creator&#x27;s avatar.
508 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
509 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700510 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400511 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700512 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
513 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
514 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
515 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
516 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
517 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
518 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
519 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
520 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
521 &quot;location&quot;: { # The location for geotagged posts.
522 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
523 &quot;name&quot;: &quot;A String&quot;, # Location name.
524 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
525 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
526 },
527 &quot;replies&quot;: { # The container of comments on this Post.
528 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
529 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
530 &quot;items&quot;: [ # The List of Comments for this Post.
531 {
532 &quot;post&quot;: { # Data about the post containing this comment.
533 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
534 },
535 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
536 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
537 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
538 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
539 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
540 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
541 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
542 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
543 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
544 },
545 &quot;author&quot;: { # The author of this Comment.
546 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
547 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
548 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
549 &quot;image&quot;: { # The creator&#x27;s avatar.
550 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
551 },
552 },
553 &quot;blog&quot;: { # Data about the blog containing this comment.
554 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
555 },
556 },
557 ],
558 },
559 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
560 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
561 &quot;blog&quot;: { # Data about the blog containing this Post.
562 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
563 },
564 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
565 &quot;A String&quot;,
566 ],
567 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700568 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400569 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700570 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400571 },
572 ],
John Asmuth614db982014-04-24 15:46:26 -0400573 },
574 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700575 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700576 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
Bu Sun Kim65020912020-05-20 12:08:20 -0700577 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700578 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
John Asmuth614db982014-04-24 15:46:26 -0400579 }</pre>
580</div>
581
582<div class="method">
583 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
584 <pre>Retrieves the next page of results.
585
586Args:
587 previous_request: The request for the previous page. (required)
588 previous_response: The response from the request for the previous page. (required)
589
590Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700591 A request object that you can call &#x27;execute()&#x27; on to request the next
John Asmuth614db982014-04-24 15:46:26 -0400592 page. Returns None if there are no more items in the collection.
593 </pre>
594</div>
595
596<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700597 <code class="details" id="patch">patch(blogId, postId, body=None, fetchImages=None, maxComments=None, fetchBody=None, revert=None, publish=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700598 <pre>Patches a post.
John Asmuth614db982014-04-24 15:46:26 -0400599
600Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700601 blogId: string, A parameter (required)
602 postId: string, A parameter (required)
603 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400604 The object takes the form of:
605
606{
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700607 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700608 &quot;author&quot;: { # The author of this Post.
609 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700610 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700611 &quot;image&quot;: { # The creator&#x27;s avatar.
612 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
613 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700614 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400615 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700616 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
617 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
618 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
619 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
620 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
621 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
622 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
623 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
624 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
625 &quot;location&quot;: { # The location for geotagged posts.
626 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
627 &quot;name&quot;: &quot;A String&quot;, # Location name.
628 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
629 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
630 },
631 &quot;replies&quot;: { # The container of comments on this Post.
632 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
633 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
634 &quot;items&quot;: [ # The List of Comments for this Post.
635 {
636 &quot;post&quot;: { # Data about the post containing this comment.
637 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
638 },
639 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
640 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
641 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
642 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
643 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
644 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
645 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
646 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
647 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
648 },
649 &quot;author&quot;: { # The author of this Comment.
650 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
651 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
652 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
653 &quot;image&quot;: { # The creator&#x27;s avatar.
654 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
655 },
656 },
657 &quot;blog&quot;: { # Data about the blog containing this comment.
658 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
659 },
660 },
661 ],
662 },
663 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
664 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
665 &quot;blog&quot;: { # Data about the blog containing this Post.
666 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
667 },
668 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
669 &quot;A String&quot;,
670 ],
671 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700672 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400673 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700674 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400675 },
676 ],
John Asmuth614db982014-04-24 15:46:26 -0400677}
678
Bu Sun Kim65020912020-05-20 12:08:20 -0700679 fetchImages: boolean, A parameter
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700680 maxComments: integer, A parameter
681 fetchBody: boolean, A parameter
682 revert: boolean, A parameter
683 publish: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700684 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400685 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700686 1 - v1 error format
687 2 - v2 error format
Dan O'Mearadd494642020-05-01 07:42:23 -0700688
689Returns:
690 An object of the form:
691
692 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700693 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700694 &quot;author&quot;: { # The author of this Post.
695 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700696 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700697 &quot;image&quot;: { # The creator&#x27;s avatar.
698 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
699 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700700 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dan O'Mearadd494642020-05-01 07:42:23 -0700701 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700702 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
703 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
704 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
705 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
706 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
707 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
708 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
709 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
710 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
711 &quot;location&quot;: { # The location for geotagged posts.
712 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
713 &quot;name&quot;: &quot;A String&quot;, # Location name.
714 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
715 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
716 },
717 &quot;replies&quot;: { # The container of comments on this Post.
718 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
719 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
720 &quot;items&quot;: [ # The List of Comments for this Post.
721 {
722 &quot;post&quot;: { # Data about the post containing this comment.
723 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
724 },
725 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
726 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
727 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
728 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
729 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
730 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
731 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
732 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
733 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
734 },
735 &quot;author&quot;: { # The author of this Comment.
736 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
737 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
738 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
739 &quot;image&quot;: { # The creator&#x27;s avatar.
740 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
741 },
742 },
743 &quot;blog&quot;: { # Data about the blog containing this comment.
744 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
745 },
746 },
747 ],
748 },
749 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
750 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
751 &quot;blog&quot;: { # Data about the blog containing this Post.
752 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
753 },
754 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
755 &quot;A String&quot;,
756 ],
757 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700758 &quot;images&quot;: [ # Display image for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700759 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700760 &quot;url&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700761 },
762 ],
Dan O'Mearadd494642020-05-01 07:42:23 -0700763 }</pre>
764</div>
765
766<div class="method">
767 <code class="details" id="publish">publish(blogId, postId, publishDate=None, x__xgafv=None)</code>
768 <pre>Publishes a post.
769
770Args:
771 blogId: string, A parameter (required)
772 postId: string, A parameter (required)
773 publishDate: string, A parameter
774 x__xgafv: string, V1 error format.
775 Allowed values
776 1 - v1 error format
777 2 - v2 error format
778
779Returns:
780 An object of the form:
781
782 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700783 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700784 &quot;author&quot;: { # The author of this Post.
785 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700786 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700787 &quot;image&quot;: { # The creator&#x27;s avatar.
788 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
789 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700790 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dan O'Mearadd494642020-05-01 07:42:23 -0700791 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700792 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
793 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
794 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
795 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
796 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
797 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
798 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
799 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
800 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
801 &quot;location&quot;: { # The location for geotagged posts.
802 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
803 &quot;name&quot;: &quot;A String&quot;, # Location name.
804 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
805 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
806 },
807 &quot;replies&quot;: { # The container of comments on this Post.
808 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
809 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
810 &quot;items&quot;: [ # The List of Comments for this Post.
811 {
812 &quot;post&quot;: { # Data about the post containing this comment.
813 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
814 },
815 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
816 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
817 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
818 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
819 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
820 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
821 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
822 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
823 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
824 },
825 &quot;author&quot;: { # The author of this Comment.
826 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
827 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
828 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
829 &quot;image&quot;: { # The creator&#x27;s avatar.
830 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
831 },
832 },
833 &quot;blog&quot;: { # Data about the blog containing this comment.
834 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
835 },
836 },
837 ],
838 },
839 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
840 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
841 &quot;blog&quot;: { # Data about the blog containing this Post.
842 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
843 },
844 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
845 &quot;A String&quot;,
846 ],
847 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700848 &quot;images&quot;: [ # Display image for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700849 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700850 &quot;url&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700851 },
852 ],
Dan O'Mearadd494642020-05-01 07:42:23 -0700853 }</pre>
854</div>
855
856<div class="method">
857 <code class="details" id="revert">revert(blogId, postId, x__xgafv=None)</code>
858 <pre>Reverts a published or scheduled post to draft state.
859
860Args:
861 blogId: string, A parameter (required)
862 postId: string, A parameter (required)
863 x__xgafv: string, V1 error format.
864 Allowed values
865 1 - v1 error format
866 2 - v2 error format
867
868Returns:
869 An object of the form:
870
871 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700872 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700873 &quot;author&quot;: { # The author of this Post.
874 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700875 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700876 &quot;image&quot;: { # The creator&#x27;s avatar.
877 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
878 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700879 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
Dan O'Mearadd494642020-05-01 07:42:23 -0700880 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700881 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
882 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
883 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
884 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
885 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
886 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
887 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
888 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
889 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
890 &quot;location&quot;: { # The location for geotagged posts.
891 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
892 &quot;name&quot;: &quot;A String&quot;, # Location name.
893 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
894 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
895 },
896 &quot;replies&quot;: { # The container of comments on this Post.
897 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
898 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
899 &quot;items&quot;: [ # The List of Comments for this Post.
900 {
901 &quot;post&quot;: { # Data about the post containing this comment.
902 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
903 },
904 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
905 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
906 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
907 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
908 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
909 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
910 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
911 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
912 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
913 },
914 &quot;author&quot;: { # The author of this Comment.
915 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
916 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
917 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
918 &quot;image&quot;: { # The creator&#x27;s avatar.
919 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
920 },
921 },
922 &quot;blog&quot;: { # Data about the blog containing this comment.
923 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
924 },
925 },
926 ],
927 },
928 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
929 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
930 &quot;blog&quot;: { # Data about the blog containing this Post.
931 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
932 },
933 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
934 &quot;A String&quot;,
935 ],
936 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -0700937 &quot;images&quot;: [ # Display image for the Post.
Dan O'Mearadd494642020-05-01 07:42:23 -0700938 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700939 &quot;url&quot;: &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700940 },
941 ],
Dan O'Mearadd494642020-05-01 07:42:23 -0700942 }</pre>
943</div>
944
945<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700946 <code class="details" id="search">search(blogId, q, orderBy=None, fetchBodies=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700947 <pre>Searches for posts matching given query terms in the specified blog.
948
949Args:
950 blogId: string, A parameter (required)
951 q: string, A parameter (required)
952 orderBy: string, A parameter
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700953 fetchBodies: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700954 x__xgafv: string, V1 error format.
955 Allowed values
956 1 - v1 error format
957 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400958
959Returns:
960 An object of the form:
961
962 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700963 &quot;items&quot;: [ # The list of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400964 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700965 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -0700966 &quot;author&quot;: { # The author of this Post.
967 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700968 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -0700969 &quot;image&quot;: { # The creator&#x27;s avatar.
970 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
971 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700972 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400973 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -0700974 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
975 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
976 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
977 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
978 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
979 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
980 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
981 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
982 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
983 &quot;location&quot;: { # The location for geotagged posts.
984 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
985 &quot;name&quot;: &quot;A String&quot;, # Location name.
986 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
987 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
988 },
989 &quot;replies&quot;: { # The container of comments on this Post.
990 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
991 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
992 &quot;items&quot;: [ # The List of Comments for this Post.
993 {
994 &quot;post&quot;: { # Data about the post containing this comment.
995 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
996 },
997 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
998 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
999 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1000 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
1001 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1002 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1003 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1004 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1005 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1006 },
1007 &quot;author&quot;: { # The author of this Comment.
1008 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1009 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1010 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1011 &quot;image&quot;: { # The creator&#x27;s avatar.
1012 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1013 },
1014 },
1015 &quot;blog&quot;: { # Data about the blog containing this comment.
1016 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1017 },
1018 },
1019 ],
1020 },
1021 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1022 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1023 &quot;blog&quot;: { # Data about the blog containing this Post.
1024 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1025 },
1026 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1027 &quot;A String&quot;,
1028 ],
1029 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -07001030 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -04001031 {
Bu Sun Kim65020912020-05-20 12:08:20 -07001032 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -04001033 },
1034 ],
John Asmuth614db982014-04-24 15:46:26 -04001035 },
1036 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07001037 &quot;nextPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the next page, if one exists.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001038 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#postList.
Bu Sun Kim65020912020-05-20 12:08:20 -07001039 &quot;etag&quot;: &quot;A String&quot;, # Etag of the response.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001040 &quot;prevPageToken&quot;: &quot;A String&quot;, # Pagination token to fetch the previous page, if one exists.
John Asmuth614db982014-04-24 15:46:26 -04001041 }</pre>
1042</div>
1043
1044<div class="method">
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001045 <code class="details" id="update">update(blogId, postId, body=None, publish=None, fetchImages=None, maxComments=None, fetchBody=None, revert=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -07001046 <pre>Updates a post by blog id and post id.
John Asmuth614db982014-04-24 15:46:26 -04001047
1048Args:
Dan O'Mearadd494642020-05-01 07:42:23 -07001049 blogId: string, A parameter (required)
1050 postId: string, A parameter (required)
1051 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -04001052 The object takes the form of:
1053
1054{
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001055 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -07001056 &quot;author&quot;: { # The author of this Post.
1057 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001058 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -07001059 &quot;image&quot;: { # The creator&#x27;s avatar.
1060 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1061 },
Bu Sun Kim65020912020-05-20 12:08:20 -07001062 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -04001063 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001064 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1065 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
1066 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
1067 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
1068 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1069 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1070 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1071 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1072 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1073 &quot;location&quot;: { # The location for geotagged posts.
1074 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1075 &quot;name&quot;: &quot;A String&quot;, # Location name.
1076 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1077 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1078 },
1079 &quot;replies&quot;: { # The container of comments on this Post.
1080 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1081 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1082 &quot;items&quot;: [ # The List of Comments for this Post.
1083 {
1084 &quot;post&quot;: { # Data about the post containing this comment.
1085 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1086 },
1087 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1088 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1089 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1090 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
1091 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1092 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1093 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1094 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1095 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1096 },
1097 &quot;author&quot;: { # The author of this Comment.
1098 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1099 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1100 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1101 &quot;image&quot;: { # The creator&#x27;s avatar.
1102 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1103 },
1104 },
1105 &quot;blog&quot;: { # Data about the blog containing this comment.
1106 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1107 },
1108 },
1109 ],
1110 },
1111 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1112 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1113 &quot;blog&quot;: { # Data about the blog containing this Post.
1114 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1115 },
1116 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1117 &quot;A String&quot;,
1118 ],
1119 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -07001120 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -04001121 {
Bu Sun Kim65020912020-05-20 12:08:20 -07001122 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -04001123 },
1124 ],
John Asmuth614db982014-04-24 15:46:26 -04001125}
1126
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001127 publish: boolean, A parameter
1128 fetchImages: boolean, A parameter
Bu Sun Kim65020912020-05-20 12:08:20 -07001129 maxComments: integer, A parameter
1130 fetchBody: boolean, A parameter
1131 revert: boolean, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -07001132 x__xgafv: string, V1 error format.
1133 Allowed values
1134 1 - v1 error format
1135 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -04001136
1137Returns:
1138 An object of the form:
1139
1140 {
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001141 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
Bu Sun Kim65020912020-05-20 12:08:20 -07001142 &quot;author&quot;: { # The author of this Post.
1143 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001144 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
Bu Sun Kim65020912020-05-20 12:08:20 -07001145 &quot;image&quot;: { # The creator&#x27;s avatar.
1146 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1147 },
Bu Sun Kim65020912020-05-20 12:08:20 -07001148 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -04001149 },
Bu Sun Kim4ed7d3f2020-05-27 12:20:54 -07001150 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
1151 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
1152 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
1153 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
1154 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
1155 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
1156 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
1157 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
1158 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
1159 &quot;location&quot;: { # The location for geotagged posts.
1160 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
1161 &quot;name&quot;: &quot;A String&quot;, # Location name.
1162 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
1163 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
1164 },
1165 &quot;replies&quot;: { # The container of comments on this Post.
1166 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
1167 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
1168 &quot;items&quot;: [ # The List of Comments for this Post.
1169 {
1170 &quot;post&quot;: { # Data about the post containing this comment.
1171 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
1172 },
1173 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
1174 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
1175 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
1176 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
1177 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
1178 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
1179 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
1180 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
1181 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
1182 },
1183 &quot;author&quot;: { # The author of this Comment.
1184 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
1185 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
1186 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
1187 &quot;image&quot;: { # The creator&#x27;s avatar.
1188 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
1189 },
1190 },
1191 &quot;blog&quot;: { # Data about the blog containing this comment.
1192 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
1193 },
1194 },
1195 ],
1196 },
1197 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
1198 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
1199 &quot;blog&quot;: { # Data about the blog containing this Post.
1200 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
1201 },
1202 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
1203 &quot;A String&quot;,
1204 ],
1205 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
Bu Sun Kim65020912020-05-20 12:08:20 -07001206 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -04001207 {
Bu Sun Kim65020912020-05-20 12:08:20 -07001208 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -04001209 },
1210 ],
John Asmuth614db982014-04-24 15:46:26 -04001211 }</pre>
1212</div>
1213
1214</body></html>