Skip to main content

Get comment for commentId

GET 

/comment/:commentId

Get comment for commentId

Request

Path Parameters

    commentId stringrequired

Responses

Comment retrieved

Schema

    owner address (string)
    body string
    id commentId (string)

    Unique identifier for Comment

    submissionId submissionId (string)

    Unique identifier for Submission

    state commentState (string)

    Possible values: [public, hidden, flagged, studioApproved, studioRejected]

    createdAt date-time

    Time representation of entity creation

Loading...