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": [
    {
      "calculated": false,
      "createdAt": "2025-06-26T00:54:50.551Z",
      "dataSensitivity": "non_sensitive",
      "description": "Unique record ID for StopWatch App ...",
      "displayOrder": -1,
      "externalOptions": false,
      "fieldType": "text",
      "formField": false,
      "groupName": "time_log_information",
      "hasUniqueValue": false,
      "hidden": false,
      "label": "StopWatch Record ID",
      "modificationMetadata": {
        "archivable": true,
        "readOnlyDefinition": true,
        "readOnlyValue": false
      },
      "name": "a552213_record_id",
      "options": [],
      "type": "string",
      "updatedAt": "2026-03-20T08:39:01.844Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer Authorization header of the form Bearer {token}, where {token} is your API key. By default, each API key is rate-limited to 1,000 requests per day (UTC). If you need a higher daily limit, please submit a support request.

Response

A list of all StopWatch Time Log properties

results
object[]