blog.post.comments.getInfo

Returns information about a comment.

Parameters

  • id GET

    Comment id.

  • access_token GET

    API auth token obtained during the API authorization.

  • format GET Optional

    Sets response format. Available options: json (default), xml.

Example

https://demo1.webasyst.com/api.php/blog.post.comments.getInfo?

Error codes

  • invalid_request

    Invalid formed request. Additional information about the error is available in error_description parameter.

  • access_denied

    Access to the specified API method for the current token is denied.

  • invalid_method

    Unknown API method.