✨ New Feature Frenzy: Use code FRENZY-2026 at checkout for 20% off all subscriptions (Discount applied across entire subscription lifetime, new customers only)
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"
}
]
}Retrieves all properties for the StopWatch Time Log object type.
See HubSpot API documentation for a list of available Query Parameters
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"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.threadi.au/llms.txt
Use this file to discover all available pages before exploring further.
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.
A list of all StopWatch Time Log properties
Show child attributes