-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update /surveyedlocale endpoint to enable datapoint filtering #3167
Comments
To avoid backwards-compatibility problems we decided to add a new endpoint, /datapoints that will return only the data points (surveyedLocales) the device has been assigned. It generally uses the same parameters as /surveyedlocale. Old apps continue to use the old endpoint and get all data points as before. |
Issue/3167 filter app datapoints (Connect #3167)
I guess there is nothing user-facing to test for this specific issue for now, right? Is this change on UAT1? Can we close the issue? |
All linked PRs are merged and released. If this still needs work - please reopen |
As part of the updates to the assignments (see #2796) that enable selecting specific datapoints to assign them to devices (#3166), we need to modify the endpoint used by devices to download datapoints, to enable it filter out and only return datapoints assigned to a specific device.
Some issues to consider:
The text was updated successfully, but these errors were encountered: