Header name | Description |
---|---|
Content-Type required |
application/json |
X-API-KEY required |
YOUR_API_KEY |
// Successful request GET /api/v2/projects/nE9H0mK3N1Yvskmzaz0m/comments 200 { "comments": [ { "id": 11, "message": "Sample comment for tests", "updated_at": "2023-11-27T09:43:11.194Z", "user": { "id": 178, "email": "admin-user-155@example.com", "first_name": null, "last_name": null, "avatar_url": null }, "mentioned_users": [] } ] }
// If :project_id is not found GET /api/v2/projects/not-found-id/comments 404 { "error": "project not found" }
Code | Description |
---|---|
401 | Unauthorized |
404 | Not found |
500 | Internal Server Error |
422 | Missing parameters |