You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using JMSSerializer in order to create an API REST. For each API route you can select which fields you want to display in the response through query string parameters, for example:
Hi,
I'm using JMSSerializer in order to create an API REST. For each API route you can select which fields you want to display in the response through query string parameters, for example:
Route
/users/123?fields=name,surname,age
So, my question is about how can I choose entity fields dinamically?
Thanks,
The text was updated successfully, but these errors were encountered: