Skip to content

Commit 53abd97

Browse files
authored
Update Loop through time entries (V2 endpoint).js
1 parent c6a8d35 commit 53abd97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Loop through time entries (V2 endpoint).js

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This code sample is an example of looping through the time entries data for the V2 time entries endpoint.
22
// Filters set to display all timelogs including archived projects time
33
// A function to display response headers also included. Comment out if you do not require this information.
4+
// Endpoint Url: https://" + siteName + ".teamwork.com/time_entries.json
45
// Endpoint Url: https://" + siteName + ".teamwork.com/projects/api/v2/time.json
56
const myHeaders = new Headers();
67
const userName = "email address or API KEY here";

0 commit comments

Comments
 (0)