15 lines
291 B
Markdown
15 lines
291 B
Markdown
<!-- /docs/services/database/pois/fetchPoiTypService.md -->
|
|
|
|
# 🗂️ fetchPoiTypService.js
|
|
|
|
Service zum Abrufen aller verfügbaren POI-Typen aus der Datenbank.
|
|
|
|
## Verwendung
|
|
|
|
```js
|
|
const types = await fetchPoiTypService();
|
|
```
|
|
|
|
## API
|
|
|
|
- Endpoint: `GET /api/talas_v5_DB/poiTyp/readPoiTyp` |