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

Datapoint REST endpoint should support GET with a list of ids #3387

Closed
stellanl opened this issue Jan 13, 2020 · 1 comment
Closed

Datapoint REST endpoint should support GET with a list of ids #3387

stellanl opened this issue Jan 13, 2020 · 1 comment
Assignees

Comments

@stellanl
Copy link
Contributor

stellanl commented Jan 13, 2020

Fetching all datapoints in a survey is too many when only a few are needed.

@stellanl stellanl self-assigned this Jan 13, 2020
valllllll2000 pushed a commit that referenced this issue Jan 14, 2020
@stellanl
Copy link
Contributor Author

Test plan:

  1. Log in to flow instance (like uat1)
  2. From browser, GET https://uat1.appspot.com/rest/surveyed_locales
  3. Pick a few valid keyId fields from the list. (Say xxx, yyy, zzz)
  4. From browser, GET https://uat1.appspot.com/rest/surveyed_locales?ids=[xxx,yyy,zzz]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants