Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 1 | <html><body> |
| 2 | <style> |
| 3 | |
| 4 | body, 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 | |
| 15 | body { |
| 16 | font-size: 13px; |
| 17 | padding: 1em; |
| 18 | } |
| 19 | |
| 20 | h1 { |
| 21 | font-size: 26px; |
| 22 | margin-bottom: 1em; |
| 23 | } |
| 24 | |
| 25 | h2 { |
| 26 | font-size: 24px; |
| 27 | margin-bottom: 1em; |
| 28 | } |
| 29 | |
| 30 | h3 { |
| 31 | font-size: 20px; |
| 32 | margin-bottom: 1em; |
| 33 | margin-top: 1em; |
| 34 | } |
| 35 | |
| 36 | pre, code { |
| 37 | line-height: 1.5; |
| 38 | font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; |
| 39 | } |
| 40 | |
| 41 | pre { |
| 42 | margin-top: 0.5em; |
| 43 | } |
| 44 | |
| 45 | h1, h2, h3, p { |
| 46 | font-family: Arial, sans serif; |
| 47 | } |
| 48 | |
| 49 | h1, 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'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 75 | <h1><a href="blogger_v2.html">Blogger API v3</a> . <a href="blogger_v2.blogs.html">blogs</a></h1> |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 78 | <code><a href="#get">get(blogId, x__xgafv=None)</a></code></p> |
| 79 | <p class="firstline">Gets a blog by id.</p> |
| 80 | <p class="toc_element"> |
| 81 | <code><a href="#list">list(userId, x__xgafv=None)</a></code></p> |
| 82 | <p class="firstline">Lists blogs by user id, possibly filtered.</p> |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 83 | <h3>Method Details</h3> |
| 84 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 85 | <code class="details" id="get">get(blogId, x__xgafv=None)</code> |
| 86 | <pre>Gets a blog by id. |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 87 | |
| 88 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 89 | blogId: string, A parameter (required) |
| 90 | x__xgafv: string, V1 error format. |
| 91 | Allowed values |
| 92 | 1 - v1 error format |
| 93 | 2 - v2 error format |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 94 | |
| 95 | Returns: |
| 96 | An object of the form: |
| 97 | |
| 98 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 99 | "pages": { # The container of pages in this blog. |
| 100 | "selfLink": "A String", # The URL of the container for pages in this blog. |
| 101 | "totalItems": 42, # The count of pages in this blog. |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 102 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 103 | "id": "A String", # The identifier for this resource. |
| 104 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 105 | "updated": "A String", # RFC 3339 date-time when this blog was last updated. |
| 106 | "name": "A String", # The name of this blog. This is displayed as the title. |
| 107 | "kind": "A String", # The kind of this entry. Always blogger#blog. |
| 108 | "locale": { # The locale this Blog is set to. |
| 109 | "country": "A String", # The country this blog's locale is set to. |
| 110 | "variant": "A String", # The language variant this blog is authored in. |
| 111 | "language": "A String", # The language this blog is authored in. |
| 112 | }, |
| 113 | "status": "A String", # The status of the blog. |
| 114 | "url": "A String", # The URL where this blog is published. |
| 115 | "description": "A String", # The description of this blog. This is displayed underneath the title. |
| 116 | "published": "A String", # RFC 3339 date-time when this blog was published. |
| 117 | "posts": { # The container of posts in this blog. |
| 118 | "items": [ # The List of Posts for this Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 119 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 120 | "url": "A String", # The URL where this Post is displayed. |
| 121 | "etag": "A String", # Etag of the resource. |
| 122 | "status": "A String", # Status of the post. Only set for admin-level requests. |
| 123 | "customMetaData": "A String", # The JSON meta-data for the Post. |
| 124 | "replies": { # The container of comments on this Post. |
| 125 | "items": [ # The List of Comments for this Post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 126 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 127 | "id": "A String", # The identifier for this resource. |
| 128 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 129 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 130 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 131 | "status": "A String", # The status of the comment (only populated for admin users). |
| 132 | "inReplyTo": { # Data about the comment this is in reply to. |
| 133 | "id": "A String", # The identified of the parent of this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 134 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 135 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 136 | "author": { # The author of this Comment. |
| 137 | "id": "A String", # The identifier of the creator. |
| 138 | "image": { # The creator's avatar. |
| 139 | "url": "A String", # The creator's avatar URL. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 140 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 141 | "displayName": "A String", # The display name. |
| 142 | "url": "A String", # The URL of the creator's Profile page. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 143 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 144 | "content": "A String", # The actual content of the comment. May include HTML markup. |
| 145 | "blog": { # Data about the blog containing this comment. |
| 146 | "id": "A String", # The identifier of the blog containing this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 147 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 148 | "post": { # Data about the post containing this comment. |
| 149 | "id": "A String", # The identifier of the post containing this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 150 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 151 | }, |
| 152 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 153 | "selfLink": "A String", # The URL of the comments on this post. |
| 154 | "totalItems": "A String", # The count of comments on this post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 155 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 156 | "author": { # The author of this Post. |
| 157 | "id": "A String", # The identifier of the creator. |
| 158 | "url": "A String", # The URL of the creator's Profile page. |
| 159 | "displayName": "A String", # The display name. |
| 160 | "image": { # The creator's avatar. |
| 161 | "url": "A String", # The creator's avatar URL. |
| 162 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 163 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 164 | "location": { # The location for geotagged posts. |
| 165 | "name": "A String", # Location name. |
| 166 | "lat": 3.14, # Location's latitude. |
| 167 | "lng": 3.14, # Location's longitude. |
| 168 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. |
| 169 | }, |
| 170 | "published": "A String", # RFC 3339 date-time when this Post was published. |
| 171 | "titleLink": "A String", # The title link URL, similar to atom's related link. |
| 172 | "readerComments": "A String", # Comment control and display setting for readers of this post. |
| 173 | "labels": [ # The list of labels this Post was tagged with. |
| 174 | "A String", |
| 175 | ], |
| 176 | "title": "A String", # The title of the Post. |
| 177 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. |
| 178 | "id": "A String", # The identifier of this Post. |
| 179 | "kind": "A String", # The kind of this entity. Always blogger#post. |
| 180 | "images": [ # Display image for the Post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 181 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 182 | "url": "A String", |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 183 | }, |
| 184 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 185 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 186 | "content": "A String", # The content of the Post. May contain HTML markup. |
| 187 | "blog": { # Data about the blog containing this Post. |
| 188 | "id": "A String", # The identifier of the Blog that contains this Post. |
| 189 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 190 | }, |
| 191 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 192 | "totalItems": 42, # The count of posts in this blog. |
| 193 | "selfLink": "A String", # The URL of the container for posts in this blog. |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 194 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 195 | "customMetaData": "A String", # The JSON custom meta-data for the Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 196 | }</pre> |
| 197 | </div> |
| 198 | |
| 199 | <div class="method"> |
| 200 | <code class="details" id="list">list(userId, x__xgafv=None)</code> |
| 201 | <pre>Lists blogs by user id, possibly filtered. |
| 202 | |
| 203 | Args: |
| 204 | userId: string, A parameter (required) |
| 205 | x__xgafv: string, V1 error format. |
| 206 | Allowed values |
| 207 | 1 - v1 error format |
| 208 | 2 - v2 error format |
| 209 | |
| 210 | Returns: |
| 211 | An object of the form: |
| 212 | |
| 213 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 214 | "items": [ # The list of Blogs this user has Authorship or Admin rights over. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 215 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 216 | "pages": { # The container of pages in this blog. |
| 217 | "selfLink": "A String", # The URL of the container for pages in this blog. |
| 218 | "totalItems": 42, # The count of pages in this blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 219 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 220 | "id": "A String", # The identifier for this resource. |
| 221 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 222 | "updated": "A String", # RFC 3339 date-time when this blog was last updated. |
| 223 | "name": "A String", # The name of this blog. This is displayed as the title. |
| 224 | "kind": "A String", # The kind of this entry. Always blogger#blog. |
| 225 | "locale": { # The locale this Blog is set to. |
| 226 | "country": "A String", # The country this blog's locale is set to. |
| 227 | "variant": "A String", # The language variant this blog is authored in. |
| 228 | "language": "A String", # The language this blog is authored in. |
| 229 | }, |
| 230 | "status": "A String", # The status of the blog. |
| 231 | "url": "A String", # The URL where this blog is published. |
| 232 | "description": "A String", # The description of this blog. This is displayed underneath the title. |
| 233 | "published": "A String", # RFC 3339 date-time when this blog was published. |
| 234 | "posts": { # The container of posts in this blog. |
| 235 | "items": [ # The List of Posts for this Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 236 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 237 | "url": "A String", # The URL where this Post is displayed. |
| 238 | "etag": "A String", # Etag of the resource. |
| 239 | "status": "A String", # Status of the post. Only set for admin-level requests. |
| 240 | "customMetaData": "A String", # The JSON meta-data for the Post. |
| 241 | "replies": { # The container of comments on this Post. |
| 242 | "items": [ # The List of Comments for this Post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 243 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 244 | "id": "A String", # The identifier for this resource. |
| 245 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 246 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 247 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 248 | "status": "A String", # The status of the comment (only populated for admin users). |
| 249 | "inReplyTo": { # Data about the comment this is in reply to. |
| 250 | "id": "A String", # The identified of the parent of this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 251 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 252 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 253 | "author": { # The author of this Comment. |
| 254 | "id": "A String", # The identifier of the creator. |
| 255 | "image": { # The creator's avatar. |
| 256 | "url": "A String", # The creator's avatar URL. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 257 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 258 | "displayName": "A String", # The display name. |
| 259 | "url": "A String", # The URL of the creator's Profile page. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 260 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 261 | "content": "A String", # The actual content of the comment. May include HTML markup. |
| 262 | "blog": { # Data about the blog containing this comment. |
| 263 | "id": "A String", # The identifier of the blog containing this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 264 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 265 | "post": { # Data about the post containing this comment. |
| 266 | "id": "A String", # The identifier of the post containing this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 267 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 268 | }, |
| 269 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 270 | "selfLink": "A String", # The URL of the comments on this post. |
| 271 | "totalItems": "A String", # The count of comments on this post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 272 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 273 | "author": { # The author of this Post. |
| 274 | "id": "A String", # The identifier of the creator. |
| 275 | "url": "A String", # The URL of the creator's Profile page. |
| 276 | "displayName": "A String", # The display name. |
| 277 | "image": { # The creator's avatar. |
| 278 | "url": "A String", # The creator's avatar URL. |
| 279 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 280 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 281 | "location": { # The location for geotagged posts. |
| 282 | "name": "A String", # Location name. |
| 283 | "lat": 3.14, # Location's latitude. |
| 284 | "lng": 3.14, # Location's longitude. |
| 285 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. |
| 286 | }, |
| 287 | "published": "A String", # RFC 3339 date-time when this Post was published. |
| 288 | "titleLink": "A String", # The title link URL, similar to atom's related link. |
| 289 | "readerComments": "A String", # Comment control and display setting for readers of this post. |
| 290 | "labels": [ # The list of labels this Post was tagged with. |
| 291 | "A String", |
| 292 | ], |
| 293 | "title": "A String", # The title of the Post. |
| 294 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. |
| 295 | "id": "A String", # The identifier of this Post. |
| 296 | "kind": "A String", # The kind of this entity. Always blogger#post. |
| 297 | "images": [ # Display image for the Post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 298 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 299 | "url": "A String", |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 300 | }, |
| 301 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 302 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 303 | "content": "A String", # The content of the Post. May contain HTML markup. |
| 304 | "blog": { # Data about the blog containing this Post. |
| 305 | "id": "A String", # The identifier of the Blog that contains this Post. |
| 306 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 307 | }, |
| 308 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 309 | "totalItems": 42, # The count of posts in this blog. |
| 310 | "selfLink": "A String", # The URL of the container for posts in this blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 311 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 312 | "customMetaData": "A String", # The JSON custom meta-data for the Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 313 | }, |
| 314 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 315 | "kind": "A String", # The kind of this entity. Always blogger#blogList. |
| 316 | "blogUserInfos": [ # Admin level list of blog per-user information. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 317 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 318 | "blog_user_info": { # Information about a User for the Blog. |
| 319 | "kind": "A String", # The kind of this entity. Always blogger#blogPerUserInfo. |
| 320 | "blogId": "A String", # ID of the Blog resource. |
| 321 | "role": "A String", # Access permissions that the user has for the blog (ADMIN, AUTHOR, or |
| 322 | # READER). |
| 323 | "hasAdminAccess": True or False, # True if the user has Admin level access to the blog. |
| 324 | "photosAlbumKey": "A String", # The Photo Album Key for the user when adding photos to the blog. |
| 325 | "userId": "A String", # ID of the User. |
| 326 | }, |
| 327 | "blog": { # The Blog resource. |
| 328 | "pages": { # The container of pages in this blog. |
| 329 | "selfLink": "A String", # The URL of the container for pages in this blog. |
| 330 | "totalItems": 42, # The count of pages in this blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 331 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 332 | "id": "A String", # The identifier for this resource. |
| 333 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 334 | "updated": "A String", # RFC 3339 date-time when this blog was last updated. |
| 335 | "name": "A String", # The name of this blog. This is displayed as the title. |
| 336 | "kind": "A String", # The kind of this entry. Always blogger#blog. |
| 337 | "locale": { # The locale this Blog is set to. |
| 338 | "country": "A String", # The country this blog's locale is set to. |
| 339 | "variant": "A String", # The language variant this blog is authored in. |
| 340 | "language": "A String", # The language this blog is authored in. |
| 341 | }, |
| 342 | "status": "A String", # The status of the blog. |
| 343 | "url": "A String", # The URL where this blog is published. |
| 344 | "description": "A String", # The description of this blog. This is displayed underneath the title. |
| 345 | "published": "A String", # RFC 3339 date-time when this blog was published. |
| 346 | "posts": { # The container of posts in this blog. |
| 347 | "items": [ # The List of Posts for this Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 348 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 349 | "url": "A String", # The URL where this Post is displayed. |
| 350 | "etag": "A String", # Etag of the resource. |
| 351 | "status": "A String", # Status of the post. Only set for admin-level requests. |
| 352 | "customMetaData": "A String", # The JSON meta-data for the Post. |
| 353 | "replies": { # The container of comments on this Post. |
| 354 | "items": [ # The List of Comments for this Post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 355 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 356 | "id": "A String", # The identifier for this resource. |
| 357 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 358 | "published": "A String", # RFC 3339 date-time when this comment was published. |
| 359 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. |
| 360 | "status": "A String", # The status of the comment (only populated for admin users). |
| 361 | "inReplyTo": { # Data about the comment this is in reply to. |
| 362 | "id": "A String", # The identified of the parent of this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 363 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 364 | "kind": "A String", # The kind of this entry. Always blogger#comment. |
| 365 | "author": { # The author of this Comment. |
| 366 | "id": "A String", # The identifier of the creator. |
| 367 | "image": { # The creator's avatar. |
| 368 | "url": "A String", # The creator's avatar URL. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 369 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 370 | "displayName": "A String", # The display name. |
| 371 | "url": "A String", # The URL of the creator's Profile page. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 372 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 373 | "content": "A String", # The actual content of the comment. May include HTML markup. |
| 374 | "blog": { # Data about the blog containing this comment. |
| 375 | "id": "A String", # The identifier of the blog containing this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 376 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 377 | "post": { # Data about the post containing this comment. |
| 378 | "id": "A String", # The identifier of the post containing this comment. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 379 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 380 | }, |
| 381 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 382 | "selfLink": "A String", # The URL of the comments on this post. |
| 383 | "totalItems": "A String", # The count of comments on this post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 384 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 385 | "author": { # The author of this Post. |
| 386 | "id": "A String", # The identifier of the creator. |
| 387 | "url": "A String", # The URL of the creator's Profile page. |
| 388 | "displayName": "A String", # The display name. |
| 389 | "image": { # The creator's avatar. |
| 390 | "url": "A String", # The creator's avatar URL. |
| 391 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 392 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 393 | "location": { # The location for geotagged posts. |
| 394 | "name": "A String", # Location name. |
| 395 | "lat": 3.14, # Location's latitude. |
| 396 | "lng": 3.14, # Location's longitude. |
| 397 | "span": "A String", # Location's viewport span. Can be used when rendering a map preview. |
| 398 | }, |
| 399 | "published": "A String", # RFC 3339 date-time when this Post was published. |
| 400 | "titleLink": "A String", # The title link URL, similar to atom's related link. |
| 401 | "readerComments": "A String", # Comment control and display setting for readers of this post. |
| 402 | "labels": [ # The list of labels this Post was tagged with. |
| 403 | "A String", |
| 404 | ], |
| 405 | "title": "A String", # The title of the Post. |
| 406 | "updated": "A String", # RFC 3339 date-time when this Post was last updated. |
| 407 | "id": "A String", # The identifier of this Post. |
| 408 | "kind": "A String", # The kind of this entity. Always blogger#post. |
| 409 | "images": [ # Display image for the Post. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 410 | { |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 411 | "url": "A String", |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 412 | }, |
| 413 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 414 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
| 415 | "content": "A String", # The content of the Post. May contain HTML markup. |
| 416 | "blog": { # Data about the blog containing this Post. |
| 417 | "id": "A String", # The identifier of the Blog that contains this Post. |
| 418 | }, |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 419 | }, |
| 420 | ], |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 421 | "totalItems": 42, # The count of posts in this blog. |
| 422 | "selfLink": "A String", # The URL of the container for posts in this blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 423 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 424 | "customMetaData": "A String", # The JSON custom meta-data for the Blog. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 425 | }, |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 426 | "kind": "A String", # The kind of this entity. Always blogger#blogUserInfo. |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 427 | }, |
| 428 | ], |
Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 429 | }</pre> |
| 430 | </div> |
| 431 | |
| 432 | </body></html> |