Skip to content Skip to sidebar Skip to footer

How Can I Access Custom Fields From Asana Api Using Python?

I'm trying to pull down the values of custom fields from my Asana list. I'm using the Official Python client library for the Asana API v1. My code currently looks like this; import

Solution 1:

I've experimented a little and managed to reproduce the issue you're having. Can you try opt_fields":"this.name,custom_fields?


Post a Comment for "How Can I Access Custom Fields From Asana Api Using Python?"