Note: This is a legacy time tracking endpoint. We recommend using the Time Tracking API endpoints to manage time entries.
{- "data": [
- {
- "user": {
- "id": 1,
- "username": "John Doe",
- "email": "johndoe@gmail.com",
- "color": "#795548",
- "initials": "JD",
- "profilePicture": null
}, - "time": 1000000,
- "intervals": [
- {
- "id": "318",
- "start": null,
- "end": null,
- "time": "1000000",
- "source": "chrome",
- "date_added": "1569983937761"
}
]
}
]
}