AlphaAlpha Docs
API ReferenceProject comment controller

Get Comments_ Project Comment

GET
/projects/{projectId}/scenarios/{scenarioId}/comments
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
scenarioId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/string/scenarios/string/comments"
[
  {
    "anchorEntityId": "string",
    "anchorEntityType": "string",
    "authorId": "string",
    "createdAt": "2019-08-24T14:15:22Z",
    "id": "string",
    "position": {
      "x": 0.1,
      "y": 0.1,
      "z": 0.1
    },
    "replies": [
      {
        "authorId": "string",
        "createdAt": "2019-08-24T14:15:22Z",
        "id": "string",
        "text": "string"
      }
    ],
    "resolved": true,
    "scenarioId": "string",
    "text": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}