Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query/filter by multiple ids #170

Open
Mestika opened this issue Jun 11, 2021 · 1 comment
Open

Query/filter by multiple ids #170

Mestika opened this issue Jun 11, 2021 · 1 comment

Comments

@Mestika
Copy link

Mestika commented Jun 11, 2021

I can't find any documentation on this but it would be great if it was possible to query or filter with multiple ids.
E.g. https://jsonplaceholder.typicode.com/posts?_limit=10&userId=2,5,10,12

@dicbrus
Copy link

dicbrus commented Sep 24, 2021

following works for that kind of filtering
https://jsonplaceholder.typicode.com/posts?&userId=2&userId=5&userId=10&userId=12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants