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

Query string - character escaping and support for explicit strings #28

Open
joeflack4 opened this issue Jul 25, 2018 · 0 comments
Open
Assignees
Labels
new feature #a2eeef P3 Priority: 3/5 (1=High, 5=Low)

Comments

@joeflack4
Copy link
Contributor

Example syntax - character escaping

Returns data, for 2 surveys, broken down by parity, for all indicators with the name "Unmet need for family planning, spacing (all women)"

http://api.pma2020.org/v1/datalab/data?
survey=PMA2014_BFR1,PMA2015_BFR2&
characteristicGroup=parity&
overTime=false&
filters=[indicator.label=Unmet\ need\ for\ family\ planning\,\ spacing\ \(all\ women\)]  <-----

Example syntax - support for explicit strings

This is probably a lot easier than the above character escaping example.

http://api.pma2020.org/v1/datalab/data?
survey=PMA2014_BFR1,PMA2015_BFR2&
characteristicGroup=parity&
overTime=false&
filters=[indicator.label="Unmet need for family planning, spacing (all women)"]  <-----
@joeflack4 joeflack4 added the new feature #a2eeef label Jul 25, 2018
@joeflack4 joeflack4 assigned jkpr and unassigned jkpr Aug 17, 2018
@joeflack4 joeflack4 added the P3 Priority: 3/5 (1=High, 5=Low) label Aug 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature #a2eeef P3 Priority: 3/5 (1=High, 5=Low)
Projects
None yet
Development

No branches or pull requests

2 participants