repository
List a user's tracked times in a repo
get/repos/{owner}/{repo}/times/{user}
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
userstring required
username of the user whose tracked times are to be listed
Response
TrackedTimeList
Example response
[
{
"issue": {
"labels": [
{
"color": "00aabb"
}
]
}
}
]