GET
/
cases
/
{case_id}
/
comments
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "content": "<string>",
    "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "user": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "email": "jsmith@example.com",
      "is_active": true,
      "is_superuser": false,
      "is_verified": false,
      "role": "basic",
      "first_name": "<string>",
      "last_name": "<string>",
      "settings": {}
    },
    "last_edited_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Path Parameters

case_id
string
required

Query Parameters

workspace_id
string
required

Response

200
application/json
Successful Response

The response is of type object[].