GET /api/projects/:project_id/contributions/:contribution_id/comments/
URL parameters
Parameter
Type
Description
project_id
Integer
Unique identifier for the project.
contribution_id
Integer
Unique identifier for the contribution.
Response
The response contains an array of all comments made to the contribution.
Response codes
Code
Reason
200
The comments has been returned successfully.
404
The project or contribution was not found. For security reasons we do not leak information about private projects, hence we don’t confirm existence private projects to unauthorised users.