Skip to main content

Get comments for userId

GET 

/comments/by/user/:userId

Get comments for userId

Request

Path Parameters

    userId uuidrequired

Responses

Comments retrieved

Schema

  • Array [

  • owner address (string)
    id commentId (string)

    Unique identifier for Comment

    body string
    createdAt date-time

    Time representation of entity creation

    state commentState (string)

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

    submissionId submissionId (string)

    Unique identifier for Project

  • ]

Loading...