Skip to content

Instantly share code, notes, and snippets.

@cvega21
Last active August 24, 2021 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cvega21/3df7a4fc30c0af16a02f5d816aa2b679 to your computer and use it in GitHub Desktop.
Save cvega21/3df7a4fc30c0af16a02f5d816aa2b679 to your computer and use it in GitHub Desktop.
Toggl API Data Snippet
{
"total_count":2,
"per_page":50,
...
"data":[
{
...
"description":"tegin tööd",
"start":"2013-05-20T06:55:04",
"end":"2013-05-20T10:55:04",
"updated":"2013-05-20T13:56:04",
"dur":14400000,
"user":"John Swift",
"use_stop":true,
"client":"Avies",
"project":"Toggl Desktop",
...
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment