URL of Toggl web service
I want to retrieve tasks from Toggl to Excel document in an automated way.
I need to know the URL of Toggl web service which will be used in automating retrieving of tasks list.
I need to know the URL of Toggl web service which will be used in automating retrieving of tasks list.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi Abdel. You can get all the details about the API here:
http://www.toggl.com/en_US/public/api -
Inappropriate?I had a look to this page. But I didn't find the way to access the Toggl web service (I need a URL).
Keep in your mind that I am using Toggl on Web.
Abdo -
Inappropriate?You can get a task list if you:
Send a GET or POST request to "/task/list". That is "www.toggl.com/task/list".
There are also 2 parameters (start and end date) that you need to add. In response you'll get a task list in the XML or JSON format.
A prerequisite is sending a "/user/login" request, like shown in the API description. -
Inappropriate?I couldn't get it working. I am always get a "unauthorized" response from the server. Nevertheless, sent a login request before listing request and I want to retrieve tasks for the logged user.
Can you help me to do this?
Loading Profile...



EMPLOYEE