Actions
Feature #12763
closedAdd filtering capability to time entries REST API
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Description
Hello!
I am developing a small reports builder, and i use REST API to fetch time entries data. It would be useful to have a possibility to fetch time entries by the given range, like in issues (GET /issues.xml?created_on=><2012-03-01|2012-03-07).
Related issues
Updated by Toshi MARUYAMA over 11 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
Updated by Toshi MARUYAMA over 11 years ago
- Is duplicate of Feature #13275: Add query parameters/filter for listing time entries via REST API added
Updated by Jigar Mehta over 6 years ago
I am trying to do something very simple like getting all time entries on a given date. I tried sending a request to /time_entries.json?spent_on=2018-06-26&user_id=me
but it doesn't work. Am I doing something wrong?
I am trying to build a plugin for syncing time from Toggl to Redmine. I want to show the time entries already logged on Redmine. That's why I'm trying to do the abovementioned thing.
Actions