Tasks API - PUT with TaskStatus

For requests or help with our API
Post Reply
studiofellow
Posts: 2
Joined: Tue Feb 27, 2024 9:29 am
Contact:

Tasks API - PUT with TaskStatus

Post by studiofellow » 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

justine
Posts: 175
Joined: Tue Dec 28, 2021 7:59 am

Re: Tasks API - PUT with TaskStatus

Post by justine » Tue Feb 27, 2024 4:49 pm

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!

studiofellow
Posts: 2
Joined: Tue Feb 27, 2024 9:29 am
Contact:

Re: Tasks API - PUT with TaskStatus

Post by studiofellow » Wed Feb 28, 2024 8:21 am

Thank you Justine for your help! I appreciate you adding task.TaskStatus to the development list and clarifying the Query endpoint.

Post Reply