v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBtime entries
Fetch user time entry
Retrieves a single time entry for a user by its ID.
get/users/{user_id}/time_entries/{id}
Path parameters
user_idinteger required
The ID of the user.
idinteger required
The ID of the time entry.
Response
The time entry loads successfully.
Example response
{
"id": 100000,
"user_id": 123,
"assignable_id": 1001,
"assignable_type": "Project",
"date": "2024-09-12",
"is_suggestion": true,
"scheduled_hours": 8,
"bill_rate": 150,
"bill_rate_id": 4,
"created_at": "2024-09-12T04:32:28Z",
"updated_at": "2024-09-18T04:32:28Z"
}