Skip to main content

Get comment for commentId

GET 

/comment/:commentId

Get comment for commentId

Request

Path Parameters

    commentId stringrequired

Responses

Comment retrieved

Schema

    createdAt date-time

    Time representation of entity creation

    body string
    state commentState (string)

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

    owner address (string)
    id commentId (string)

    Unique identifier for Comment

    submissionId submissionId (string)

    Unique identifier for Project

Loading...