cURL
curl --request GET \ --url https://api.threadi.au/stopwatch/v1/timelogs \ --header 'Authorization: Bearer <token>'
{ "results": [ { "id": "<string>", "properties": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "archived": true } ], "paging": { "next": { "after": "<string>", "link": "<string>" } } }
Retrieves a list of StopWatch Time Log records. Pagination links are automatically rewritten to point to the StopWatch API.
See HubSpot API documentation for a list of available Query Parameters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A list of StopWatch Time Log records
Show child attributes