Closed ypereirareis closed 3 years ago
Greetings! We appreciate your concern but weren't able to reproduce this issue or it is more of a question. As described in the API Platform contributing guide, we use GitHub issues for bugs and feature requests only.
For support question ("How To", usage advice, or troubleshooting your own code), you have several options:
Feel free reach one of the support channels above. In the meantime we're closing this issue.
Hi,
Instead of giving array query params like that to filter by serialization groups... :
http://mydomain/api/contract/123456789?groups[]=1&groups[]=2&groups[]=3
...I would like to give this kinda query param string and define custom parser to explode my values :
Is it possible to have a custom parsing of query params ?
Thanks.