socrata / discuss

Discuss all the things!
https://dev.socrata.com
Apache License 2.0
10 stars 3 forks source link

[data.melbourne.vic.gov.au/qnjw-wgaj] Question about "Melbourne bike share" #13

Open gawhemant opened 8 years ago

gawhemant commented 8 years ago

API Docs: https://dev.socrata.com/foundry/data.melbourne.vic.gov.au/qnjw-wgaj Needed help to just get ID, NBBikes, NBEmptydoc columns in pHP

chrismetcalf commented 8 years ago

@gawhemant Is this related to this other issue you filed as well? https://github.com/socrata/soda-php/issues/17

If you'd like to use a $select query to extract just those three columns, you'd want to issue a query like:

https://data.melbourne.vic.gov.au/resource/qnjw-wgaj.json?$select=id,nbbikes,nbemptydoc

Check out the $select documentation for more information.