The Database Hub | Back4App
The Database Hub | Back4App
How it works
  • Log In
  • Sign Up

  1. Back4App
  2. World Continents, Countries, and Cities
Public

1210
5632
1210
5632
  • DatabaseDatabase
  • GraphQL API PlaygroundAPI Playground
  • Get Started GuideGet Started
  • IssuesIssues
  • ContributorsContributors
  • Database
    Database
    GraphQL API Playground
    API Playground
    Get Started Guide
    Get Started
    Contributors
    Contributors

  1. IssueOpen
  2. Get cities returns also Hotels names

New IssueNew

finti3295 commented this issue on Jun 2021

when I call https://parseapi.back4app.com/classes/Continentscountriescities_City I get also Hotels names

erikamariano commented this issue on Jun 2021

Hello, Could you please open a ticket related to this? Please send us your appId and also the steps to reproduce this issue on our end.

Thanks in advance

finti3295 commented this issue on Jun 2021

Hello the app id is 'zrMEBOk6PBk3WmUF19TVTB1yxKaTc9PnwYsxTThs', the cal I make is: const where = encodeURIComponent(JSON.stringify({ "country": { "__type": "Pointer", "className": "Continentscountriescities_Country", "objectId": "hOu7Is3jvO" } })); const httpOptions = { headers: new HttpHeaders({ 'X-Parse-Application-Id': 'zrMEBOk6PBk3WmUF19TVTB1yxKaTc9PnwYsxTThs', // This is your app's application id 'X-Parse-REST-API-Key': 'zdDm1gbxIFjmOKSEJTR8sDcGkdBM8CDRJXUbKFzD', // This is your app's REST API key }) }; https://parseapi.back4app.com/classes/Continentscountriescities_City?limit=10000&keys=name&where=${where}

I get for example: Hotel Napoleon beach: which is a Hotel not a city Thank you

bqlo89 commented this issue on Jul 2021

Hi there, I too am also facing this problem. Is there an update on a fix / workaround to this issue?

Please enter a comment for this issue.