Skip to main content
GET
/
stopwatch
/
v1
/
timelogs
/
properties
List Properties
curl --request GET \
  --url https://api.threadi.au/stopwatch/v1/timelogs/properties \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "name": "<string>",
      "label": "<string>",
      "type": "<string>",
      "fieldType": "<string>",
      "groupName": "<string>",
      "options": [
        {}
      ],
      "modificationMetadata": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

A list of all StopWatch Time Log properties

results
object[]