cURL
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": {} } ] }
Retrieves all properties for the StopWatch Time Log object type.
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 all StopWatch Time Log properties
Show child attributes