user
List the current user's tracked times
get/user/times
Query parameters
pageinteger
page number of results to return (1-based)
limitinteger
page size of results
sincestring date-time
Only show times updated after the given time. This is a timestamp in RFC 3339 format
beforestring date-time
Only show times updated before the given time. This is a timestamp in RFC 3339 format
Response
TrackedTimeList
Example response
[
{
"issue": {
"labels": [
{
"color": "00aabb"
}
]
}
}
]