Page 1 of 1

Tasks API - PUT with TaskStatus

Posted: Tue Feb 27, 2024 9:43 am
by studiofellow
My client needs to mark tasks done via the API. Is TaskStatus a supported field for PUT requests to Tasks? I don't see it included in the Tasks API spec.

If this is not supported, does anyone have a query handy that can be used via the Query API to update a task's TaskStatus only?

Thanks so much!
Jarrod Drysdale

Re: Tasks API - PUT with TaskStatus

Posted: Tue Feb 27, 2024 4:49 pm
by justine
studiofellow wrote:
Tue Feb 27, 2024 9:43 am
My client needs to mark tasks done via the API. Is TaskStatus a supported field for PUT requests to Tasks? I don't see it included in the Tasks API spec.

If this is not supported, does anyone have a query handy that can be used via the Query API to update a task's TaskStatus only?

Thanks so much!
Jarrod Drysdale
Good afternoon studiofellow,

You are correct, it is currently not possible to update the status of a task via the API. I have added updating task.TaskStatus to our development list. We will update this thread when your request is complete.

All queries submitted via the API are read only. It is not possible to update task.TaskStatus.

Thanks!

Re: Tasks API - PUT with TaskStatus

Posted: Wed Feb 28, 2024 8:21 am
by studiofellow
Thank you Justine for your help! I appreciate you adding task.TaskStatus to the development list and clarifying the Query endpoint.