Module redmine_api::api::time_entries
source · [−]Expand description
Time Entries Rest API Endpoint definitions
-
all time entries endpoint
- user_id filter
- project_id filter
- issue_id filter
- activity_id filter
- spent_on filter (date)
- from filter
- to filter
- specific time entry endpoint
- create time entry endpoint
- update time entry endpoint
- delete time entry endpoint
Structs
The endpoint to create a Redmine time entry
Builder for
CreateTimeEntry.The endpoint to delete a Redmine time entry
Builder for
DeleteTimeEntry.The endpoint for a specific time entry
Builder for
GetTimeEntry.The endpoint for all time entries
Builder for
ListTimeEntries.helper struct for outer layers with a time_entries field holding the inner data
a type for time entries to use as an API return type
A lot of APIs in Redmine wrap their data in an extra layer, this is a
helper struct for outer layers with a time_entry field holding the inner data
The endpoint to update an existing Redmine time entry
Builder for
UpdateTimeEntry.Enums
Error type for CreateTimeEntryBuilder
Error type for DeleteTimeEntryBuilder
Error type for GetTimeEntryBuilder
Error type for ListTimeEntriesBuilder
Error type for UpdateTimeEntryBuilder