| 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.comments.html">comments</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, postId, commentId, x__xgafv=None)</a></code></p> | 
|  | 79 | <p class="firstline">Gets a comment by blog id, post id and comment id.</p> | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 80 | <p class="toc_element"> | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 81 | <code><a href="#list">list(blogId, postId, maxResults=None, fetchBodies=None, pageToken=None, startDate=None, x__xgafv=None)</a></code></p> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 82 | <p class="firstline">Lists comments.</p> | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 83 | <p class="toc_element"> | 
|  | 84 | <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p> | 
|  | 85 | <p class="firstline">Retrieves the next page of results.</p> | 
|  | 86 | <h3>Method Details</h3> | 
|  | 87 | <div class="method"> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 88 | <code class="details" id="get">get(blogId, postId, commentId, x__xgafv=None)</code> | 
|  | 89 | <pre>Gets a comment by blog id, post id and comment id. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 90 |  | 
|  | 91 | Args: | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 92 | blogId: string, A parameter (required) | 
|  | 93 | postId: string, A parameter (required) | 
|  | 94 | commentId: string, A parameter (required) | 
|  | 95 | x__xgafv: string, V1 error format. | 
|  | 96 | Allowed values | 
|  | 97 | 1 - v1 error format | 
|  | 98 | 2 - v2 error format | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 99 |  | 
|  | 100 | Returns: | 
|  | 101 | An object of the form: | 
|  | 102 |  | 
|  | 103 | { | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 104 | "id": "A String", # The identifier for this resource. | 
|  | 105 | "selfLink": "A String", # The API REST URL to fetch this resource from. | 
|  | 106 | "published": "A String", # RFC 3339 date-time when this comment was published. | 
|  | 107 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. | 
|  | 108 | "status": "A String", # The status of the comment (only populated for admin users). | 
|  | 109 | "inReplyTo": { # Data about the comment this is in reply to. | 
|  | 110 | "id": "A String", # The identified of the parent of this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 111 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 112 | "kind": "A String", # The kind of this entry. Always blogger#comment. | 
|  | 113 | "author": { # The author of this Comment. | 
|  | 114 | "id": "A String", # The identifier of the creator. | 
|  | 115 | "image": { # The creator's avatar. | 
|  | 116 | "url": "A String", # The creator's avatar URL. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 117 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 118 | "displayName": "A String", # The display name. | 
|  | 119 | "url": "A String", # The URL of the creator's Profile page. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 120 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 121 | "content": "A String", # The actual content of the comment. May include HTML markup. | 
|  | 122 | "blog": { # Data about the blog containing this comment. | 
|  | 123 | "id": "A String", # The identifier of the blog containing this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 124 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 125 | "post": { # Data about the post containing this comment. | 
|  | 126 | "id": "A String", # The identifier of the post containing this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 127 | }, | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 128 | }</pre> | 
|  | 129 | </div> | 
|  | 130 |  | 
|  | 131 | <div class="method"> | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 132 | <code class="details" id="list">list(blogId, postId, maxResults=None, fetchBodies=None, pageToken=None, startDate=None, x__xgafv=None)</code> | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 133 | <pre>Lists comments. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 134 |  | 
|  | 135 | Args: | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 136 | blogId: string, A parameter (required) | 
|  | 137 | postId: string, A parameter (required) | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 138 | maxResults: integer, A parameter | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 139 | fetchBodies: boolean, A parameter | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 140 | pageToken: string, A parameter | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 141 | startDate: string, A parameter | 
| Dan O'Meara | dd49464 | 2020-05-01 07:42:23 -0700 | [diff] [blame] | 142 | x__xgafv: string, V1 error format. | 
|  | 143 | Allowed values | 
|  | 144 | 1 - v1 error format | 
|  | 145 | 2 - v2 error format | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 146 |  | 
|  | 147 | Returns: | 
|  | 148 | An object of the form: | 
|  | 149 |  | 
|  | 150 | { | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 151 | "items": [ # The List of Comments for a Post. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 152 | { | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 153 | "id": "A String", # The identifier for this resource. | 
|  | 154 | "selfLink": "A String", # The API REST URL to fetch this resource from. | 
|  | 155 | "published": "A String", # RFC 3339 date-time when this comment was published. | 
|  | 156 | "updated": "A String", # RFC 3339 date-time when this comment was last updated. | 
|  | 157 | "status": "A String", # The status of the comment (only populated for admin users). | 
|  | 158 | "inReplyTo": { # Data about the comment this is in reply to. | 
|  | 159 | "id": "A String", # The identified of the parent of this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 160 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 161 | "kind": "A String", # The kind of this entry. Always blogger#comment. | 
|  | 162 | "author": { # The author of this Comment. | 
|  | 163 | "id": "A String", # The identifier of the creator. | 
|  | 164 | "image": { # The creator's avatar. | 
|  | 165 | "url": "A String", # The creator's avatar URL. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 166 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 167 | "displayName": "A String", # The display name. | 
|  | 168 | "url": "A String", # The URL of the creator's Profile page. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 169 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 170 | "content": "A String", # The actual content of the comment. May include HTML markup. | 
|  | 171 | "blog": { # Data about the blog containing this comment. | 
|  | 172 | "id": "A String", # The identifier of the blog containing this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 173 | }, | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 174 | "post": { # Data about the post containing this comment. | 
|  | 175 | "id": "A String", # The identifier of the post containing this comment. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 176 | }, | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 177 | }, | 
|  | 178 | ], | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 179 | "nextPageToken": "A String", # Pagination token to fetch the next page, if one exists. | 
|  | 180 | "etag": "A String", # Etag of the response. | 
|  | 181 | "kind": "A String", # The kind of this entry. Always blogger#commentList. | 
|  | 182 | "prevPageToken": "A String", # Pagination token to fetch the previous page, if one exists. | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 183 | }</pre> | 
|  | 184 | </div> | 
|  | 185 |  | 
|  | 186 | <div class="method"> | 
|  | 187 | <code class="details" id="list_next">list_next(previous_request, previous_response)</code> | 
|  | 188 | <pre>Retrieves the next page of results. | 
|  | 189 |  | 
|  | 190 | Args: | 
|  | 191 | previous_request: The request for the previous page. (required) | 
|  | 192 | previous_response: The response from the request for the previous page. (required) | 
|  | 193 |  | 
|  | 194 | Returns: | 
| Bu Sun Kim | 6502091 | 2020-05-20 12:08:20 -0700 | [diff] [blame^] | 195 | A request object that you can call 'execute()' on to request the next | 
| Sai Cheemalapati | df61397 | 2016-10-21 13:59:49 -0700 | [diff] [blame] | 196 | page. Returns None if there are no more items in the collection. | 
|  | 197 | </pre> | 
|  | 198 | </div> | 
|  | 199 |  | 
|  | 200 | </body></html> |