Skip to main content
GET
/
stopwatch
/
v1
/
timelogs
/
{id}
Get Time Log
curl --request GET \
  --url https://api.threadi.au/stopwatch/v1/timelogs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "properties": {},
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "archived": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the StopWatch Time Log record.

Response

Timelog details.

id
string
properties
object
createdAt
string<date-time>
updatedAt
string<date-time>
archived
boolean