GET/projects/api/v3/milestones/{milestoneId}/comments.json
Get a list of comments for a milestone
Request Examples
Example Request
GET
/projects/api/v3/milestones/{milestoneId}/comments.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/tags.json
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
CommentsResponse contains information about a group of comments.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 403
- Type
- object
- Schema
- Description
- 403 Forbidden
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 404
- Description
- 404 Not Found No Data
200 OK
CommentsResponse
{ "comments": [ { "body": "string", "commentLink": "string", "contentType": "string", "dateDeleted": "string", "dateLastEdited": "string", "deleted": true, "deletedBy": 0, "deletedByUserId": 0, "fileCount": 0, "fileIds": [ 0 ], "files": [ { "id": 0,