Actions
Defect #8356
closedGET /time_entries.xml ignores limit/offset parameters
Start date:
2011-05-12
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Queries
GET /time_entries.xml GET /time_entries.xml&limit=10
returns always 25 values per page.
And it is not enough attribute total_count
Updated by Jean-Philippe Lang over 13 years ago
- Subject changed from Limit parameter don't working with GET /time_entries.xml to GET /time_entries.xml ignores limit/offset parameters
- Status changed from New to Resolved
- Target version set to 1.2.0
- Resolution set to Fixed
Fixed in r5881, total_count, offset, limit information were also added to the response.
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from Resolved to Closed
Merged in 1.2-stable.
Actions