Open gawhemant opened 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.
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