Get Project Comment by ID

GET/api/project-comments/{id}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area
curl -X GET "https://yoursite.com/api/project-comments/123" \
  -H "authtoken: YOUR_API_TOKEN"

Success-Response:

{
  "id": "1",
  "project_id": "1",
  "description": "Comment text"
}
MethodGET
Path/api/project-comments/{id}
GroupProject Comments
Sincev1.0.0
Defined inRestApi/Controllers/ProjectCommentsController.php