Skip to main content

Get comment for commentId

GET 

/comment/:commentId

Get comment for commentId

Request

Path Parameters

    commentId stringrequired

Responses

Comment retrieved

Schema

    body string
    owner address (string)
    createdAt date-time

    Time representation of entity creation

    id commentId (string)

    Unique identifier for Comment

    state commentState (string)

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

    submissionId submissionId (string)

    Unique identifier for Project

Loading...