Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
This repository was archived by the owner on Mar 18, 2019. It is now read-only.
There was an error while loading. Please reload this page.
Is it currently possible to build a request like:
In Django you can use
request.query_params.getlist('filter')to return a list of[1,2,3]However I'm not sure this is supported with the core api clients.
Seems to be because you can only have one filter property in the list of params:
The each filter is replaced with the next one.