Hi, is there a list of all standard (not custom) Asana task fields (e.g. created_at,due_on,completed_at,assignee.name, etc.). I am always having a hard time finding the correct name of the fields.
Yep, you can find those values here: Tasks
2 Likes
Another solution is to query 1 single item, and look at the result. It contains all available fields.
GET /tasks/xxx
GET /projects/yyy
etc.
2 Likes
That won’t include the opt_in
fields, though, right?
1 Like
I suppose you’re right! I never use “opt_in” parameters!
Thanks a lot @Phil_Seeman! I didn’t see the Schemas section.
1 Like
Thank you @Frederic_Malenfant !