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
Is there a way to limit returned fields in the list request ?
It would be a nice thing to be able to limit the returned fields to reduce bandwidth, memory usage and increase overall performances.
For instance, we're sometimes listing files just to get their id in order to move them to a different group or delete them. I don't need anything but the id field in that case and there is a lot of useless information transiting through the network.
This could be done through a dedicated query parameter taking a comma separated list of fields like: https://api.pinata.cloud/v3/v3/files/public?fields=id,cid,name.