API to get Task fields
complete
g
geo.pertea
Get Task Field and Update Task Field documentation seems to incorrectly document "Update/create the field value of a task" (which is likely what
Update Task Field
does. /api/projects/:projectId/tasks/:taskId/fields returns 404. To minimize API calls, I would prefer to be able to get all the metadata for all tasks from api/v1/projects/{projectId}/tasks as additional properties there, instead of just "id", "text", "parentId" and "completed" as it is now.Log In
Narek Zograbian
complete
This should be live now!
g
geo.pertea
Thank you for looking into this!
Hoping that fields and their values can be folded into the /projects/{projectId}/tasks call (as additional properties for items in the array there), I think that would be both most efficient and convenient
Narek Zograbian
geo.pertea The documentation should be fixed now. Thanks for pointing that out. Regarding the API endpoint, we'll release that soon!
Narek Zograbian
in progress
Narek Zograbian
planned
laird.sapir
This is needed!