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

✨ Add new REST API parameter: ftod (fields to download) #619

Draft
wants to merge 7 commits into
base: dev
Choose a base branch
from

Conversation

wlorenzetti
Copy link
Member

@wlorenzetti wlorenzetti commented Oct 11, 2023

Closes: #618

Add the capability to the end user to choose how many and which attributes get on /vector/api download REST API.

Adding a new URL parameter ftod=<fields_to_download> inside of wich set the name of attributes to get.

Before

/vector/api/xls/qdjango/338/buildings_2f43dc1d_6725_42d2_a09b_dd446220104a/

Screenshot_20231011_154723

After

/vector/api/xls/qdjango/338/buildings_2f43dc1d_6725_42d2_a09b_dd446220104a/?ftod=fid,name

Screenshot_20231011_154748

@wlorenzetti wlorenzetti added the feature New feature or request label Oct 11, 2023
@wlorenzetti wlorenzetti added this to the v3.7 milestone Oct 11, 2023
@wlorenzetti wlorenzetti self-assigned this Oct 11, 2023
@Raruto Raruto changed the title Add ftod(fields to download) parameter management Add new REST API parameter: ftod (fields to download) Oct 12, 2023
@wlorenzetti
Copy link
Member Author

@volterra79 waiting for client side.

@wlorenzetti wlorenzetti modified the milestones: v3.7, v3.8 Oct 20, 2023
@wlorenzetti wlorenzetti changed the title Add new REST API parameter: ftod (fields to download) ✨ Add new REST API parameter: ftod (fields to download) Oct 20, 2023
@Raruto Raruto modified the milestones: v3.8, v3.9 Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ Add a url paramenter to /vector/api REST API to filter fields to get from vector data download
3 participants