Expand description

Time Entries Rest API Endpoint definitions

Redmine Documentation

  • 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

The endpoint to delete a Redmine time entry

The endpoint for a specific time entry

The endpoint for all time entries

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

Enums

Error type for CreateTimeEntryBuilder

Error type for DeleteTimeEntryBuilder

Error type for GetTimeEntryBuilder

Error type for ListTimeEntriesBuilder

Error type for UpdateTimeEntryBuilder