Trying to obtain the task name by using the taskid.
We can obtain a list of projects.
And a list of tasks per project with:
curl -H “X-Api-Key: MYKEY” https://api.clockify.me/api/workspaces/{workspaceid}/projects/{projectid}/tasks
But when trying to get details by taskid :
curl -H “X-Api-Key: MYKEY” https://api.clockify.me/api/workspaces/{workspaceid}/projects/{projectid}/tasks/{taskid}
Get the following {“message”:“Request method ‘GET’ is not supported”,“code”:3000}
Any ideas how to resolve?
Thanks