-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Milestone
Description
When a user selects a project in the time-clock screen we want to pre-fill all the data with the information of their last entry.
So we need an endpoint to find the last time-entry by project id as follows:
GET /time-entries?project_id={{project-id}}
The response will be the found entry.
If an entry with this project id and the user id is not found a 404 is returned