Closed geloidA closed 6 months ago
Hello @geloidA You can use this method https://api.onlyoffice.com/portals/method/project/get/api/2.0/project/task/%7btaskid%7d/comment.
Or do you need to get comments in all tasks in all projects with one request?
How i can understand method that you are mentioned allows get all comments for specific task in project, but i need get all tasks's comments in a project in a single JSON response. Or am i wrong?
get all comments for specific task in project
Yes, you are right.
get all tasks's comments in a project in a single JSON response.
No, we don't have that method. You can make a cycle of requests for all project tasks.
Thank you for your response.
Hi! Is it possible to get all the comments on a project's tasks with a single API request?