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've searched through the current issues to make sure this feature hasn't been requested already.
Motivation
To allow the end user to choose which attributes to include in the download of a given vector, it would be useful to manage a new url parameter for the REST API /vector/api/ which allows you to decide which attributes to download among those available.
Suggested solution
Create a URL parameter like ftod (which stands for fields to download) whose content will be a comma-separated list of the names of the attributes we want to download.
I.e.
wlorenzetti
changed the title
Add a url paramenter to /vector/api REST API to filter fields to get from vector data download
✨ Add a url paramenter to /vector/api REST API to filter fields to get from vector data download
Oct 20, 2023
Checklist
Motivation
To allow the end user to choose which attributes to include in the download of a given vector, it would be useful to manage a new url parameter for the REST API /vector/api/ which allows you to decide which attributes to download among those available.
Suggested solution
Create a URL parameter like
ftod
(which stands for fields to download) whose content will be a comma-separated list of the names of the attributes we want to download.I.e.
Alternatives considered
No response
The text was updated successfully, but these errors were encountered: