v1

latestOpenAPI 3.1.02026-07-24188215268.7 KB
topics and comments - resource

Get a comment

This API allows users to access a specific comment within a topic, provided they have the necessary access permissions. This GET request requires the owner's ID and the topic's UUID to retrieve the comment details.

get/topics/{owner}/{topicUuid}/comments/{commentid}

Path parameters

ownerstring required
topicUuidstring uuid required
commentidstring required

Response

default response

bodystring

Body content of the comment.

commentidstring

Comment id generated while creating a comment. Returned for reference but must be provided through URL only.

ownerstring

An organization owning a comment. Returned for reference but must be provided through URL only.

topicUuidstring uuid

Topic unique id stored along comments. Returned for reference but must be provided through URL only.