Add ability to sort/limit Campaign Members
L
Laura Mosher
On GET requests for campaign members, allow for an optional query param for sort by, sort dir, and limit to return.
e.g. GET /campaign/:id/members?sortBy=raised&sortDir=desc&limit=10
which would return the 10 members that have raised the most.
Log In
Ruthie
Use case scenario: I would like to move/sort team members so that the highest fundraisers are at the top.