Asana Stories API for Getting Task Comments Data

Hello,

I am using the following stories API for getting Task Comments data, but there is no type of ‘comment’ (User-generated stories), only system type stories. I have added some comments in the Task UI for the task.

https://app.asana.com/api/1.0/tasks/:task_gid/stories

Could anyone help me check why there is no task comments data through stories API? How should I get this data?

Thanks!

Hi @Lei_Zhong - welcome to the forum! Could you post a snip of your code? That is the correct endpoint, and I can generate both system- and user-generated stories using it. You can trial it out using the documentation here.

Comments are stories, with resource_subtype = “comment_added”.

Thanks team, I can get the comments using stories API today.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.