blob: 8b60dab14c5c333cb47c3499f1e8b93e63eb6ec3 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="blogger_v3.html">Blogger API v3</a> . <a href="blogger_v3.blogs.html">blogs</a></h1>
John Asmuth614db982014-04-24 15:46:26 -040076<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070078 <code><a href="#get">get(blogId, view=None, maxPosts=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070079<p class="firstline">Gets a blog by id.</p>
John Asmuth614db982014-04-24 15:46:26 -040080<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070081 <code><a href="#getByUrl">getByUrl(url, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070082<p class="firstline">Gets a blog by url.</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="#listByUser">listByUser(userId, fetchUserInfo=None, role=None, status=None, view=None, x__xgafv=None)</a></code></p>
Dan O'Mearadd494642020-05-01 07:42:23 -070085<p class="firstline">Lists blogs by user.</p>
John Asmuth614db982014-04-24 15:46:26 -040086<h3>Method Details</h3>
87<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -070088 <code class="details" id="get">get(blogId, view=None, maxPosts=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -070089 <pre>Gets a blog by id.
John Asmuth614db982014-04-24 15:46:26 -040090
91Args:
Dan O'Mearadd494642020-05-01 07:42:23 -070092 blogId: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -070093 view: string, A parameter
94 maxPosts: integer, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -070095 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -040096 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -070097 1 - v1 error format
98 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -040099
100Returns:
101 An object of the form:
102
103 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700104 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
105 &quot;pages&quot;: { # The container of pages in this blog.
106 &quot;totalItems&quot;: 42, # The count of pages in this blog.
107 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400108 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700109 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
110 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
111 &quot;posts&quot;: { # The container of posts in this blog.
112 &quot;totalItems&quot;: 42, # The count of posts in this blog.
113 &quot;items&quot;: [ # The List of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400114 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700115 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
116 &quot;replies&quot;: { # The container of comments on this Post.
117 &quot;items&quot;: [ # The List of Comments for this Post.
John Asmuth614db982014-04-24 15:46:26 -0400118 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700119 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
120 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
121 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
122 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
123 &quot;blog&quot;: { # Data about the blog containing this comment.
124 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400125 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700126 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
127 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
128 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
129 },
130 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
131 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
132 &quot;author&quot;: { # The author of this Comment.
133 &quot;image&quot;: { # The creator&#x27;s avatar.
134 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400135 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700136 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
137 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
138 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400139 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700140 &quot;post&quot;: { # Data about the post containing this comment.
141 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400142 },
John Asmuth614db982014-04-24 15:46:26 -0400143 },
144 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700145 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
146 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
John Asmuth614db982014-04-24 15:46:26 -0400147 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700148 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
149 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
150 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400151 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700152 &quot;author&quot;: { # The author of this Post.
153 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
154 &quot;image&quot;: { # The creator&#x27;s avatar.
155 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
156 },
157 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
158 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400159 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700160 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400161 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700162 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400163 },
164 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700165 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
166 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
167 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
168 &quot;blog&quot;: { # Data about the blog containing this Post.
169 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
170 },
171 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
172 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
173 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
174 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
175 &quot;location&quot;: { # The location for geotagged posts.
176 &quot;name&quot;: &quot;A String&quot;, # Location name.
177 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
178 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
179 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
180 },
181 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
182 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
183 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
184 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
John Asmuth614db982014-04-24 15:46:26 -0400185 },
186 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700187 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400188 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700189 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
190 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
191 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
192 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
193 &quot;locale&quot;: { # The locale this Blog is set to.
194 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
195 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
196 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
John Asmuth614db982014-04-24 15:46:26 -0400197 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700198 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
199 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
200 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
John Asmuth614db982014-04-24 15:46:26 -0400201 }</pre>
202</div>
203
204<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700205 <code class="details" id="getByUrl">getByUrl(url, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700206 <pre>Gets a blog by url.
John Asmuth614db982014-04-24 15:46:26 -0400207
208Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700209 url: string, A parameter (required)
Bu Sun Kim65020912020-05-20 12:08:20 -0700210 view: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700211 x__xgafv: string, V1 error format.
John Asmuth614db982014-04-24 15:46:26 -0400212 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700213 1 - v1 error format
214 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400215
216Returns:
217 An object of the form:
218
219 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700220 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
221 &quot;pages&quot;: { # The container of pages in this blog.
222 &quot;totalItems&quot;: 42, # The count of pages in this blog.
223 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400224 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700225 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
226 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
227 &quot;posts&quot;: { # The container of posts in this blog.
228 &quot;totalItems&quot;: 42, # The count of posts in this blog.
229 &quot;items&quot;: [ # The List of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400230 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700231 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
232 &quot;replies&quot;: { # The container of comments on this Post.
233 &quot;items&quot;: [ # The List of Comments for this Post.
John Asmuth614db982014-04-24 15:46:26 -0400234 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700235 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
236 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
237 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
238 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
239 &quot;blog&quot;: { # Data about the blog containing this comment.
240 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400241 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700242 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
243 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
244 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
245 },
246 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
247 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
248 &quot;author&quot;: { # The author of this Comment.
249 &quot;image&quot;: { # The creator&#x27;s avatar.
250 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400251 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700252 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
253 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
254 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400255 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700256 &quot;post&quot;: { # Data about the post containing this comment.
257 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400258 },
John Asmuth614db982014-04-24 15:46:26 -0400259 },
260 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700261 &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.
John Asmuth614db982014-04-24 15:46:26 -0400263 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700264 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
265 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
266 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400267 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700268 &quot;author&quot;: { # The author of this Post.
269 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
270 &quot;image&quot;: { # The creator&#x27;s avatar.
271 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
272 },
273 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
274 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400275 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700276 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400277 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700278 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400279 },
280 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700281 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
282 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
283 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
284 &quot;blog&quot;: { # Data about the blog containing this Post.
285 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
286 },
287 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
288 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
289 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
290 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
291 &quot;location&quot;: { # The location for geotagged posts.
292 &quot;name&quot;: &quot;A String&quot;, # Location name.
293 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
294 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
295 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
296 },
297 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
298 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
299 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
300 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
John Asmuth614db982014-04-24 15:46:26 -0400301 },
302 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700303 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400304 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700305 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
306 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
307 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
308 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
309 &quot;locale&quot;: { # The locale this Blog is set to.
310 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
311 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
312 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
John Asmuth614db982014-04-24 15:46:26 -0400313 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700314 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
315 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
316 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
John Asmuth614db982014-04-24 15:46:26 -0400317 }</pre>
318</div>
319
320<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700321 <code class="details" id="listByUser">listByUser(userId, fetchUserInfo=None, role=None, status=None, view=None, x__xgafv=None)</code>
Dan O'Mearadd494642020-05-01 07:42:23 -0700322 <pre>Lists blogs by user.
John Asmuth614db982014-04-24 15:46:26 -0400323
324Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700325 userId: string, A parameter (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700326 fetchUserInfo: boolean, A parameter
327 role: string, A parameter (repeated)
Bu Sun Kim65020912020-05-20 12:08:20 -0700328 status: string, Default value of status is LIVE. (repeated)
329 view: string, A parameter
Dan O'Mearadd494642020-05-01 07:42:23 -0700330 x__xgafv: string, V1 error format.
Craig Citro065b5302014-08-14 00:47:23 -0700331 Allowed values
Dan O'Mearadd494642020-05-01 07:42:23 -0700332 1 - v1 error format
333 2 - v2 error format
John Asmuth614db982014-04-24 15:46:26 -0400334
335Returns:
336 An object of the form:
337
338 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700339 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogList.
340 &quot;items&quot;: [ # The list of Blogs this user has Authorship or Admin rights over.
John Asmuth614db982014-04-24 15:46:26 -0400341 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700342 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
343 &quot;pages&quot;: { # The container of pages in this blog.
344 &quot;totalItems&quot;: 42, # The count of pages in this blog.
345 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400346 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700347 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
348 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
349 &quot;posts&quot;: { # The container of posts in this blog.
350 &quot;totalItems&quot;: 42, # The count of posts in this blog.
351 &quot;items&quot;: [ # The List of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400352 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700353 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
354 &quot;replies&quot;: { # The container of comments on this Post.
355 &quot;items&quot;: [ # The List of Comments for this Post.
John Asmuth614db982014-04-24 15:46:26 -0400356 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700357 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
358 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
359 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
360 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
361 &quot;blog&quot;: { # Data about the blog containing this comment.
362 &quot;id&quot;: &quot;A String&quot;, # The identifier of the blog containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400363 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700364 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
365 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
366 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
367 },
368 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
369 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
370 &quot;author&quot;: { # The author of this Comment.
371 &quot;image&quot;: { # The creator&#x27;s avatar.
372 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400373 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700374 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
375 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
376 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400377 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700378 &quot;post&quot;: { # Data about the post containing this comment.
379 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400380 },
John Asmuth614db982014-04-24 15:46:26 -0400381 },
382 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700383 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
384 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
John Asmuth614db982014-04-24 15:46:26 -0400385 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700386 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
387 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
388 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400389 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700390 &quot;author&quot;: { # The author of this Post.
391 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
392 &quot;image&quot;: { # The creator&#x27;s avatar.
393 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
394 },
395 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
396 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400397 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700398 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400399 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700400 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400401 },
402 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700403 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
404 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
405 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
406 &quot;blog&quot;: { # Data about the blog containing this Post.
407 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
408 },
409 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
410 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
411 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
412 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
413 &quot;location&quot;: { # The location for geotagged posts.
414 &quot;name&quot;: &quot;A String&quot;, # Location name.
415 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
416 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
417 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
418 },
419 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
420 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
421 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
422 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
John Asmuth614db982014-04-24 15:46:26 -0400423 },
424 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700425 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400426 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700427 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
428 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
429 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
430 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
431 &quot;locale&quot;: { # The locale this Blog is set to.
432 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
433 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
434 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
John Asmuth614db982014-04-24 15:46:26 -0400435 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700436 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
437 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
438 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
John Asmuth614db982014-04-24 15:46:26 -0400439 },
440 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700441 &quot;blogUserInfos&quot;: [ # Admin level list of blog per-user information.
John Asmuth614db982014-04-24 15:46:26 -0400442 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700443 &quot;blog_user_info&quot;: { # Information about a User for the Blog.
444 &quot;userId&quot;: &quot;A String&quot;, # ID of the User.
445 &quot;hasAdminAccess&quot;: True or False, # True if the user has Admin level access to the blog.
446 &quot;role&quot;: &quot;A String&quot;, # Access permissions that the user has for the blog (ADMIN, AUTHOR, or
447 # READER).
448 &quot;blogId&quot;: &quot;A String&quot;, # ID of the Blog resource.
449 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogPerUserInfo.
450 &quot;photosAlbumKey&quot;: &quot;A String&quot;, # The Photo Album Key for the user when adding photos to the blog.
451 },
452 &quot;blog&quot;: { # The Blog resource.
453 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was last updated.
454 &quot;pages&quot;: { # The container of pages in this blog.
455 &quot;totalItems&quot;: 42, # The count of pages in this blog.
456 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for pages in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400457 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700458 &quot;name&quot;: &quot;A String&quot;, # The name of this blog. This is displayed as the title.
459 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
460 &quot;posts&quot;: { # The container of posts in this blog.
461 &quot;totalItems&quot;: 42, # The count of posts in this blog.
462 &quot;items&quot;: [ # The List of Posts for this Blog.
John Asmuth614db982014-04-24 15:46:26 -0400463 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700464 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON meta-data for the Post.
465 &quot;replies&quot;: { # The container of comments on this Post.
466 &quot;items&quot;: [ # The List of Comments for this Post.
John Asmuth614db982014-04-24 15:46:26 -0400467 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700468 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#comment.
469 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
470 &quot;id&quot;: &quot;A String&quot;, # The identifier for this resource.
471 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was published.
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.
John Asmuth614db982014-04-24 15:46:26 -0400474 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700475 &quot;content&quot;: &quot;A String&quot;, # The actual content of the comment. May include HTML markup.
476 &quot;inReplyTo&quot;: { # Data about the comment this is in reply to.
477 &quot;id&quot;: &quot;A String&quot;, # The identified of the parent of this comment.
478 },
479 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this comment was last updated.
480 &quot;status&quot;: &quot;A String&quot;, # The status of the comment (only populated for admin users).
481 &quot;author&quot;: { # The author of this Comment.
482 &quot;image&quot;: { # The creator&#x27;s avatar.
483 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
John Asmuth614db982014-04-24 15:46:26 -0400484 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700485 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
486 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
487 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
John Asmuth614db982014-04-24 15:46:26 -0400488 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700489 &quot;post&quot;: { # Data about the post containing this comment.
490 &quot;id&quot;: &quot;A String&quot;, # The identifier of the post containing this comment.
John Asmuth614db982014-04-24 15:46:26 -0400491 },
John Asmuth614db982014-04-24 15:46:26 -0400492 },
493 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700494 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the comments on this post.
495 &quot;totalItems&quot;: &quot;A String&quot;, # The count of comments on this post.
John Asmuth614db982014-04-24 15:46:26 -0400496 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700497 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
498 &quot;labels&quot;: [ # The list of labels this Post was tagged with.
499 &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400500 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700501 &quot;author&quot;: { # The author of this Post.
502 &quot;id&quot;: &quot;A String&quot;, # The identifier of the creator.
503 &quot;image&quot;: { # The creator&#x27;s avatar.
504 &quot;url&quot;: &quot;A String&quot;, # The creator&#x27;s avatar URL.
505 },
506 &quot;displayName&quot;: &quot;A String&quot;, # The display name.
507 &quot;url&quot;: &quot;A String&quot;, # The URL of the creator&#x27;s Profile page.
John Asmuth614db982014-04-24 15:46:26 -0400508 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700509 &quot;images&quot;: [ # Display image for the Post.
John Asmuth614db982014-04-24 15:46:26 -0400510 {
Bu Sun Kim65020912020-05-20 12:08:20 -0700511 &quot;url&quot;: &quot;A String&quot;,
John Asmuth614db982014-04-24 15:46:26 -0400512 },
513 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700514 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was published.
515 &quot;title&quot;: &quot;A String&quot;, # The title of the Post.
516 &quot;titleLink&quot;: &quot;A String&quot;, # The title link URL, similar to atom&#x27;s related link.
517 &quot;blog&quot;: { # Data about the blog containing this Post.
518 &quot;id&quot;: &quot;A String&quot;, # The identifier of the Blog that contains this Post.
519 },
520 &quot;updated&quot;: &quot;A String&quot;, # RFC 3339 date-time when this Post was last updated.
521 &quot;url&quot;: &quot;A String&quot;, # The URL where this Post is displayed.
522 &quot;content&quot;: &quot;A String&quot;, # The content of the Post. May contain HTML markup.
523 &quot;id&quot;: &quot;A String&quot;, # The identifier of this Post.
524 &quot;location&quot;: { # The location for geotagged posts.
525 &quot;name&quot;: &quot;A String&quot;, # Location name.
526 &quot;span&quot;: &quot;A String&quot;, # Location&#x27;s viewport span. Can be used when rendering a map preview.
527 &quot;lat&quot;: 3.14, # Location&#x27;s latitude.
528 &quot;lng&quot;: 3.14, # Location&#x27;s longitude.
529 },
530 &quot;status&quot;: &quot;A String&quot;, # Status of the post. Only set for admin-level requests.
531 &quot;readerComments&quot;: &quot;A String&quot;, # Comment control and display setting for readers of this post.
532 &quot;etag&quot;: &quot;A String&quot;, # Etag of the resource.
533 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#post.
John Asmuth614db982014-04-24 15:46:26 -0400534 },
535 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700536 &quot;selfLink&quot;: &quot;A String&quot;, # The URL of the container for posts in this blog.
John Asmuth614db982014-04-24 15:46:26 -0400537 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700538 &quot;customMetaData&quot;: &quot;A String&quot;, # The JSON custom meta-data for the Blog.
539 &quot;status&quot;: &quot;A String&quot;, # The status of the blog.
540 &quot;selfLink&quot;: &quot;A String&quot;, # The API REST URL to fetch this resource from.
541 &quot;published&quot;: &quot;A String&quot;, # RFC 3339 date-time when this blog was published.
542 &quot;locale&quot;: { # The locale this Blog is set to.
543 &quot;country&quot;: &quot;A String&quot;, # The country this blog&#x27;s locale is set to.
544 &quot;variant&quot;: &quot;A String&quot;, # The language variant this blog is authored in.
545 &quot;language&quot;: &quot;A String&quot;, # The language this blog is authored in.
John Asmuth614db982014-04-24 15:46:26 -0400546 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700547 &quot;url&quot;: &quot;A String&quot;, # The URL where this blog is published.
548 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entry. Always blogger#blog.
549 &quot;description&quot;: &quot;A String&quot;, # The description of this blog. This is displayed underneath the title.
John Asmuth614db982014-04-24 15:46:26 -0400550 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700551 &quot;kind&quot;: &quot;A String&quot;, # The kind of this entity. Always blogger#blogUserInfo.
John Asmuth614db982014-04-24 15:46:26 -0400552 },
553 ],
554 }</pre>
555</div>
556
557</body></html>