v5

latestOpenAPI 3.1.02026-07-31151195455.5 KB
requests

Returns a list of comments for a specific request.

get/requests/{id}/comments

Path parameters

idstring uuid required

The ID of the request to get comments for

Response

A list of comments associated with the specified request.

Example response

{
  "comments": [
    {
      "created_at": "2021-01-06T20:00:00Z",
      "request_id": "4c86c85d-0651-43e2-a748-d69d658418e8",
      "user_id": "c86c85d-0651-43e2-a748-d69d658418e8",
      "comment": "This is a comment."
    }
  ]
}