John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [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_v3.html">Blogger API v3</a> . <a href="blogger_v3.pages.html">pages</a></h1> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 76 | <h2>Instance Methods</h2> |
| 77 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 78 | <code><a href="#close">close()</a></code></p> |
| 79 | <p class="firstline">Close httplib2 connections.</p> |
| 80 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 81 | <code><a href="#delete">delete(blogId, pageId, x__xgafv=None)</a></code></p> |
| 82 | <p class="firstline">Deletes a page by blog id and page id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 83 | <p class="toc_element"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 84 | <code><a href="#get">get(blogId, pageId, view=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 85 | <p class="firstline">Gets a page by blog id and page id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 86 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 87 | <code><a href="#insert">insert(blogId, body=None, isDraft=None, x__xgafv=None)</a></code></p> |
| 88 | <p class="firstline">Inserts a page.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 89 | <p class="toc_element"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 90 | <code><a href="#list">list(blogId, fetchBodies=None, view=None, pageToken=None, maxResults=None, status=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 91 | <p class="firstline">Lists pages.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 92 | <p class="toc_element"> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 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 Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 96 | <code><a href="#patch">patch(blogId, pageId, body=None, publish=None, revert=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 97 | <p class="firstline">Patches a page.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 98 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 99 | <code><a href="#publish">publish(blogId, pageId, x__xgafv=None)</a></code></p> |
| 100 | <p class="firstline">Publishes a page.</p> |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 101 | <p class="toc_element"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 102 | <code><a href="#revert">revert(blogId, pageId, x__xgafv=None)</a></code></p> |
| 103 | <p class="firstline">Reverts a published or scheduled page to draft state.</p> |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 104 | <p class="toc_element"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 105 | <code><a href="#update">update(blogId, pageId, body=None, revert=None, publish=None, x__xgafv=None)</a></code></p> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 106 | <p class="firstline">Updates a page by blog id and page id.</p> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 107 | <h3>Method Details</h3> |
| 108 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 109 | <code class="details" id="close">close()</code> |
| 110 | <pre>Close httplib2 connections.</pre> |
| 111 | </div> |
| 112 | |
| 113 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 114 | <code class="details" id="delete">delete(blogId, pageId, x__xgafv=None)</code> |
| 115 | <pre>Deletes a page by blog id and page id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 116 | |
| 117 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 118 | blogId: string, A parameter (required) |
| 119 | pageId: string, A parameter (required) |
| 120 | x__xgafv: string, V1 error format. |
| 121 | Allowed values |
| 122 | 1 - v1 error format |
| 123 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 124 | </pre> |
| 125 | </div> |
| 126 | |
| 127 | <div class="method"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 128 | <code class="details" id="get">get(blogId, pageId, view=None, x__xgafv=None)</code> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 129 | <pre>Gets a page by blog id and page id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 130 | |
| 131 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 132 | blogId: string, A parameter (required) |
| 133 | pageId: string, A parameter (required) |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 134 | view: string, A parameter |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 135 | Allowed values |
| 136 | VIEW_TYPE_UNSPECIFIED - |
| 137 | READER - |
| 138 | AUTHOR - |
| 139 | ADMIN - |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 140 | x__xgafv: string, V1 error format. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 141 | Allowed values |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 142 | 1 - v1 error format |
| 143 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 144 | |
| 145 | Returns: |
| 146 | An object of the form: |
| 147 | |
| 148 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 149 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 150 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 151 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 152 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 153 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 154 | "id": "A String", # The identifier of the creator. |
| 155 | "displayName": "A String", # The display name. |
| 156 | "image": { # The creator's avatar. |
| 157 | "url": "A String", # The creator's avatar URL. |
| 158 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 159 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 160 | "blog": { # Data about the blog containing this Page. |
| 161 | "id": "A String", # The identifier of the blog containing this page. |
| 162 | }, |
| 163 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 164 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 165 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 166 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 167 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 168 | "id": "A String", # The identifier for this resource. |
| 169 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 170 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 171 | </div> |
| 172 | |
| 173 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 174 | <code class="details" id="insert">insert(blogId, body=None, isDraft=None, x__xgafv=None)</code> |
| 175 | <pre>Inserts a page. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 176 | |
| 177 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 178 | blogId: string, A parameter (required) |
| 179 | body: object, The request body. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 180 | The object takes the form of: |
| 181 | |
| 182 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 183 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 184 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 185 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 186 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 187 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 188 | "id": "A String", # The identifier of the creator. |
| 189 | "displayName": "A String", # The display name. |
| 190 | "image": { # The creator's avatar. |
| 191 | "url": "A String", # The creator's avatar URL. |
| 192 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 193 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 194 | "blog": { # Data about the blog containing this Page. |
| 195 | "id": "A String", # The identifier of the blog containing this page. |
| 196 | }, |
| 197 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 198 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 199 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 200 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 201 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 202 | "id": "A String", # The identifier for this resource. |
| 203 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 204 | } |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 205 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 206 | isDraft: boolean, A parameter |
| 207 | x__xgafv: string, V1 error format. |
| 208 | Allowed values |
| 209 | 1 - v1 error format |
| 210 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 211 | |
| 212 | Returns: |
| 213 | An object of the form: |
| 214 | |
| 215 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 216 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 217 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 218 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 219 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 220 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 221 | "id": "A String", # The identifier of the creator. |
| 222 | "displayName": "A String", # The display name. |
| 223 | "image": { # The creator's avatar. |
| 224 | "url": "A String", # The creator's avatar URL. |
| 225 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 226 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 227 | "blog": { # Data about the blog containing this Page. |
| 228 | "id": "A String", # The identifier of the blog containing this page. |
| 229 | }, |
| 230 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 231 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 232 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 233 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 234 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 235 | "id": "A String", # The identifier for this resource. |
| 236 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 237 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 238 | </div> |
| 239 | |
| 240 | <div class="method"> |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 241 | <code class="details" id="list">list(blogId, fetchBodies=None, view=None, pageToken=None, maxResults=None, status=None, x__xgafv=None)</code> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 242 | <pre>Lists pages. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 243 | |
| 244 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 245 | blogId: string, A parameter (required) |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 246 | fetchBodies: boolean, A parameter |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 247 | view: string, A parameter |
| 248 | Allowed values |
| 249 | VIEW_TYPE_UNSPECIFIED - |
| 250 | READER - |
| 251 | AUTHOR - |
| 252 | ADMIN - |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 253 | pageToken: string, A parameter |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 254 | maxResults: integer, A parameter |
| 255 | status: string, A parameter (repeated) |
| 256 | Allowed values |
| 257 | LIVE - |
| 258 | DRAFT - |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 259 | x__xgafv: string, V1 error format. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 260 | Allowed values |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 261 | 1 - v1 error format |
| 262 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 263 | |
| 264 | Returns: |
| 265 | An object of the form: |
| 266 | |
| 267 | { |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 268 | "kind": "A String", # The kind of this entity. Always blogger#pageList. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 269 | "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists. |
| 270 | "etag": "A String", # Etag of the response. |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 271 | "items": [ # The list of Pages for a Blog. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 272 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 273 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 274 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 275 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 276 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 277 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 278 | "id": "A String", # The identifier of the creator. |
| 279 | "displayName": "A String", # The display name. |
| 280 | "image": { # The creator's avatar. |
| 281 | "url": "A String", # The creator's avatar URL. |
| 282 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 283 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 284 | "blog": { # Data about the blog containing this Page. |
| 285 | "id": "A String", # The identifier of the blog containing this page. |
| 286 | }, |
| 287 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 288 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 289 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 290 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 291 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 292 | "id": "A String", # The identifier for this resource. |
| 293 | "published": "A String", # RFC 3339 date-time when this Page was published. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 294 | }, |
| 295 | ], |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 296 | }</pre> |
| 297 | </div> |
| 298 | |
| 299 | <div class="method"> |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 300 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> |
| 301 | <pre>Retrieves the next page of results. |
| 302 | |
| 303 | Args: |
| 304 | previous_request: The request for the previous page. (required) |
| 305 | previous_response: The response from the request for the previous page. (required) |
| 306 | |
| 307 | Returns: |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 308 | A request object that you can call 'execute()' on to request the next |
Craig Citro | e633be1 | 2015-03-02 13:40:36 -0800 | [diff] [blame] | 309 | page. Returns None if there are no more items in the collection. |
| 310 | </pre> |
| 311 | </div> |
| 312 | |
| 313 | <div class="method"> |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 314 | <code class="details" id="patch">patch(blogId, pageId, body=None, publish=None, revert=None, x__xgafv=None)</code> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 315 | <pre>Patches a page. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 316 | |
| 317 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 318 | blogId: string, A parameter (required) |
| 319 | pageId: string, A parameter (required) |
| 320 | body: object, The request body. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 321 | The object takes the form of: |
| 322 | |
| 323 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 324 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 325 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 326 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 327 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 328 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 329 | "id": "A String", # The identifier of the creator. |
| 330 | "displayName": "A String", # The display name. |
| 331 | "image": { # The creator's avatar. |
| 332 | "url": "A String", # The creator's avatar URL. |
| 333 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 334 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 335 | "blog": { # Data about the blog containing this Page. |
| 336 | "id": "A String", # The identifier of the blog containing this page. |
| 337 | }, |
| 338 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 339 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 340 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 341 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 342 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 343 | "id": "A String", # The identifier for this resource. |
| 344 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 345 | } |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 346 | |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 347 | publish: boolean, A parameter |
Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame] | 348 | revert: boolean, A parameter |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 349 | x__xgafv: string, V1 error format. |
| 350 | Allowed values |
| 351 | 1 - v1 error format |
| 352 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 353 | |
| 354 | Returns: |
| 355 | An object of the form: |
| 356 | |
| 357 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 358 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 359 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 360 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 361 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 362 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 363 | "id": "A String", # The identifier of the creator. |
| 364 | "displayName": "A String", # The display name. |
| 365 | "image": { # The creator's avatar. |
| 366 | "url": "A String", # The creator's avatar URL. |
| 367 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 368 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 369 | "blog": { # Data about the blog containing this Page. |
| 370 | "id": "A String", # The identifier of the blog containing this page. |
| 371 | }, |
| 372 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 373 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 374 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 375 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 376 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 377 | "id": "A String", # The identifier for this resource. |
| 378 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 379 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 380 | </div> |
| 381 | |
| 382 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 383 | <code class="details" id="publish">publish(blogId, pageId, x__xgafv=None)</code> |
| 384 | <pre>Publishes a page. |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 385 | |
| 386 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 387 | blogId: string, A parameter (required) |
| 388 | pageId: string, A parameter (required) |
| 389 | x__xgafv: string, V1 error format. |
| 390 | Allowed values |
| 391 | 1 - v1 error format |
| 392 | 2 - v2 error format |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 393 | |
| 394 | Returns: |
| 395 | An object of the form: |
| 396 | |
| 397 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 398 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 399 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 400 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 401 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 402 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 403 | "id": "A String", # The identifier of the creator. |
| 404 | "displayName": "A String", # The display name. |
| 405 | "image": { # The creator's avatar. |
| 406 | "url": "A String", # The creator's avatar URL. |
| 407 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 408 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 409 | "blog": { # Data about the blog containing this Page. |
| 410 | "id": "A String", # The identifier of the blog containing this page. |
| 411 | }, |
| 412 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 413 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 414 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 415 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 416 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 417 | "id": "A String", # The identifier for this resource. |
| 418 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 419 | }</pre> |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 420 | </div> |
| 421 | |
| 422 | <div class="method"> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 423 | <code class="details" id="revert">revert(blogId, pageId, x__xgafv=None)</code> |
| 424 | <pre>Reverts a published or scheduled page to draft state. |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 425 | |
| 426 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 427 | blogId: string, A parameter (required) |
| 428 | pageId: string, A parameter (required) |
| 429 | x__xgafv: string, V1 error format. |
| 430 | Allowed values |
| 431 | 1 - v1 error format |
| 432 | 2 - v2 error format |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 433 | |
| 434 | Returns: |
| 435 | An object of the form: |
| 436 | |
| 437 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 438 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 439 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 440 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 441 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 442 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 443 | "id": "A String", # The identifier of the creator. |
| 444 | "displayName": "A String", # The display name. |
| 445 | "image": { # The creator's avatar. |
| 446 | "url": "A String", # The creator's avatar URL. |
| 447 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 448 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 449 | "blog": { # Data about the blog containing this Page. |
| 450 | "id": "A String", # The identifier of the blog containing this page. |
| 451 | }, |
| 452 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 453 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 454 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 455 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 456 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 457 | "id": "A String", # The identifier for this resource. |
| 458 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 459 | }</pre> |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 460 | </div> |
| 461 | |
| 462 | <div class="method"> |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 463 | <code class="details" id="update">update(blogId, pageId, body=None, revert=None, publish=None, x__xgafv=None)</code> |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 464 | <pre>Updates a page by blog id and page id. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 465 | |
| 466 | Args: |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 467 | blogId: string, A parameter (required) |
| 468 | pageId: string, A parameter (required) |
| 469 | body: object, The request body. |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 470 | The object takes the form of: |
| 471 | |
| 472 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 473 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 474 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 475 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 476 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 477 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 478 | "id": "A String", # The identifier of the creator. |
| 479 | "displayName": "A String", # The display name. |
| 480 | "image": { # The creator's avatar. |
| 481 | "url": "A String", # The creator's avatar URL. |
| 482 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 483 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 484 | "blog": { # Data about the blog containing this Page. |
| 485 | "id": "A String", # The identifier of the blog containing this page. |
| 486 | }, |
| 487 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 488 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 489 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 490 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 491 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 492 | "id": "A String", # The identifier for this resource. |
| 493 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 494 | } |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 495 | |
Bu Sun Kim | 4ed7d3f | 2020-05-27 12:20:54 -0700 | [diff] [blame] | 496 | revert: boolean, A parameter |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 497 | publish: boolean, A parameter |
Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 498 | x__xgafv: string, V1 error format. |
| 499 | Allowed values |
| 500 | 1 - v1 error format |
| 501 | 2 - v2 error format |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 502 | |
| 503 | Returns: |
| 504 | An object of the form: |
| 505 | |
| 506 | { |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 507 | "updated": "A String", # RFC 3339 date-time when this Page was last updated. |
| 508 | "title": "A String", # The title of this entity. This is the name displayed in the Admin user interface. |
| 509 | "etag": "A String", # Etag of the resource. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 510 | "author": { # The author of this Page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 511 | "url": "A String", # The URL of the creator's Profile page. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 512 | "id": "A String", # The identifier of the creator. |
| 513 | "displayName": "A String", # The display name. |
| 514 | "image": { # The creator's avatar. |
| 515 | "url": "A String", # The creator's avatar URL. |
| 516 | }, |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 517 | }, |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 518 | "blog": { # Data about the blog containing this Page. |
| 519 | "id": "A String", # The identifier of the blog containing this page. |
| 520 | }, |
| 521 | "selfLink": "A String", # The API REST URL to fetch this resource from. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 522 | "content": "A String", # The body content of this Page, in HTML. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 523 | "url": "A String", # The URL that this Page is displayed at. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 524 | "kind": "A String", # The kind of this entity. Always blogger#page. |
Dmitry Frenkel | 3e17f89 | 2020-10-06 16:46:05 -0700 | [diff] [blame^] | 525 | "status": "A String", # The status of the page for admin resources (either LIVE or DRAFT). |
| 526 | "id": "A String", # The identifier for this resource. |
| 527 | "published": "A String", # RFC 3339 date-time when this Page was published. |
Bu Sun Kim | d059ad8 | 2020-07-22 17:02:09 -0700 | [diff] [blame] | 528 | }</pre> |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 529 | </div> |
| 530 | |
| 531 | </body></html> |