Dear team, when using the tasks endpoint (https://api.awork.com/api/v1/tasks), is there any way to use the name of the taskStatus or typeOfWork, instead of having to specify (and therefore, having the need to retrieve it first) the taskStatusId or typeOfWorkId?
HI @herzkerl unfortunately not, the API requires the id of the type of work.
Thank you! Is it possible to update the taskStatusId via API?
It’s not documented for the PUT /tasks endpoint, but there must be a way to achieve that, I guess.