GET
/
api
/
public
/
scores
/
api
/
public
/
scores
/
{scoreId}
{
  "id": "<string>",
  "projectId": "<string>",
  "createdAt": {},
  "updatedAt": {},
  "objectType": "<string>",
  "objectId": "<string>",
  "content": "<string>",
  "authorUserId": "<string>"
}

Response Description

Below you will see the description of the Get a comment by id response
id
string
required
Unique identifier of the comment.
projectId
string
required
ID of the associated project.
createdAt
date-time
required
Timestamp of when the comment was created (ISO 8601 format).
updatedAt
date-time
required
Timestamp of when the comment was last updated (ISO 8601 format).
objectType
string
required
Type of object the comment is associated with (e.g., TRACE, OBSERVATION).
objectId
string
required
ID of the object the comment is associated with.
content
string
required
The content of the comment.
authorUserId
string
required
ID of the user who authored the comment.

Code Response

Exemples of Response Code
  • 200 Successful Response Code
  • 400 Error Response Code