Last active
August 24, 2021 03:17
-
-
Save cvega21/3df7a4fc30c0af16a02f5d816aa2b679 to your computer and use it in GitHub Desktop.
Toggl API Data Snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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