Most integrations that create Resources want to relate the Time Tracking with those resources.One important note regarding this: Time Tracking does not have a direct relation to a resource.However there is a indirect relation, a few things to take in account:
By retrieving Time Tracking withuser.resource it is be possible to connect a Time Tracking to a resource. This link is optional, thus it is possible no resource is returned.In addition, make sure that the customer has set up their users correctly.See Difference between resources and users in our support documentation.
TimeTracking
id
string <uuid>
read-onlyoptional
Unique identifier
start
string <date-time>
optional
end
string <date-time>
optional
duration
integerÂ
optional
status
enum<string>Â
optional
Allowed values:
draftpendingapprovedrejected
Default:
draft
locked
booleanÂ
optional
note
string  | nullÂ
optional
running
booleanÂ
read-onlyoptional
card_id
string <uuid>
required
Unique identifier of the Card
activity_id
string <uuid>
optional
Unique identifier of the Activity
user_id
string <uuid>
required
Unique identifier of the User
external_note
stringÂ
optional
external_failed
booleanÂ
optional
external_ref
string  | nullÂ
read-onlyoptional
Third-party reference of the object, for informational purposes only