Ticket #512 (new defect)
Opened 2 years ago
/rest?limit=$limit call gives back unexpected result
| Reported by: | forgacs | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | MediaMosa X.X |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| MoSCoW: | Should Have | Estimated time after impact analysis: | |
| Related to project: | none | Tested: | no |
| Accepted: | no | Estimated Hours: | 0 |
Description
1) /rest?limit=100&offset=100
Response:
<item_count_total>97</item_count_total>
2) /rest?limit=100&offset=200
Expected: Zero item.
Response:
<item_count_total>9</item_count_total>
Note: See
TracTickets for help on using
tickets.
