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 label extraction on data_viewset.py #515

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 21, 2019

  1. Add label extraction on data_viewset.py

    Add on the route: /api/v1/data/{pk}/{dataid} a parameter allowing to extract labels only (for data use).
    It will replace "name" fields by there labels saved on the xform.
    
    Ex: /api/v1/data/1/3?label=true
    mgogh committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    b3fcdef View commit details
    Browse the repository at this point in the history