Closed
Bug 1145307
Opened 10 years ago
Closed 10 years ago
add id filter to feedback api GET
Categories
(Input :: General, defect)
Input
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
(Whiteboard: u=user c=api p=1 s=input.2015q1)
In some cases, you want to get the data for feedback given a list of ids. We should add a filter to the feedback API GET so you can do something like this:
/api/v1/feedback/?id=1
/api/v1/feedback/?id=1,2,3
and it'd return those feedback responses.
For now, we'll have it such that if you specify an id filter, the code ignores all the other filters.
| Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Whiteboard: u=user c=api p= s=input.2015q1 → u=user c=api p=1 s=input.2015q1
| Assignee | ||
Comment 2•10 years ago
|
||
Landed in master: 7c735db [bug 1145307] Add id filter to feedback API GET
Pushed to prod just now.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•10 years ago
|
||
Oops... Landed in master: https://github.com/mozilla/fjord/commit/7c735dbc86d5a588039e42b472bb7a9cfa7699c7
You need to log in
before you can comment on or make changes to this bug.
Description
•