Asana / python-asana

Official Python client library for the Asana API v1
MIT License
299 stars 103 forks source link

stories.get_stories_for_task() ignores params object #148

Closed dregin closed 1 year ago

dregin commented 2 years ago

Doing stories.get_stories_for_task(task_gid, {'type':'comment'}) should return only stories of type comment, but returns all stories for the task.

asana=0.10.13

jv-asana commented 1 year ago

Hi @dregin, this endpoint does not support filtering by type. We recommend that you do this filtering on your end once you have fetched the data.

no_support_filter_story_by_type
dregin commented 1 year ago

Hi @dregin, this endpoint does not support filtering by type. We recommend that you do this filtering on your end once you have fetched the data.

no_support_filter_story_by_type

Thanks for confirming.

Are there any plans to introduce server-side filtering? It's incredibly slow otherwise.

jv-asana commented 1 year ago

Hi @dregin, as far as I know we do not have any plans on adding this feature. I'll bring this up with my team.

dregin commented 1 year ago

Thank you.

On Tue, 8 Nov 2022, 20:57 John V., @.***> wrote:

Hi @dregin https://github.com/dregin, as far as I know we do not have any plans on adding this feature. I'll bring this up with my team.

— Reply to this email directly, view it on GitHub https://github.com/Asana/python-asana/issues/148#issuecomment-1307815615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABIPM7LWWHX6Z7NKD6XN43WHK5CVANCNFSM5YEFCRAQ . You are receiving this because you were mentioned.Message ID: @.***>