Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Lucyna Laska
Lucyna LaskaReporter
Ben Leibert
Ben LeibertStory Points
3
Original estimate
3d
Time tracking
1d 5h logged1d 3h remaining
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created January 22, 2017 at 8:49 PM
Updated February 10, 2017 at 7:05 PM
Resolved February 10, 2017 at 1:35 PM
The /requisitions/submitted resource should be updated such that:
It supports pagination. (Note that this is a breaking UI change because even though the request to the endpoint needn't change, the response body does.)
It never returns a 404. Rather, like all of our collections, it returns an empty array if no elements exists.
Acceptance:
/api/requisitions/submitted is pageable, like /api/requisitions/search
/api/requisitions/submitted never returns a 404. It should return an empty list (a Page with no contents).
UI team is notified that this is a breaking change, and they will schedule work from it. @Nick Reid and @Nikodem Graczewski(@Nikodem Graczewski: UI doesn't use this endpoint)
RAML needs to reflect it's Pageable (trait query parameters and return type)
RAML needs to reflect that 404's never returned
any applicable tests updated