You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Authorization is required if the comment status is "unpublished". If the comment status is "published", then this method can be called without authorization.
Request
HTTP Request
This method accepts GET only.
GET https://your-host/your-mt-api.cgi/v1/sites/{blog_id}/comments/{comment_id}
Parameters
Method Parameters
Parameter
Type
Description
blog_id
unsigned integer
The blog ID.
comment_id
unsigned integer
The comment ID.
Query Parameters
Not available.
Request Body
Do not supply a request body.
Response
If successful, this method will return an Comments resource as the response body.
Status Code
Code
Description
200
no error
403
Do not have permission to retrieve the requested comment.