GET
/
api
/
public
/
comments
/
{commentId}
{
  "data": [
    {
      "id": "<string>",
      "projectId": "<string>",
      "createdAt": {},
      "updatedAt": {},
      "objectType": "<string>",
      "objectId": "<string>",
      "content": "<string>",
      "authorUserId": "<string>"
    }
  ],
  "meta": {
    "page": 123,
    "limit": 123,
    "totalItems": 123,
    "totalPages": 123
  }
}

Response Description

Below you will see the description of the get a list score response

data
array

Array of comment objects.

meta
object

Metadata for pagination.

Code Response

Exemples of Response Code

  • 200 Successful Response Code
  • 400 Error Response Code