We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/cities/{city}/listings
Fetches all listings (with max page size 20) from the DB. Use the continuationToken query parameter to retrieve further pages.
NOTE: {city} is a path parameter that is expected to be 1. all lowercase and 2. to not contain any spaces
TODO figure out what to do with e.g. äöüß
/cities/{city}/listings/{id}
Fetches the listing with the given id in the given city.
Returns 200 OK or 404 NOT FOUND.
Internal naming of trigger definitions follows camelCase.
As a database we use CosmosDB Core/NoSQL.
The CosmosDB endpoint name does not matter, because it is injected by app settings anyway.
The DB has the following setup
gewoscout-db
ListingsByCity
/_partionKey