getComment( )


Retrieves a comment.

Authentication

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permissions
Manage Comments
Read Comments
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
commentIdstringRequired

ID of the comment to retrieve.

Returns
Return Type:Promise<Comment>
Did this help?