I am trying to figure out where a list of all the optional fields are for a Task. I have been using the opt_fields to add several fields as I’ve found them through trial and error. But I have yet to find an actual list of fields I could choose to pull down, it doesn’t appear to exist in the Task API documentation at all.
This part of the docs explains how to do it, but not what’s available. When I just pull down Tasks without specifing any fields it only gives me gid, name, and resource_type.
If it helps I would like to see if there is an added_at date for a task. I.E. if I add a Task to one project, and then 5 days later I add it to another project is there some way for me to know the exact date it was added?
But I will definitely use that other trick as well!
If anyone who works on the docs sees this it would be really nice if the schema was linked under this part of the docs: See Input/Output Options to include more fields in your response.